OSDN Git Service

[X86][SSE] Add SSE2/AVX2 vector rotate tests
[android-x86/external-llvm.git] / tools / llvm-objdump /
2018-06-07 Paul Semel[llvm-objdump] Add -R option
2018-06-01 Daniel CedermanImplemented sane default for llvm-objdump's relocation...
2018-05-15 Sam CleggFix debug build by adding missing dependencies on libBi...
2018-05-14 Sid ManningHexagon: Put relocations after instructions not packets.
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-26 Sam Clegg[WebAssembly] objdump: Don't assume all relocations...
2018-04-26 Sam Clegg[WebAssembly] Implement getRelocationValueString()
2018-04-19 Gerolf Hoflehner[llvm-objdump] Issue error message when object file...
2018-04-19 Francis Visoiu Mistrih[llvm-objdump] Print "..." instead of random data for...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-03-26 Tim Corringham[AMDGPU] Improve disassembler error handling
2018-03-20 Kevin EnderbyFor llvm-objdump and Mach-O files, fix the printing...
2018-03-09 Rafael Auler[llvm-objdump] Support disassembling by symbol name
2018-03-08 Kevin EnderbyFor llvm-objdump and Mach-O files, update the printing...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-20 David Blaikie[llvm-objdump] Use unique_ptr to simplify memory ownership
2018-02-14 Serge PavlovUse delete[] instead of free
2018-02-14 Serge PavlovUse delete[] to deallocate array of chars
2018-02-14 Serge PavlovRefactor DisassembleInfo in MachODump.cpp
2018-02-09 Kevin Enderbyllvm-objdump when printing the Objective-C meta data...
2018-02-02 Alex DenisovFix typo
2018-01-23 Tim Northoverllvm-objdump: prevent out of bounds accesses during...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-12-15 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-08 Michael TrentReverting r320166 to fix test failures.
2017-12-08 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 Michael TrentTest commit, as per the LLVM Developer Policy.
2017-11-03 Kevin EnderbyFix a crash in llvm-objdump when printing a bad x86_64...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-11 Rafael EspindolaConvert a few ErrorOr to Expected.
2017-10-09 Francis Ricci[llvm-objdump] Use initializer list for scoped xar...
2017-10-06 Francis RicciGuard xar RAII behind HAVE_LIBXAR
2017-10-06 Francis Ricci[llvm-objdump] Add RAII for xar apis
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-21 Kevin EnderbyFix a bug in llvm-objdump when disassembling using...
2017-09-19 Vlad TsyrklevichAllow public Triple deduction from ObjectFiles.
2017-09-18 Jonas Devlieghere[dwarfdump] Make .eh_frame an alias for .debug_frame
2017-09-13 Francis Ricci[llvm-objdump] Fix memory leaks in macho dump
2017-09-12 Vlad TsyrklevichRemove unneccessary string copies from method invocations.
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-07 Simon Dardis[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
2017-08-02 Rafael EspindolaDon't pass the code model to MC
2017-07-29 Alexander Shaposhnikov[llvm] Update MachOObjectFile::exports interface
2017-07-20 Kevin EnderbyAdd error handling to the dyld compact export entries...
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-07-13 Martin Storsjo[llvm-objdump] Properly print MachO aarch64 addend...
2017-07-13 Martin Storsjo[llvm-objdump] Correctly distinguish between the MachO...
2017-06-27 Sam Clegg[WebAssembly] Add support for printing relocations...
2017-06-22 Kevin EnderbyUpdated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE...
2017-06-22 Kevin EnderbyUpdated llvm-objdump symbolic disassembly with x86_64...
2017-06-20 Kevin EnderbyUpdated llvm-objdump with Mach-O files and the -objc...
2017-06-20 Kevin EnderbyChange llvm-objdump with Mach-O files and the -info...
2017-06-19 Kevin EnderbyFix a FIXME in llvm-objdump for the -exports-trie optio...
2017-06-19 Kevin EnderbyChange llvm-nm for Mach-O files to use dyld info in...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-01 Adrian Prantl[DWARF] Introduce Dump Options
2017-04-25 Petr Hosek[llvm-objdump] Don't attempt to print lines beyond...
2017-03-20 Kevin EnderbyAdd the rest of the error checking for Mach-O dyld...
2017-03-07 Konstantin Zhuravlyovllvm-objdump: handle line numbers and source options...
2017-02-28 Kevin EnderbyActually add error handling to unpacking the dyld compa...
2017-02-09 Kevin EnderbyTweak the implementation of llvm-objdump’s -objc-meta...
2017-02-08 Saleem Abdulrasoolllvm-objdump: make NoLeadingAddr work on more than...
2017-02-08 Sam ParkerUse dynamic symbols for ELF disassembly
2017-02-06 Kevin EnderbyFix a bug in llvm-obdump(1) with the -macho and -info...
2017-02-06 Kevin EnderbyFix a bug in llvm-obdump(1) with the -macho and -disass...
2017-02-03 Kevin EnderbyFix a bug in llvm-obdump(1) with the -objc-meta-data...
2017-01-31 Kevin EnderbyFix a bug in llvm-obdump(1) with the -macho flag disass...
2017-01-30 Kevin EnderbyChange the llvm-obdump(1) behavior with the -macho...
2017-01-23 Kevin EnderbyAdd support for the x86_thread_state32_t and
2017-01-23 Steven WuAdd LC_BUILD_VERSION load command
2017-01-19 Kevin EnderbyAdd support for the new LC_NOTE load command.
2017-01-18 Sam Parker[ARM] Create objdump subtarget from build attrs
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_NOTE as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE...
2017-01-13 Ivan KrasinRevert r291903 and r291898. Reason: they break check...
2017-01-13 Sam Parker[ARM] Enable objdump to construct triple for ARM
2017-01-08 Saleem Abdulrasoolllvm-objdump: speed up -objc-meta-data
2016-12-24 Ed Mastellvm-objdump: sort phdr type strings in advance of...
2016-12-16 Kevin EnderbyFix a bugs with using some Mach-O command line flags...
2016-12-13 Alexei Starovoitov[bpf] change llvm-objdump to print dec instead of hex
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...
2016-11-29 Kevin EnderbyAdd to llvm-objdump the -no-leading-headers option...
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-16 Kevin EnderbyGeneral clean up of error handling in llvm-objdump...
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-15 Kevin EnderbyGeneral clean up of Mach-O error handling in llvm-objdump.
2016-11-15 Tim Northoverllvm-objdump: deal with unexpected object files more...
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-11 Mehdi AminiMake the Error class constructor protected
next