summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/ExecutionEngine.Michael Zolotukhin
2017-11-09Fix 'not all control paths return a value' warning on MSVC buildsSimon Pilgrim
2017-11-09[SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFCSanjoy Das
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-20[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames
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-28[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames
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-09-17[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames
2017-09-15[ORC] Fix a typo.Lang Hames
2017-09-05[ORC] Add a pair of ORC layers that forward object-layer operations via RPC.Lang Hames
2017-09-03[ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames
2017-08-31[Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.Lang Hames
2017-08-30[Orc] Fix member variable ordering issue in OrcMCJITReplacement.Lang Hames
2017-08-28Untabify.NAKAMURA Takumi
2017-08-15[ORC] Add case statements for AArch64 to the local stub and callback managerLang Hames
2017-08-11[cmake] Expose the dependencies of ExecutionEngine as PUBLICMichal Gorny
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-23RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"NAKAMURA Takumi
2017-07-19Remove some leftover DWARFContextInMemory.Rafael Espindola
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-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames
2017-06-29Attempt to fix Orc JIT test timeoutsReid Kleckner
2017-06-29Remove `inline` keyword from inline `classof` methodsSam Clegg
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.Lang Hames
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
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-19[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko
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