- e11c9de Stop linking all target libraries in llvm-nm and llvm-objdump. by Pete Cooper · 10 years ago
- f070688 [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols by Davide Italiano · 10 years ago
- c50ae36 [llvm-objdump] Fix time of check to time of use bug. by Davide Italiano · 10 years ago
- ac9257b [objdump] Make iterator operator* return a reference. by Benjamin Kramer · 10 years ago
- 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
- 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- a01ff22 Use higher level functions in llvm-objdump. by Rafael Espindola · 10 years ago
- 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
- 7f6c301 [llvm-objdump] Add missing call to exit(1). by Davide Italiano · 10 years ago
- ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
- 95dd3cb [llvm-objdump] Range-loopify. NFC intended. by Davide Italiano · 10 years ago
- da1723f [llvm-objdump] Inverting logic to match the word "predicate". Returning true when we want it rather than when we want to discard it. by Colin LeMahieu · 10 years ago
- fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
- 77804be [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
- f34933e [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on all sections instead of just text sections. by Colin LeMahieu · 10 years ago
- 0f70ee9 Add missing 'const'. I don't think this is strictly required, but some by Daniel Jasper · 10 years ago
- 2603a8fa [llvm-objdump] Require that jump targets shown in -d are functions by David Majnemer · 10 years ago
- 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
- 81afca6 [llvm-objdump] Print the call target next to the instruction by David Majnemer · 10 years ago
- be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
- 704cd84 Simplify. NFC. by Rafael Espindola · 10 years ago
- ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
- 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
- 7f162ec Expose getRel and getRela to reduce code duplication. by Rafael Espindola · 10 years ago
- 6def304 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
- 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
- 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
- f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
- 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
- 44c2871 Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
- 6a1bfb2 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
- 719dc7c Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
- 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
- 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
- dbb6bd3 Add an ELFSymbolRef type. by Rafael Espindola · 10 years ago
- d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
- 3f1bc3b Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
- ae3ac08 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
- 5f7ade2 objdump: Don't print a (always 0) size for MachO symbols. by Rafael Espindola · 10 years ago
- 9d95716 [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
- 6f567a4 [FaultMaps] Add a parser for the __llvm__faultmaps section. by Sanjoy Das · 10 years ago
- 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
- 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
- 50d0fbd llvm-objdump: return non-zero exit code for certain cases of invalid input by Alexey Samsonov · 10 years ago
- 7884c95 Disassemble the start of sections even if there is no symbol there. by Rafael Espindola · 10 years ago
- 75d5b54 Fix the interpretation of a 0 st_name. by Rafael Espindola · 10 years ago
- 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
- 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
- a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
- 35436a2 [Objdump] Removing unused parameter. by Colin LeMahieu · 10 years ago
- 68d967d [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle at a time which is the semantic unit for Hexagon. Fixing tests to use the new format. Disabling tests in the direct object emission path for a followup patch. by Colin LeMahieu · 10 years ago
- 1196ca2 Removing a switch statement that only contains a default; NFC. by Aaron Ballman · 10 years ago
- 0b5890d [llvm] Adding vdtor to fix warning. by Colin LeMahieu · 10 years ago
- fb76b00 [Objdump] Allow instruction pretty printing to be specialized by the target triple. by Colin LeMahieu · 10 years ago
- 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
- cd2514d [Object] Teach Object and llvm-objdump about ".hidden" by Davide Italiano · 10 years ago
- 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 11 years ago
- f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 11 years ago
- b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
- fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
- 916c3b4 [Objdump] Removing size limit on DumpBytes and changing to range based for loop. by Colin LeMahieu · 11 years ago
- bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
- cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
- f6d2585 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
- 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
- bc2f47a [Objdump] Output information about common symbols in a way closer to GNU objdump. by Colin LeMahieu · 11 years ago
- 69fe98d Add the option, -data-in-code, to llvm-objdump used with -macho to print the Mach-O data in code table. by Kevin Enderby · 11 years ago
- a7bdc7e Add the option, -indirect-symbols, used with -macho to print the Mach-O indirect symbol table to llvm-objdump. by Kevin Enderby · 11 years ago
- 98da613 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
- 13023a1 Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump. by Kevin Enderby · 11 years ago
- 131d177 Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump. by Kevin Enderby · 11 years ago
- e2297dd Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
- 839353b Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
- ef3ad2f Re-add support to llvm-objdump for Mach-O universal files and archives with -macho by Kevin Enderby · 11 years ago
- de882cd This reverts commit r223306 and r223277. by Rafael Espindola · 11 years ago
- 3f0ffab Add support to llvm-objdump for Mach-O universal files and archives with -macho. by Kevin Enderby · 11 years ago
- 98fe58a Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
- 236b0ca Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
- 106fd7b Fixing more -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
- 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
- 185b5b1 llvm-objdump: Skip empty sections when dumping contents by David Majnemer · 11 years ago
- 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
- bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
- 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
- 4d57159 MC: Add support for BigObj by David Majnemer · 11 years ago
- ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
- 44f51e5 Object: Add support for bigobj by David Majnemer · 11 years ago
- 888320e Nuke MCAnalysis. by Sean Silva · 11 years ago
- d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
- 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
- b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
- 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
- c66d761 llvm-objdump: don't print relocations in non-relocatable files. by Rafael Espindola · 11 years ago
- e45c740 Fix an off-by-one bug in the target independent llvm-objdump. by Rafael Espindola · 11 years ago
- c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
- 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
- 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
- 3f0549f Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago