summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/OrcBindings.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+4
* [ORC] Update ORC C bindings to use the new llvm::Error C API.Lang Hames2018-09-231-38/+35
* [ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener().Andres Freund2018-05-241-0/+14
* [ORC] Add findSymbolIn() wrapper to C bindings, take #2.Andres Freund2018-05-241-0/+9
* Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."Andres Freund2018-05-241-9/+0
* [ORC] Add findSymbolIn() wrapper to C bindings.Andres Freund2018-05-241-0/+9
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-32/+2
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-2/+30
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-30/+2
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-1/+1
* [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames2017-09-171-14/+6
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-11/+17
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-3/+46
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-46/+3
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-3/+46
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-10/+6
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-7/+19
* Remove unused import in Orc C APIAmaury Sechet2016-03-071-1/+0
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-2/+1
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-1/+2
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-2/+1
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-0/+24
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+111
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-111/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+111
OpenPOWER on IntegriCloud