| Commit message (Expand) | Author | Age | Files | Lines |
* | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola | 2014-12-10 | 1 | -28/+0 |
* | 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 |
* | 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 |
* | 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 | 1 | -5/+9 |
* | Un-break the big-endian buildbots | Rui Ueyama | 2014-11-13 | 1 | -2/+2 |
* | 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, 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 |
* | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer | 2014-10-31 | 1 | -44/+75 |
* | 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 | 1 | -46/+23 |
* | 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 |
* | Support: Delete {aligned_,}{u,}{little,big}8_t | Rui Ueyama | 2014-09-11 | 1 | -1/+0 |
* | Attempt to pacify buildbots. | David Majnemer | 2014-09-10 | 1 | -11/+0 |
* | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -113/+160 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -4/+3 |
* | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -20/+16 |
* | llvm-objdump: don't print relocations in non-relocatable files. | Rafael Espindola | 2014-08-17 | 1 | -0/+4 |
* | Delete dead code. NFC. | Rafael Espindola | 2014-08-08 | 1 | -20/+0 |
* | getLoadName is only implemented for ELF, make it ELF only. | Rafael Espindola | 2014-08-08 | 1 | -5/+0 |
* | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
* | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 2014-06-24 | 1 | -4/+7 |
* | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 2014-06-23 | 1 | -22/+21 |
* | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 1 | -119/+135 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -14/+15 |
* | Object: add type names for ARM/COFF relocations | Saleem Abdulrasool | 2014-04-09 | 1 | -0/+21 |
* | Remove section_rel_empty. Just compare begin() and end() instead. | Rafael Espindola | 2014-04-03 | 1 | -5/+0 |
* | Implement get getSymbolFileOffset with getSymbolAddress. | Rafael Espindola | 2014-04-03 | 1 | -16/+0 |
* | Remove getSymbolValue. | Rafael Espindola | 2014-04-03 | 1 | -5/+0 |
* | Revert "Fix a nomenclature error in llvm-nm." | Rafael Espindola | 2014-04-03 | 1 | -9/+2 |
* | Fix a nomenclature error in llvm-nm. | Rafael Espindola | 2014-04-02 | 1 | -2/+9 |