Age | Commit message (Expand) | Author | Files | Lines |
2015-06-29 | Remove Elf_Sym_Iter. | Rafael Espindola | 1 | -2/+5 |
2015-06-26 | Rename getObjectFile to getObject for consistency. | Rafael Espindola | 1 | -1/+1 |
2015-06-26 | Simplify getSymbolType. | Rafael Espindola | 1 | -3/+1 |
2015-06-25 | Add an ELFSymbolRef type. | Rafael Espindola | 1 | -2/+2 |
2015-06-24 | Change how symbol sizes are handled in lib/Object. | Rafael Espindola | 1 | -4/+5 |
2015-06-23 | Revert "[FaultMaps] Move FaultMapParser to Object/" | Sanjoy Das | 1 | -1/+1 |
2015-06-23 | Don't pass a 32 bit value to "%08" PRIx64. | Rafael Espindola | 1 | -4/+4 |
2015-06-23 | objdump: Don't print a (always 0) size for MachO symbols. | Rafael Espindola | 1 | -10/+10 |
2015-06-23 | [FaultMaps] Move FaultMapParser to Object/ | Sanjoy Das | 1 | -1/+1 |
2015-06-22 | [FaultMaps] Add a parser for the __llvm__faultmaps section. | Sanjoy Das | 1 | -1/+52 |
2015-06-09 | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 1 | -4/+4 |
2015-06-07 | [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett... | Colin LeMahieu | 1 | -0/+5 |
2015-06-04 | llvm-objdump: return non-zero exit code for certain cases of invalid input | Alexey Samsonov | 1 | -7/+12 |
2015-06-04 | Disassemble the start of sections even if there is no symbol there. | Rafael Espindola | 1 | -5/+3 |
2015-06-03 | Fix the interpretation of a 0 st_name. | Rafael Espindola | 1 | -11/+24 |
2015-06-03 | Move to llvm-objdump a large amount of code to that is only used there. | Rafael Espindola | 1 | -3/+382 |
2015-06-01 | Simplify another function that doesn't fail. | Rafael Espindola | 1 | -3/+1 |
2015-05-31 | Simplify interface of function that doesn't fail. | Rafael Espindola | 1 | -3/+1 |
2015-05-29 | [Objdump] Removing unused parameter. | Colin LeMahieu | 1 | -2/+2 |
2015-05-29 | [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a... | Colin LeMahieu | 1 | -3/+61 |
2015-05-29 | Removing a switch statement that only contains a default; NFC. | Aaron Ballman | 1 | -4/+1 |
2015-05-28 | [llvm] Adding vdtor to fix warning. | Colin LeMahieu | 1 | -0/+1 |
2015-05-28 | [Objdump] Allow instruction pretty printing to be specialized by the target t... | Colin LeMahieu | 1 | -6/+28 |
2015-05-28 | [llvm] Parameterizing the output stream for dumpbytes and outputting directly... | Colin LeMahieu | 1 | -14/+1 |
2015-04-30 | [Object] Teach Object and llvm-objdump about ".hidden" | Davide Italiano | 1 | -2/+6 |
2015-04-01 | Add the option -objc-meta-data to llvm-objdump used with -macho to | Kevin Enderby | 1 | -0/+1 |
2015-03-31 | Replace the MCSubtargetInfo parameter with a Triple when creating | Eric Christopher | 1 | -1/+1 |
2015-03-27 | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 1 | -1/+1 |
2015-03-18 | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St... | Colin LeMahieu | 1 | -3/+2 |
2015-03-18 | [Objdump] Removing size limit on DumpBytes and changing to range based for loop. | Colin LeMahieu | 1 | -20/+7 |
2015-03-16 | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 1 | -0/+2 |
2015-03-11 | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 1 | -0/+1 |
2015-01-31 | Add the -section option to llvm-objdump used with -macho that takes the argument | Kevin Enderby | 1 | -1/+2 |
2015-01-27 | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 1 | -1/+2 |
2015-01-23 | [Objdump] Output information about common symbols in a way closer to GNU objd... | Colin LeMahieu | 1 | -1/+11 |
2015-01-23 | Add the option, -data-in-code, to llvm-objdump used with -macho to print the ... | Kevin Enderby | 1 | -1/+2 |
2015-01-22 | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 1 | -1/+2 |
2015-01-20 | For llvm-objdump, hook up existing options to work when using -macho (the Mac... | Kevin Enderby | 1 | -15/+15 |
2015-01-15 | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 1 | -1/+2 |
2015-01-09 | Add the option, -universal-headers, used with -macho to print the Mach-O univ... | Kevin Enderby | 1 | -1/+2 |
2015-01-07 | Slightly refactor things for llvm-objdump and the -macho option so it can be ... | Kevin Enderby | 1 | -22/+25 |
2014-12-17 | Remove unused includes and out of date comment. NFC. | Rafael Espindola | 1 | -1/+0 |
2014-12-04 | Re-add support to llvm-objdump for Mach-O universal files and archives with -... | Kevin Enderby | 1 | -1/+1 |
2014-12-03 | This reverts commit r223306 and r223277. | Rafael Espindola | 1 | -1/+1 |
2014-12-03 | Add support to llvm-objdump for Mach-O universal files and archives with -macho. | Kevin Enderby | 1 | -1/+1 |
2014-11-26 | Object/COFF: Fix off-by-one error for object having lots of relocations | Rui Ueyama | 1 | -1/+3 |
2014-11-17 | Object, COFF: Tighten the object file parser | David Majnemer | 1 | -2/+1 |
2014-11-12 | Fixing more -Wcast-qual warnings; NFC. | Aaron Ballman | 1 | -2/+4 |
2014-11-12 | Pass an ArrayRef to MCDisassembler::getInstruction. | Rafael Espindola | 1 | -7/+8 |
2014-11-11 | llvm-objdump: Skip empty sections when dumping contents | David Majnemer | 1 | -3/+6 |