summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h
Commit message (Expand)AuthorAgeFilesLines
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-0/+1
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-1/+3
* [Orc] Try to turn Orc execution unit tests back on for Linux.Lang Hames2016-01-201-1/+1
* [Orc] Revert r258031 - it broke the builders.Lang Hames2016-01-181-1/+1
* [Orc] Enable ORC execution unit tests on non-windows platforms.Lang Hames2016-01-181-1/+1
* [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memoryLang Hames2016-01-091-1/+1
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-14/+11
* [Orc] Require target support for host before running execution unit tests.Lang Hames2015-10-281-3/+6
* Fix a -Wpessimizing-move warning.Craig Topper2015-10-281-1/+1
* [Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames2015-10-281-1/+1
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-2/+33
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-33/+2
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-2/+33
* [Orc] Fix indentation.Lang Hames2015-10-271-35/+35
* [Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if noLang Hames2015-10-201-0/+82
* s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-clReid Kleckner2015-04-211-1/+2
* [Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames2015-04-201-0/+65
OpenPOWER on IntegriCloud