summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Orc] Merge some common code for creating CompileCallbackManagers andLang Hames2016-05-261-67/+0
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-7/+19
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-22/+23
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-0/+11
* [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames2016-01-111-1/+1
* [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames2015-12-061-1/+2
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-041-1/+1
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-9/+4
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-4/+9
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-9/+4
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+47
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-47/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+47
OpenPOWER on IntegriCloud