summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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