| Age | Commit message (Expand) | Author |
| 2015-06-24 | Simplify the logic, NFC. | Rafael Espindola |
| 2015-06-24 | Change how symbol sizes are handled in lib/Object. | Rafael Espindola |
| 2015-06-19 | Make getRelocationSection MachO only. | Rafael Espindola |
| 2015-06-09 | Remove object_error::success and use std::error_code() instead | Rui Ueyama |
| 2015-06-03 | Move to llvm-objdump a large amount of code to that is only used there. | Rafael Espindola |
| 2015-06-01 | Simplify another function that doesn't fail. | Rafael Espindola |
| 2015-05-22 | Stop inventing symbol sizes. | Rafael Espindola |
| 2015-05-21 | Make it easier to use DwarfContext with MCJIT | Keno Fischer |
| 2015-04-15 | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu |
| 2015-03-07 | ExecutionEngine: Preliminary support for dynamically loadable coff objects | David Majnemer |
| 2014-12-10 | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola |
| 2014-11-26 | Object/COFF: Fix off-by-one error for object having lots of relocations | Rui Ueyama |
| 2014-11-25 | COFF: Add back an assertion that is superseded by r222124 | David Majnemer |
| 2014-11-19 | llvm-readobj: fix off-by-one error in COFFDumper | Rui Ueyama |
| 2014-11-19 | llvm-readobj: teach it how to dump COFF base relocation table | Rui Ueyama |
| 2014-11-17 | Object, COFF: Tighten the object file parser | David Majnemer |
| 2014-11-14 | obj2yaml, yaml2obj: Add support for COFF executables | David Majnemer |
| 2014-11-13 | Un-break the big-endian buildbots | Rui Ueyama |
| 2014-11-13 | Object, COFF: Refactor code to get relocation iterators | David Majnemer |
| 2014-11-13 | Object, COFF: Increase code reuse | David Majnemer |
| 2014-11-13 | Object, COFF: getRelocationSymbol shouldn't assert | David Majnemer |
| 2014-11-13 | Object, COFF: Cleanup some code in getSectionName | David Majnemer |
| 2014-11-13 | Object, COFF: Fix some theoretical bugs | David Majnemer |
| 2014-11-13 | llvm-readobj: Print out address table when dumping COFF delay-import table | Rui Ueyama |
| 2014-11-06 | Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize | David Majnemer |
| 2014-11-06 | Object, COFF: Infer symbol sizes from adjacent symbols | David Majnemer |
| 2014-11-05 | llvm-readobj: Add support for dumping the DOS header in PE files | David Majnemer |
| 2014-10-31 | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer |
| 2014-10-09 | Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSize | David Majnemer |
| 2014-10-09 | Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData) | David Majnemer |
| 2014-10-09 | Object: Add range iterators for COFF import/export table | Rui Ueyama |
| 2014-10-08 | Correctly compute the size of common symbols in COFF. | Rafael Espindola |
| 2014-10-08 | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola |
| 2014-10-07 | Don't check for null after calling COFFObjectFile::toSec. | Rafael Espindola |
| 2014-10-07 | Optimize COFFObjectFile::sectionContainsSymbol a bit. | Rafael Espindola |
| 2014-10-03 | llvm-readobj: print out the fields of the COFF delay-import table | Rui Ueyama |
| 2014-10-03 | llvm-readobj: print COFF delay-load import table | Rui Ueyama |
| 2014-10-02 | llvm-readobj: print COFF imported symbols | Rui Ueyama |
| 2014-10-02 | This patch adds a new flag "-coff-imports" to llvm-readobj. | Rui Ueyama |
| 2014-09-26 | Object: BSS/virtual sections don't have contents | David Majnemer |
| 2014-09-11 | Support: Delete {aligned_,}{u,}{little,big}8_t | Rui Ueyama |
| 2014-09-10 | Attempt to pacify buildbots. | David Majnemer |
| 2014-09-10 | Object: Add support for bigobj | David Majnemer |
| 2014-08-27 | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper |
| 2014-08-19 | Don't own the buffer in object::Binary. | Rafael Espindola |
| 2014-08-17 | llvm-objdump: don't print relocations in non-relocatable files. | Rafael Espindola |
| 2014-08-08 | Delete dead code. NFC. | Rafael Espindola |
| 2014-08-08 | getLoadName is only implemented for ELF, make it ELF only. | Rafael Espindola |
| 2014-07-31 | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola |
| 2014-06-24 | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola |