| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Add support for emulated TLS to ORCv2. | Lang Hames | 2020-01-29 | 1 | -3/+3 |
| * | [ORC] Add weak symbol support to defineMaterializing, fix for PR40074. | Lang Hames | 2020-01-29 | 1 | -1/+3 |
| * | [Orc][LLJIT] Re-apply 298e183e813 (use JITLink for LLJIT where supported). | Lang Hames | 2019-12-19 | 1 | -3/+7 |
| * | Revert "[Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is ... | Lang Hames | 2019-12-18 | 1 | -7/+3 |
| * | [Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is supplied. | Lang Hames | 2019-12-18 | 1 | -3/+7 |
| * | [Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms. | Lang Hames | 2019-12-15 | 1 | -0/+18 |
| * | [ORC] Remove the automagic Main JITDylib fram ExecutionSession. | Lang Hames | 2019-12-05 | 1 | -1/+1 |
| * | [ORC][JITLink] Add support for weak references, and improve handling of static | Lang Hames | 2019-11-28 | 1 | -1/+3 |
| * | [ORC] Add a utility to support dumping JIT'd objects to disk for debugging. | Lang Hames | 2019-11-14 | 1 | -5/+5 |
| * | [Orc] Roll back ThreadPool to std::function | Benjamin Kramer | 2019-09-13 | 1 | -1/+3 |
| * | [Orc] Address the remaining move-capture FIXMEs | Benjamin Kramer | 2019-09-13 | 1 | -3/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -7/+7 |
| * | [ORC] Work around broken GCC/libstdc++ by adding an explicit conversion. | Lang Hames | 2019-08-05 | 1 | -1/+4 |
| * | [ORC] Turn on symbol-flags overrides for LLJIT on Windows by default. | Lang Hames | 2019-08-02 | 1 | -2/+8 |
| * | [ORC] Change the locking scheme for ThreadSafeModule. | Lang Hames | 2019-08-02 | 1 | -4/+9 |
| * | [ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches. | Lang Hames | 2019-07-10 | 1 | -44/+35 |
| * | [ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities. | Lang Hames | 2019-04-29 | 1 | -105/+131 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. | Lang Hames | 2018-10-23 | 1 | -4/+4 |
| * | Revert r345077 "[ORC] Change how non-exported symbols are matched during look... | Reid Kleckner | 2018-10-23 | 1 | -4/+4 |
| * | [ORC] Change how non-exported symbols are matched during lookup. | Lang Hames | 2018-10-23 | 1 | -4/+4 |
| * | [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and | Lang Hames | 2018-10-16 | 1 | -15/+9 |
| * | [ORC] Rename ORC layers to make the "new" ORC layers the default. | Lang Hames | 2018-10-15 | 1 | -1/+1 |
| * | [ORC] Rename MultiThreadedSimpleCompiler to ConcurrentIRCompiler. | Lang Hames | 2018-10-15 | 1 | -1/+1 |
| * | [ORC] During lookup, do not match against hidden symbols in other JITDylibs. | Lang Hames | 2018-10-13 | 1 | -1/+1 |
| * | [ORC] Promote and rename private symbols inside the CompileOnDemand layer, | Lang Hames | 2018-10-09 | 1 | -2/+0 |
| * | [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. | Lang Hames | 2018-09-30 | 1 | -2/+2 |
| * | [ORC] Add definition for IRLayer::setCloneToNewContextOnEmit, use it to set the | Lang Hames | 2018-09-27 | 1 | -18/+24 |
| * | [ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into | Lang Hames | 2018-09-27 | 1 | -1/+1 |
| * | [ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT. | Lang Hames | 2018-09-27 | 1 | -2/+2 |
| * | Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF. | Lang Hames | 2018-09-26 | 1 | -9/+84 |
| * | Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL... | Hans Wennborg | 2018-09-26 | 1 | -84/+9 |
| * | [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism | Lang Hames | 2018-09-26 | 1 | -13/+14 |
| * | [ORC] Refactor trampoline pool management out of JITCompileCallbackManager. | Lang Hames | 2018-09-26 | 1 | -8/+6 |
| * | [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT. | Lang Hames | 2018-09-26 | 1 | -8/+82 |
| * | [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent | Lang Hames | 2018-09-26 | 1 | -17/+15 |
| * | [ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter. | Lang Hames | 2018-09-10 | 1 | -6/+6 |
| * | [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr. | Lang Hames | 2018-09-06 | 1 | -1/+1 |
| * | [ORC] Add an addObjectFile method to LLJIT. | Lang Hames | 2018-08-28 | 1 | -0/+7 |
| * | [ORC] Rename VSO to JITDylib. | Lang Hames | 2018-08-17 | 1 | -8/+8 |
| * | [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. | Lang Hames | 2018-07-20 | 1 | -42/+5 |
| * | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 1 | -0/+171 |