summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-141-0/+1
* Break out OrcError and RPCChris Bieneman2019-10-291-2/+0
* [cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFCHubert Tong2019-08-191-0/+1
* Speculative CompilationPraveen Velliengiri2019-08-031-1/+3
* [ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.Lang Hames2019-04-301-0/+1
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+1
* Revert r351138 "[ORC] Move ORC Core symbol map and set types into their ownLang Hames2019-01-151-1/+0
* [ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.Lang Hames2019-01-141-0/+1
* [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames2018-09-301-0/+1
* [ORC] Add a "lazy call-through" utility based on the same underlying trampolineLang Hames2018-09-261-0/+1
* [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames2018-09-261-0/+1
* [ORC] Add BitReader/BitWriter to target_link_librariesHeejin Ahn2018-07-051-0/+6
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-261-0/+1
* [ORC] Add an initial implementation of a replacement CompileOnDemandLayer.Lang Hames2018-06-181-0/+1
* [LKH] Add a new IRTransformLayer.Lang Hames2018-05-231-0/+1
* [LKH] Add ObjectTransformLayer2.Lang Hames2018-05-231-0/+1
* [LKH] Add a new IRCompileLayer.Lang Hames2018-05-231-0/+1
* [LKH] Add a replacement RTDyldLayer.Lang Hames2018-05-211-0/+1
* [ORC] Add IRLayer and ObjectLayer interfaces and related MaterializationUnits.Lang Hames2018-05-211-0/+1
* [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames2018-01-221-0/+1
* [ORC] Re-apply r321838 again with a workaround for a bug present in the libcxxLang Hames2018-01-101-0/+1
* [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of theLang Hames2018-01-061-1/+0
* [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while ILang Hames2018-01-051-0/+1
* [ORC] Re-revert r321838: Tests are still failing.Lang Hames2018-01-051-1/+0
* [ORC] Re-apply r321838 - Addition of new ORC core APIs.Lang Hames2018-01-051-0/+1
* Revert r321838 -- It broke some of the builders.Lang Hames2018-01-051-1/+0
* [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery andLang Hames2018-01-051-0/+1
* [ORC] Use native Errors rather than converted std::error_codes for ORC RPC.Lang Hames2017-04-131-0/+1
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-1/+0
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-0/+1
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-1/+0
* [Orc] Merge some common code for creating CompileCallbackManagers andLang Hames2016-05-261-1/+0
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-1/+1
* [Orc] Add support for remote JITing to the ORC API.Lang Hames2016-01-111-0/+1
* [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion withLang Hames2016-01-111-1/+1
* [Orc] Add error codes and a new std::error_category for remote-jit errors.Lang Hames2016-01-111-0/+1
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+2
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-2/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+2
* Fix line endings (NFC)Joseph Tremoulet2015-06-221-13/+13
* [ORC] Add NullResolverJoseph Tremoulet2015-06-221-12/+13
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-1/+0
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-0/+1
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-1/+0
* [Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames2015-04-021-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [Orc] New JIT APIs.Lang Hames2015-01-231-0/+6
OpenPOWER on IntegriCloud