summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-2/+9
* [ORC] Add findSymbolIn() wrapper to C bindings, take #2.Andres Freund2018-05-241-6/+20
* Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."Andres Freund2018-05-241-20/+6
* [ORC] Add findSymbolIn() wrapper to C bindings.Andres Freund2018-05-241-6/+20
* [ORC] Fix ORC on platforms without indirection support.Lang Hames2018-03-281-4/+4
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-9/+4
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-4/+9
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-9/+4
* [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> ratherLang Hames2018-02-211-10/+3
* [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames2017-09-171-0/+40
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-13/+19
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-4/+9
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-9/+4
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-4/+9
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-2/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-4/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+4
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-9/+7
* Silence an extra semicolon warning; NFC.Aaron Ballman2015-11-041-1/+1
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-3/+3
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-3/+3
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-3/+3
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-8/+60
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+109
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-109/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+109
OpenPOWER on IntegriCloud