| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make computeSymbolSizes never fail. | Rafael Espindola | 2015-06-24 | 1 | -0/+12 |
* | Add a SymbolRef::getValue. | Rafael Espindola | 2015-06-24 | 1 | -10/+14 |
* | Simplify the logic, NFC. | Rafael Espindola | 2015-06-24 | 1 | -12/+8 |
* | Change how symbol sizes are handled in lib/Object. | Rafael Espindola | 2015-06-24 | 1 | -7/+4 |
* | Make getRelocationSection MachO only. | Rafael Espindola | 2015-06-19 | 1 | -13/+0 |
* | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -60/+60 |
* | Move to llvm-objdump a large amount of code to that is only used there. | Rafael Espindola | 2015-06-03 | 1 | -16/+0 |
* | Simplify another function that doesn't fail. | Rafael Espindola | 2015-06-01 | 1 | -7/+3 |
* | Stop inventing symbol sizes. | Rafael Espindola | 2015-05-22 | 1 | -52/+3 |
* | Make it easier to use DwarfContext with MCJIT | Keno Fischer | 2015-05-21 | 1 | -0/+13 |
* | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu | 2015-04-15 | 1 | -1/+1 |
* | ExecutionEngine: Preliminary support for dynamically loadable coff objects | David Majnemer | 2015-03-07 | 1 | -3/+10 |
* | 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 |