Fixing a CMake developer warning.
[oota-llvm.git] / tools / llvm-objdump /
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-05 Sylvestre Ledrurevert 228308. The code has changed since the review
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-01-31 Kevin EnderbyAdd the -section option to llvm-objdump used with ...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-22 Kevin EnderbyAdd the option, -indirect-symbols, used with -macho...
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-09 Kevin EnderbyFix an ASAN failure introduced with r225537 (adding...
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-08 Kevin EnderbyRun clang-format on tools/llvm-objdump/MachODump.cpp...
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2014-12-24 Kevin EnderbyAnother attempt to fix the LLVM Windows build bot lld...
2014-12-23 Kevin EnderbyAttempt to fix the LLVM Windows build bot lld-x86_64...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-20 David Majnemerstrnlen isn't available on some platforms, use StringRe...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for the...
2014-12-16 Kevin EnderbyFix another use of PRIx32 that should have been PRIx64.
2014-12-16 Kevin EnderbyFix the arm build bots for a test that was added. ...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for 32...
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-19 Kevin EnderbyFix Use-of-uninitialized-value for adrp_addr and adrp_i...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-14 Kevin EnderbyAdd the code and test cases for 64-bit ARM to llvm...
2014-11-13 David MajnemerObject, Mach-O: Refactor and clean code up
2014-11-12 Aaron BallmanFixing more -Wcast-qual warnings; NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 Kevin EnderbyFix a warning about ‘r_type’ may be used uninitialized.
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-11-07 Rafael EspindolaUse StringRefMemoryObject. NFC.
2014-11-06 Kevin EnderbyPlumb in the ARM thumb symbolizer in llvm-objdump’s...
2014-11-04 David Majnemerllvm-objdump: Pass DiceTableEntry by reference
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-10-29 Kevin EnderbyRun clang-format on tools/llvm-objdump/MachODump.cpp...
2014-10-28 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to demangl...
2014-10-23 Hans WennborgMachODump.cpp: fix MSVC build
2014-10-23 Kevin EnderbyChange the name of the field BindTable to bindtable...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-16 Nick Kledzik[llvm-objdump] Fix -private-headers for mach-o to print...
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-02 Rui UeyamaRename data -> Data
2014-09-30 Nick Kledzik[llvm-objdump] switch some uses of format() to format_h...
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-25 Aaron BallmanSince the DisasmMemoryObject only operates on const...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledzik[llvm-objdump] improve error reporting of bad mach...
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-13 Nick Kledzik[llvm-objdump] Use PRIX64 with format()
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Nick KledzikReplace printf with outs() <<
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Nick KledzikCode review tweaks
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-24 Aaron BallmanThis code is from r216285, which did not go out to...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-14 Aaron BallmanSilencing some -Wcast-qual warnings and removing some...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-11 Tim Northoverllvm-objdump: fix remaining use of %x format specifier...
2014-08-08 Tim Northoverllvm-objdump: add missing % in format specifier.
next