| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Add support for emulated TLS to ORCv2. | Lang Hames | 2020-01-29 | 1 | -20/+19 |
| * | [ORC] Remove the automagic Main JITDylib fram ExecutionSession. | Lang Hames | 2019-12-05 | 1 | -2/+2 |
| * | [ORC][JITLink] Add support for weak references, and improve handling of static | Lang Hames | 2019-11-28 | 1 | -11/+16 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | Speculative Compilation | Praveen Velliengiri | 2019-08-03 | 1 | -1/+4 |
| * | [ORC] Change the locking scheme for ThreadSafeModule. | Lang Hames | 2019-08-02 | 1 | -51/+65 |
| * | 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 | -5/+12 |
| * | Revert r345077 "[ORC] Change how non-exported symbols are matched during look... | Reid Kleckner | 2018-10-23 | 1 | -12/+5 |
| * | [ORC] Change how non-exported symbols are matched during lookup. | Lang Hames | 2018-10-23 | 1 | -5/+12 |
| * | [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and | Lang Hames | 2018-10-16 | 1 | -9/+11 |
| * | [ORC] Rename ORC layers to make the "new" ORC layers the default. | Lang Hames | 2018-10-15 | 1 | -15/+15 |
| * | [ORC] Promote and rename private symbols inside the CompileOnDemand layer, | Lang Hames | 2018-10-09 | 1 | -5/+20 |
| * | [ORC] Pass symbol name to discard by const reference. | Lang Hames | 2018-10-06 | 1 | -1/+1 |
| * | [ORC] Add partitioning support to CompileOnDemandLayer2. | Lang Hames | 2018-09-29 | 1 | -156/+174 |
| * | [ORC] Narrow a cast: the block guarded by the condition only handles | Lang Hames | 2018-09-28 | 1 | -1/+1 |
| * | [ORC] Remove some dead code. | Lang Hames | 2018-09-28 | 1 | -20/+0 |
| * | [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism | Lang Hames | 2018-09-26 | 1 | -67/+33 |
| * | [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent | Lang Hames | 2018-09-26 | 1 | -75/+46 |
| * | [ORC] Rename VSO to JITDylib. | Lang Hames | 2018-08-17 | 1 | -8/+9 |
| * | [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. | Lang Hames | 2018-07-20 | 1 | -47/+16 |
| * | [ORC] Rename MaterializationResponsibility::delegate to replace and add a new | Lang Hames | 2018-07-09 | 1 | -2/+2 |
| * | [ORC] In CompileOnDemandLayer2, clone modules on to different contexts by | Lang Hames | 2018-07-05 | 1 | -77/+79 |
| * | [ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout. | Lang Hames | 2018-07-02 | 1 | -3/+7 |
| * | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 1 | -8/+48 |
| * | [ORC] Add an initial implementation of a replacement CompileOnDemandLayer. | Lang Hames | 2018-06-18 | 1 | -0/+328 |