summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+5
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-161-1/+1
* [ORC] Pass symbol name to discard by const reference.Lang Hames2018-10-061-1/+2
* [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames2018-09-301-4/+4
* [ORC] Fix the unit tests that were broken by r343323.Lang Hames2018-09-281-0/+2
* [ORC] Add a "lazy call-through" utility based on the same underlying trampolineLang Hames2018-09-261-0/+38
* [ORC] Add a special 'main' JITDylib that is created on ExecutionSessionLang Hames2018-09-121-2/+2
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-2/+2
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-201-1/+41
* [ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames2018-05-301-1/+2
* [ORC] Restore the narrower check from before r328687.Lang Hames2018-03-281-1/+2
* [ORC] Re-add the Windows check that was dropped in r328687.Lang Hames2018-03-281-0/+4
* [ORC] Fix ORC on platforms without indirection support.Lang Hames2018-03-281-3/+10
* [ORC] Update the GlobalMappingLayer interface to fit the error-ized layerLang Hames2017-09-281-50/+40
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-9/+20
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-24/+24
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-24/+24
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-24/+24
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-1/+1
* [RuntimeDyld] Remove an unused static member left over from r299449.Lang Hames2017-04-051-2/+0
* [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.Lang Hames2017-04-041-4/+16
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-3/+3
* 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