summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin
2017-10-22ExecutionEngine: make COFF Thumb2 assertions non-tautologicalSaleem Abdulrasool
2017-10-22[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain
2017-10-19ExecutionEngine: adjust COFF i386 tautological assertsSaleem Abdulrasool
2017-10-17[ExecutionEngine] Correct the size of a write in a COFF i386 relocationShoaib Meenai
2017-10-11Convert an ErrorOr to Expected.Rafael Espindola
2017-10-10Make the ELFObjectFile constructor private.Rafael Espindola
2017-10-10Try to make gcc happy.Rafael Espindola
2017-10-10Return Expected from createRTDyldELFObject.Rafael Espindola
2017-10-10Simplify. NFC.Rafael Espindola
2017-09-20Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""Saleem Abdulrasool
2017-09-19Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"Saleem Abdulrasool
2017-09-19ExecutionEngine: add R_AARCH64_ABS{16,32}Saleem Abdulrasool
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2017-07-23RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"NAKAMURA Takumi
2017-07-18[RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.Lang Hames
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-07-05DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyldDavid Blaikie
2017-06-29Remove `inline` keyword from inline `classof` methodsSam Clegg
2017-06-22Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...Sagar Thakur
2017-06-22[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyldSagar Thakur
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-23[RuntimeDyld, PowerPC] Fix regression from r303637Ulrich Weigand
2017-05-23[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand
2017-05-23[RuntimeDyld, PowerPC] Fix relocation detection overflowUlrich Weigand
2017-05-17[RuntimeDyld] Fix debug section relocation (pr20457)Pavel Labath
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames
2017-05-09[SystemZ] Support missing relocation types in RuntimeDyldELFUlrich Weigand
2017-05-07Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.Lang Hames
2017-05-03[bpf] add relocation supportAlexei Starovoitov
2017-04-04[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.Lang Hames
2017-02-06RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant
2017-01-28RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop.Will Dietz
2017-01-23RuntimeDyldELF: add LDST128_ABS_LO12_NC relocEugene Leviant
2017-01-23RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocsEugene Leviant
2017-01-10RuntimeDyldELF: implement R_AARCH64_PREL64 relocEugene Leviant
2017-01-09Fix MSVC build failure introduced in r291431Pavel Labath
2017-01-09RuntimeDyldELF: don't create thunk if not neededEugene Leviant
2016-12-27RuntimeDyldELF: refactor AArch64 relocations. NFC.Eugene Leviant
2016-12-27RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC relocEugene Leviant
2016-12-21Update mailing list post URL and add libunwind referenceEd Maste
2016-12-15Fix R_AARCH64_MOVW_UABS_G3 relocationYichao Yu
2016-12-13[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...Simon Dardis
2016-12-07[mips][rtdyld] Merge code to write relocated values to the section. NFCSimon Dardis
2016-11-30[RuntimeDyld] Skip undefined symbols when building the symbol table.Lang Hames
2016-11-20Fix comment typos. NFC.Simon Pilgrim
2016-10-20Fix cross-endianness RuntimeDyld relocation for ARMKeno Fischer
2016-10-20Fix PREL31 relocation on ARMKeno Fischer
2016-10-20[mips][mcjit] Add the majority of N32 support.Simon Dardis