- 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 · 10 years ago
- f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 10 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
- 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
- 8f6b04c llvm-objdump: Handle BSS sections larger than the object file by David Majnemer · 11 years ago
- cbc5ac7 Move CFG building code to a new lib/MC/MCAnalysis library. by Rafael Espindola · 11 years ago
- e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
- 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
- ae46002 Convert the Archive API to use ErrorOr. by Rafael Espindola · 11 years ago
- 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
- e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
- 98938f1 objdump: identify WoA WinCOFF/ARM correctly by Saleem Abdulrasool · 11 years ago
- a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
- 13a3f69 tools: fix heap-buffer-overrun detected via ASAN by Saleem Abdulrasool · 11 years ago
- 7050eed tools: simplify symbol handling in objdump by Saleem Abdulrasool · 11 years ago
- d38c6b1 tools: address possible non-null terminated filenames by Saleem Abdulrasool · 11 years ago
- 63a0dd6 tools: avoid a string duplication by Saleem Abdulrasool · 11 years ago
- 9ede5c7 tools: teach objdump about FILE aux records by Saleem Abdulrasool · 11 years ago
- eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
- 1843227 llvm-objdump output hex to match binutils' objdump by Greg Fitzgerald · 12 years ago
- ddf28f2 Object: Provide a richer means of describing auxiliary symbols by David Majnemer · 12 years ago
- 4e39f71 Use early returns to reduce nesting. by Rui Ueyama · 12 years ago
- 464d2e4 [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 12 years ago
- aa4d295 [C++11] Introduce SectionRef::relocations() to use range-based loops by Alexey Samsonov · 12 years ago