Merging r259696:
[oota-llvm.git] / tools / llvm-objdump /
2016-01-13 Davide Italiano[llvm-readobj] Remove dead code. Add an assertion instead.
2016-01-13 Davide Italiano[llvm-objdump] Use report_error() and improve error...
2016-01-13 Kevin EnderbyFor llvm-objdump, add the option -private-header (witho...
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2015-12-29 Davide Italiano[llvm-objdump] Mark noreturn function as such.
2015-12-25 Davide Italiano[llvm-objdump] Use stderr and not stdout for fatal...
2015-12-21 Davide Italiano[llvm-objdump] Use appropriate helper. NFC.
2015-12-20 Davide Italiano[llvm-objdump] Move COFF function to where it belongs.
2015-12-19 Davide Italiano[llvm-objdump] Fail early if we can't parse the object...
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-17 Davide Italiano[llvm-objdump] Use report_fatal_error() for a more...
2015-12-15 Davide Italiano[llvm-objdump/MachODump] Shrink code a little bit....
2015-12-14 Pete CooperFactor out some duplication. NFC.
2015-12-14 Pete CooperStart implementing FDE dumping when printing the eh_frame.
2015-12-14 Pete CooperPrint the eh_frame section in MachoDump.
2015-12-12 Davide Italiano[llvm-objdump/MachoDump] Simplify.
2015-12-11 Davide Italiano[llvm-objdump/MachODump] Reduce code duplication.
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-12-07 Davide Italiano[llvm-objdump/MachoDump] Make code much more concise.
2015-12-03 Davide Italiano[llvm-objdump] Use report_fatal_error() if we can't...
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-02 Tim NorthoverMachO: support tvOS and watchOS version min commands...
2015-10-31 Rafael EspindolaThis can take a const reference. NFC.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-24 Rafael EspindolaSimplify boolean expressions in tools/llvm-objdump.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-09 Richard SmithFix use of uninitialized bool, found by ubsan in portion of
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-07 Pete CooperStop linking all target libraries in llvm-nm and llvm...
2015-10-06 Kevin EnderbyFix two bugs in llvm-objdump’s printing of Objective...
2015-10-01 Davide Italiano[PATCH] D13360: [llvm-objdump] Teach -d about AArch64...
2015-10-01 Davide Italiano[llvm-objdump] Fix time of check to time of use bug.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-24 Benjamin Kramer[objdump] Make iterator operator* return a reference.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-07 Davide Italiano[llvm-readobj] Shrink code a little bit. No functional...
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-10 Rafael EspindolaUse higher level functions in llvm-objdump.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-06 Davide Italiano[llvm-objdump] Add missing call to exit(1).
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-07-29 Colin LeMahieu[llvm-objdump] Inverting logic to match the word "predi...
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-10 Daniel JasperAdd missing 'const'. I don't think this is strictly...
2015-07-09 David Majnemer[llvm-objdump] Require that jump targets shown in ...
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-07-07 David Majnemer[llvm-objdump] Print the call target next to the instru...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-06 Rafael EspindolaSimplify. NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Rafael EspindolaDon't pass a 32 bit value to "%08" PRIx64.
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 NAKAMURA Takumillvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps...
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-04 Alexey Samsonovllvm-objdump: return non-zero exit code for certain...
2015-06-04 Rafael EspindolaDisassemble the start of sections even if there is...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
next