| Age | Commit message (Expand) | Author |
| 2013-04-06 | Don't use InMemoryStruct in getRelocation. | Rafael Espindola |
| 2013-04-05 | Define versions of Section that are explicitly marked as little endian. | Rafael Espindola |
| 2013-04-05 | Don't use InMemoryStruct in getSection and getSection64. | Rafael Espindola |
| 2013-04-05 | Don't fetch pointers from a InMemoryStruct. | Rafael Espindola |
| 2013-04-03 | Implement the "mips endian" for r_info. | Rafael Espindola |
| 2013-04-03 | Implements low-level object file format specific output for COFF and | Eric Christopher |
| 2013-04-03 | Implement sectionContainsSymbol for ELF. | Eric Christopher |
| 2013-04-03 | When dumping clear the arm/thumb flag for now. | Eric Christopher |
| 2013-04-01 | Mips direct object exception handling regression | Jack Carter |
| 2013-03-30 | Object: Turn a couple of degenerate for loops into while loops. | Benjamin Kramer |
| 2013-03-28 | Revert "Updated ELF relocation test for .eh_frame section" | Michael Gottesman |
| 2013-03-27 | Updated ELF relocation test for .eh_frame section | Jack Carter |
| 2013-03-25 | [ELF] dont compute symbolname size in every loop | Shankar Easwaran |
| 2013-03-25 | reflect comment to the official reference | Shankar Easwaran |
| 2013-03-25 | [ELF] add elf_hash function to compute the hash value of a symbol in the dyna... | Shankar Easwaran |
| 2013-02-20 | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer |
| 2013-02-14 | include/llvm/Object/ELF.h: do debug checks only when NDEBUG | Dmitry Vyukov |
| 2013-02-11 | AArch64: Add basic relocation processing for llvm-dwarfdump. | Tim Northover |
| 2013-02-07 | [Object][ELF] Add a way to get the dynamic symbol table section. | Michael J. Spencer |
| 2013-02-07 | [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov... | Michael J. Spencer |
| 2013-02-07 | [Object][ELF] Fix crash on no dynamic section. | Michael J. Spencer |
| 2013-02-07 | 80-col | Michael J. Spencer |
| 2013-02-07 | [Object][ELF] Do the actual devirtualization. | Michael J. Spencer |
| 2013-02-07 | [Object][ELF] Devirtualize and simplify dynamic table iteration. | Michael J. Spencer |
| 2013-02-03 | [Object][Archive] Improve performance. | Michael J. Spencer |
| 2013-01-31 | Add AArch64 as an experimental target. | Tim Northover |
| 2013-01-26 | Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. | NAKAMURA Takumi |
| 2013-01-26 | Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. | NAKAMURA Takumi |
| 2013-01-26 | RelocVisitor::visit(): Set hasError in the default path. | NAKAMURA Takumi |
| 2013-01-21 | Revert "[Object] .bss sections have no content. PR15005." | Michael J. Spencer |
| 2013-01-21 | [Object] .bss sections have no content. PR15005. | Michael J. Spencer |
| 2013-01-19 | Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely | Jakub Staszak |
| 2013-01-18 | Fixing behavior of ELFObjectFile::getSymbolFileOffset(). | Andrew Kaylor |
| 2013-01-18 | [MC/Mach-O] Add support for linker options in Mach-O files. | Daniel Dunbar |
| 2013-01-16 | Improve r172577 by using the correct type when declaring constants | Dmitri Gribenko |
| 2013-01-15 | Avoid Enum Compare Warnings | David Greene |
| 2013-01-15 | [Object][ELF] Fix -Wenum-compare. | Michael J. Spencer |
| 2013-01-15 | [Object][ELF] Simplify ELFObjectFile by using ELFType. | Michael J. Spencer |
| 2013-01-14 | Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c... | Quentin Colombet |
| 2013-01-13 | Remove redundant 'llvm::' qualifications | Dmitri Gribenko |
| 2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
| 2013-01-09 | [Object, DebugInfo] Make DWARFContext BE-aware. | NAKAMURA Takumi |
| 2013-01-08 | Allow ELF64 relocation type to be more than 8 bits. | Tim Northover |
| 2013-01-06 | [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl. | Michael J. Spencer |
| 2013-01-06 | [Object][ELF] Add program header iterator. | Michael J. Spencer |
| 2013-01-06 | [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct... | Michael J. Spencer |
| 2013-01-05 | Make this an integer so we have enumeral types in the conditional | Eric Christopher |
| 2013-01-04 | [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to... | Michael J. Spencer |
| 2012-12-31 | Fix bits check in ELFObjectFile::isSectionZeroInit(). | Rafael Espindola |
| 2012-12-27 | Right now all of the relocations are 32-bit dwarf, and the relocation | Eric Christopher |