summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAgeFilesLines
* Move getPlatformFlags to ELFObjectFileBase and simplify.Rafael Espindola2018-01-291-10/+8
* Handle R_386_PLT32 in RuntimeDyldELF.Rafael Espindola2018-01-241-0/+3
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-223-7/+7
* Fix -Wunused-variable.Rui Ueyama2018-01-191-1/+0
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-194-148/+229
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-194-229/+148
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-194-148/+229
* [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong.Lang Hames2018-01-161-1/+1
* Remove ELFDataTypeTypedefHelper class.Rui Ueyama2018-01-121-2/+2
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-1/+1
* Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin2017-12-131-2/+0
* ExecutionEngine: make COFF Thumb2 assertions non-tautologicalSaleem Abdulrasool2017-10-221-25/+11
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain2017-10-224-14/+120
* ExecutionEngine: adjust COFF i386 tautological assertsSaleem Abdulrasool2017-10-191-16/+6
* [ExecutionEngine] Correct the size of a write in a COFF i386 relocationShoaib Meenai2017-10-171-1/+1
* Convert an ErrorOr to Expected.Rafael Espindola2017-10-111-3/+6
* Make the ELFObjectFile constructor private.Rafael Espindola2017-10-101-8/+23
* Try to make gcc happy.Rafael Espindola2017-10-101-1/+1
* Return Expected from createRTDyldELFObject.Rafael Espindola2017-10-101-17/+18
* Simplify. NFC.Rafael Espindola2017-10-101-16/+10
* Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""Saleem Abdulrasool2017-09-201-0/+12
* Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"Saleem Abdulrasool2017-09-191-12/+0
* ExecutionEngine: add R_AARCH64_ABS{16,32}Saleem Abdulrasool2017-09-191-0/+12
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-096-35/+200
* RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"NAKAMURA Takumi2017-07-231-1/+0
* [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.Lang Hames2017-07-181-1/+0
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-073-8/+29
* DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyldDavid Blaikie2017-07-053-4/+9
* Remove `inline` keyword from inline `classof` methodsSam Clegg2017-06-291-2/+2
* Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...Sagar Thakur2017-06-224-124/+15
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyldSagar Thakur2017-06-224-15/+124
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-075-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-6/+6
* [RuntimeDyld, PowerPC] Fix regression from r303637Ulrich Weigand2017-05-231-7/+9
* [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand2017-05-231-8/+5
* [RuntimeDyld, PowerPC] Fix relocation detection overflowUlrich Weigand2017-05-231-8/+8
* [RuntimeDyld] Fix debug section relocation (pr20457)Pavel Labath2017-05-171-3/+7
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-098-21/+16
* [SystemZ] Support missing relocation types in RuntimeDyldELFUlrich Weigand2017-05-091-3/+18
* Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.Lang Hames2017-05-072-0/+16
* [bpf] add relocation supportAlexei Starovoitov2017-05-032-0/+35
* [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.Lang Hames2017-04-041-2/+2
* RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant2017-02-064-73/+176
* RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop.Will Dietz2017-01-281-0/+2
* RuntimeDyldELF: add LDST128_ABS_LO12_NC relocEugene Leviant2017-01-231-0/+6
* RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocsEugene Leviant2017-01-231-1/+13
* RuntimeDyldELF: implement R_AARCH64_PREL64 relocEugene Leviant2017-01-101-0/+3
* Fix MSVC build failure introduced in r291431Pavel Labath2017-01-091-4/+3
* RuntimeDyldELF: don't create thunk if not neededEugene Leviant2017-01-092-1/+47
* RuntimeDyldELF: refactor AArch64 relocations. NFC.Eugene Leviant2016-12-271-106/+44
OpenPOWER on IntegriCloud