| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update llvm-objdump’s Mach-O symbolizer code for Objective-C references. | Kevin Enderby | 2014-10-23 | 1 | -2/+38 |
| * | [MCJIT] Temporarily revert r220245 - it broke several bots. | Lang Hames | 2014-10-21 | 1 | -3/+0 |
| * | [MCJIT] Make MCJIT honor symbol visibility settings when populating the global | Lang Hames | 2014-10-20 | 1 | -0/+3 |
| * | Be more specific about return type of MachOUniversalBinary::getObjectForArch | Alexey Samsonov | 2014-10-20 | 1 | -2/+2 |
| * | [llvm-objdump] Fix mach-o binding decompression error | Nick Kledzik | 2014-10-18 | 1 | -3/+3 |
| * | Add MachOObjectFile::getUuid() | Alexander Potapenko | 2014-10-15 | 1 | -1/+10 |
| * | Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSize | David Majnemer | 2014-10-09 | 1 | -18/+23 |
| * | Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData) | David Majnemer | 2014-10-09 | 1 | -5/+19 |
| * | Object: Add range iterators for COFF import/export table | Rui Ueyama | 2014-10-09 | 1 | -0/+26 |
| * | Correctly compute the size of common symbols in COFF. | Rafael Espindola | 2014-10-08 | 1 | -4/+9 |
| * | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 3 | -139/+67 |
| * | Don't check for null after calling COFFObjectFile::toSec. | Rafael Espindola | 2014-10-07 | 1 | -2/+0 |
| * | Optimize COFFObjectFile::sectionContainsSymbol a bit. | Rafael Espindola | 2014-10-07 | 1 | -7/+2 |
| * | llvm-readobj: print out the fields of the COFF delay-import table | Rui Ueyama | 2014-10-03 | 1 | -0/+6 |
| * | llvm-readobj: print COFF delay-load import table | Rui Ueyama | 2014-10-03 | 1 | -13/+90 |
| * | llvm-readobj: print COFF imported symbols | Rui Ueyama | 2014-10-02 | 1 | -0/+90 |
| * | This patch adds a new flag "-coff-imports" to llvm-readobj. | Rui Ueyama | 2014-10-02 | 1 | -5/+18 |
| * | Object: BSS/virtual sections don't have contents | David Majnemer | 2014-09-26 | 1 | -0/+4 |
| * | Converting object's error_category to a ManagedStatic to avoid static constru... | Chris Bieneman | 2014-09-19 | 1 | -2/+4 |
| * | LTO: introduce object file-based on-disk module format. | Peter Collingbourne | 2014-09-18 | 3 | -4/+60 |
| * | [Object] keep trailing '\0' out of StringRef when parsing mach-o bindings | Nick Kledzik | 2014-09-17 | 1 | -1/+1 |
| * | [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho... | Nick Kledzik | 2014-09-17 | 1 | -10/+5 |