summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-14/+21
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-6/+26
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-26/+6
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-6/+26
* [Orc] Merge some common code for creating CompileCallbackManagers andLang Hames2016-05-261-2/+2
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-7/+4
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-8/+13
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-6/+4
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-4/+6
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-6/+4
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-3/+22
* [Orc] Remove unnecessary semicolon. NFC.Vasileios Kalintiris2015-10-281-2/+2
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+80
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-80/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+80
OpenPOWER on IntegriCloud