[llvm-reaodbj] Simplify code. No functional change (intended).
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
2015-09-02 Davide Italiano[llvm-reaodbj] Simplify code. No functional change...
2015-08-26 Davide Italiano[llvm-objdump] Use the new MinVersion API introduced...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-04-30 Kevin EnderbyFor llvm-objdump, with the -archive-headers and -macho...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-16 Kevin EnderbyFor llvm-objdump, dump the (__OBJC,__protocol) section...
2015-04-16 Jingyue Wu[NFC] [MachO] remove extra semicolons
2015-04-16 Kevin EnderbyFor llvm-objdump added support for printing Objc1 32...
2015-04-06 Kevin EnderbyFix failure on builder clang-cmake-mips where it was...
2015-04-06 Kevin EnderbyFor llvm-objdump added support for printing Objc2 32...
2015-04-01 Kevin EnderbyFix sanitizer-x86_64-linux-fast failure that was not...
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-28 Akira Hatanaka[Objdump] Pass the correct subtarget to printInst.
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Adrian PrantlAdd a -raw option to the -section mode of llvm-objdump.
2015-03-23 David BlaikieRefactor: simplify boolean expressions in llvm-objdump
2015-03-18 Colin LeMahieu[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t...
2015-03-17 Kevin EnderbyAdd the option -no-symbolic-operands to llvm-objdump...
2015-03-17 Kevin EnderbyAdd the option, -no-leading-addr llvm-objdump used...
2015-03-17 Kevin EnderbyAdd the option, -dis-symname to llvm-objdump used with...
2015-03-16 Kevin EnderbyAdd the options, -dylibs-used and -dylib-id to llvm...
2015-03-13 Kevin EnderbyAdd the option, -non-verbose to llvm-objdump used with...
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-03-09 Benjamin KramerMake helper functions static.
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 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 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-19 Kevin EnderbyFix Use-of-uninitialized-value for adrp_addr and adrp_i...
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 EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 Kevin EnderbyFix a warning about ‘r_type’ may be used uninitialized.
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...
next