| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move getPlatformFlags to ELFObjectFileBase and simplify. | Rafael Espindola | 2018-01-29 | 1 | -10/+8 |
| * | Handle R_386_PLT32 in RuntimeDyldELF. | Rafael Espindola | 2018-01-24 | 1 | -0/+3 |
| * | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 3 | -7/+7 |
| * | Fix -Wunused-variable. | Rui Ueyama | 2018-01-19 | 1 | -1/+0 |
| * | [ORC] Re-apply r322913 with a fix for a read-after-free error. | Lang Hames | 2018-01-19 | 4 | -148/+229 |
| * | [ORC] Revert r322913 while I investigate an ASan failure. | Lang Hames | 2018-01-19 | 4 | -229/+148 |
| * | [ORC] Redesign the JITSymbolResolver interface to support bulk queries. | Lang Hames | 2018-01-19 | 4 | -148/+229 |
| * | [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong. | Lang Hames | 2018-01-16 | 1 | -1/+1 |
| * | Remove ELFDataTypeTypedefHelper class. | Rui Ueyama | 2018-01-12 | 1 | -2/+2 |
| * | Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. | Rui Ueyama | 2018-01-12 | 1 | -1/+1 |
| * | Remove redundant includes from lib/ExecutionEngine. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | ExecutionEngine: make COFF Thumb2 assertions non-tautological | Saleem Abdulrasool | 2017-10-22 | 1 | -25/+11 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 4 | -14/+120 |
| * | ExecutionEngine: adjust COFF i386 tautological asserts | Saleem Abdulrasool | 2017-10-19 | 1 | -16/+6 |
| * | [ExecutionEngine] Correct the size of a write in a COFF i386 relocation | Shoaib Meenai | 2017-10-17 | 1 | -1/+1 |
| * | Convert an ErrorOr to Expected. | Rafael Espindola | 2017-10-11 | 1 | -3/+6 |
| * | Make the ELFObjectFile constructor private. | Rafael Espindola | 2017-10-10 | 1 | -8/+23 |
| * | Try to make gcc happy. | Rafael Espindola | 2017-10-10 | 1 | -1/+1 |
| * | Return Expected from createRTDyldELFObject. | Rafael Espindola | 2017-10-10 | 1 | -17/+18 |
| * | Simplify. NFC. | Rafael Espindola | 2017-10-10 | 1 | -16/+10 |
| * | Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" | Saleem Abdulrasool | 2017-09-20 | 1 | -0/+12 |
| * | Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" | Saleem Abdulrasool | 2017-09-19 | 1 | -12/+0 |
| * | ExecutionEngine: add R_AARCH64_ABS{16,32} | Saleem Abdulrasool | 2017-09-19 | 1 | -0/+12 |
| * | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 6 | -35/+200 |
| * | RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h" | NAKAMURA Takumi | 2017-07-23 | 1 | -1/+0 |
| * | [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry. | Lang Hames | 2017-07-18 | 1 | -1/+0 |
| * | [ORC] Errorize the ORC APIs. | Lang Hames | 2017-07-07 | 3 | -8/+29 |
| * | DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld | David Blaikie | 2017-07-05 | 3 | -4/+9 |
| * | Remove `inline` keyword from inline `classof` methods | Sam Clegg | 2017-06-29 | 1 | -2/+2 |
| * | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 4 | -124/+15 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 4 | -15/+124 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 5 | -5/+5 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 5 | -6/+6 |
| * | [RuntimeDyld, PowerPC] Fix regression from r303637 | Ulrich Weigand | 2017-05-23 | 1 | -7/+9 |
| * | [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio... | Ulrich Weigand | 2017-05-23 | 1 | -8/+5 |
| * | [RuntimeDyld, PowerPC] Fix relocation detection overflow | Ulrich Weigand | 2017-05-23 | 1 | -8/+8 |
| * | [RuntimeDyld] Fix debug section relocation (pr20457) | Pavel Labath | 2017-05-17 | 1 | -3/+7 |
| * | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 8 | -21/+16 |
| * | [SystemZ] Support missing relocation types in RuntimeDyldELF | Ulrich Weigand | 2017-05-09 | 1 | -3/+18 |
| * | Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld. | Lang Hames | 2017-05-07 | 2 | -0/+16 |
| * | [bpf] add relocation support | Alexei Starovoitov | 2017-05-03 | 2 | -0/+35 |
| * | [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag. | Lang Hames | 2017-04-04 | 1 | -2/+2 |
| * | RuntimeDyldELF/AArch64: Implement basic GOT support | Eugene Leviant | 2017-02-06 | 4 | -73/+176 |
| * | RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop. | Will Dietz | 2017-01-28 | 1 | -0/+2 |
| * | RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc | Eugene Leviant | 2017-01-23 | 1 | -0/+6 |
| * | RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs | Eugene Leviant | 2017-01-23 | 1 | -1/+13 |
| * | RuntimeDyldELF: implement R_AARCH64_PREL64 reloc | Eugene Leviant | 2017-01-10 | 1 | -0/+3 |
| * | Fix MSVC build failure introduced in r291431 | Pavel Labath | 2017-01-09 | 1 | -4/+3 |
| * | RuntimeDyldELF: don't create thunk if not needed | Eugene Leviant | 2017-01-09 | 2 | -1/+47 |
| * | RuntimeDyldELF: refactor AArch64 relocations. NFC. | Eugene Leviant | 2016-12-27 | 1 | -106/+44 |