| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't loop endlessly for MachO files with 0 ncmds | Filipe Cabecinhas | 2015-01-06 | 1 | -0/+3 |
| * | Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. | Kevin Enderby | 2014-12-23 | 1 | -0/+5 |
| * | Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea... | Kevin Enderby | 2014-12-19 | 1 | -0/+10 |
| * | Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he... | Kevin Enderby | 2014-12-19 | 1 | -0/+5 |
| * | Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h... | Kevin Enderby | 2014-12-19 | 1 | -0/+5 |
| * | [Object] Don't crash on empty export lists. | Juergen Ributzka | 2014-12-19 | 1 | -1/+4 |
| * | Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-... | Kevin Enderby | 2014-12-18 | 1 | -0/+5 |
| * | Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -0/+4 |
| * | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 1 | -3/+3 |
| * | Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr... | Kevin Enderby | 2014-12-17 | 1 | -0/+5 |
| * | Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva... | Kevin Enderby | 2014-12-16 | 1 | -0/+5 |
| * | Start adding thin archive support. | Rafael Espindola | 2014-12-16 | 1 | -3/+17 |
| * | Silence more static analyzer warnings. | Michael Ilseman | 2014-12-15 | 1 | -0/+2 |
| * | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola | 2014-12-10 | 2 | -49/+6 |
| * | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. | Rafael Espindola | 2014-12-09 | 1 | -14/+10 |
| * | Rename createIRObjectFile to just create. | Rafael Espindola | 2014-12-09 | 2 | -4/+4 |
| * | Move method out of line to make buildbot happy. | Rafael Espindola | 2014-12-09 | 1 | -0/+2 |
| * | Don't lookup an object symbol name in the module. | Rafael Espindola | 2014-12-09 | 1 | -5/+2 |
| * | Add mach-o LC_RPATH support to llvm-objdump | Jean-Daniel Dupas | 2014-12-04 | 1 | -0/+5 |
| * | Add ARM relocations to ELFYAML | Will Newton | 2014-12-02 | 1 | -0/+3 |
| * | Object/COFF: Fix off-by-one error for object having lots of relocations | Rui Ueyama | 2014-11-26 | 1 | -1/+2 |
| * | COFF: Add back an assertion that is superseded by r222124 | David Majnemer | 2014-11-25 | 1 | -1/+1 |
| * | Remove duplication of relocation names in lib/Object/ELFYAML.cpp | Tim Northover | 2014-11-21 | 1 | -330/+7 |
| * | Remove duplication of relocation names in lib/Object/ELF.cpp | Tim Northover | 2014-11-21 | 1 | -742/+14 |
| * | llvm-readobj: fix off-by-one error in COFFDumper | Rui Ueyama | 2014-11-19 | 1 | -1/+1 |
| * | llvm-readobj: teach it how to dump COFF base relocation table | Rui Ueyama | 2014-11-19 | 1 | -1/+69 |
| * | Support ELF files of unknown type. | Michael J. Spencer | 2014-11-18 | 3 | -0/+3 |
| * | Object, COFF: Tighten the object file parser | David Majnemer | 2014-11-17 | 1 | -27/+47 |
| * | obj2yaml, yaml2obj: Add support for COFF executables | David Majnemer | 2014-11-14 | 2 | -5/+115 |
| * | Un-break the big-endian buildbots | Rui Ueyama | 2014-11-13 | 1 | -2/+2 |
| * | Object, Mach-O: Refactor and clean code up | David Majnemer | 2014-11-13 | 1 | -12/+25 |
| * | Object, COFF: Refactor code to get relocation iterators | David Majnemer | 2014-11-13 | 1 | -26/+24 |
| * | Object, COFF: Increase code reuse | David Majnemer | 2014-11-13 | 1 | -24/+32 |
| * | Object, COFF: getRelocationSymbol shouldn't assert | David Majnemer | 2014-11-13 | 1 | -1/+1 |
| * | Object, COFF: Cleanup some code in getSectionName | David Majnemer | 2014-11-13 | 1 | -2/+2 |
| * | Object, COFF: Fix some theoretical bugs | David Majnemer | 2014-11-13 | 1 | -3/+14 |
| * | llvm-readobj: Print out address table when dumping COFF delay-import table | Rui Ueyama | 2014-11-13 | 1 | -0/+14 |
| * | Object, support both mach-o archive t.o.c file names | Nick Kledzik | 2014-11-12 | 1 | -1/+1 |
| * | [yaml2obj] Support AArch64 relocations. | Chad Rosier | 2014-11-10 | 1 | -0/+86 |
| * | [ELF][yaml2obj] Handle additional MIPS specific st_other field flags | Simon Atanasyan | 2014-11-06 | 1 | -1/+37 |
| * | Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize | David Majnemer | 2014-11-06 | 1 | -10/+0 |
| * | Object, COFF: Infer symbol sizes from adjacent symbols | David Majnemer | 2014-11-06 | 1 | -7/+39 |
| * | llvm-readobj: Add support for dumping the DOS header in PE files | David Majnemer | 2014-11-05 | 1 | -13/+13 |
| * | [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag | Simon Atanasyan | 2014-11-04 | 1 | -0/+1 |
| * | Remove the static version of getScatteredRelocationType() now that r221211 added | Kevin Enderby | 2014-11-04 | 1 | -5/+0 |
| * | Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo... | Kevin Enderby | 2014-11-04 | 1 | -0/+5 |
| * | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer | 2014-10-31 | 1 | -44/+75 |
| * | Fix unicode chars into ascii in comment lines. | NAKAMURA Takumi | 2014-10-27 | 1 | -1/+1 |
| * | Don't ever call materializeAllPermanently during LTO. | Rafael Espindola | 2014-10-24 | 1 | -11/+1 |
| * | [Object] Fix MachO's getUuid to return a pointer into the object instead of a... | Benjamin Kramer | 2014-10-24 | 1 | -2/+3 |