| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Re-apply r336760 with fixes. | Lang Hames | 2018-07-21 | 3 | -4/+38 |
| * | Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. | Lang Hames | 2018-07-20 | 5 | -281/+518 |
| * | Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i... | Reid Kleckner | 2018-07-20 | 5 | -518/+281 |
| * | [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for | Lang Hames | 2018-07-20 | 5 | -281/+518 |
| * | [ORC] Simplify VSO::lookupFlags to return the flags map. | Lang Hames | 2018-07-20 | 6 | -31/+27 |
| * | [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. | Lang Hames | 2018-07-20 | 5 | -97/+148 |
| * | Fix few typos in comments (write access test commit) | Stefan Granitz | 2018-07-12 | 1 | -2/+2 |
| * | Revert r336760: "[ORC] Add unit tests for the reexports utility that were..." | Lang Hames | 2018-07-11 | 1 | -1/+1 |
| * | [ORC] Add unit tests for the reexports utility that were left out of r336741, | Lang Hames | 2018-07-11 | 1 | -1/+1 |
| * | [ORC] Generalize alias materialization to support re-exports (i.e. aliasing of | Lang Hames | 2018-07-10 | 1 | -40/+138 |
| * | [ORC] Rename MaterializationResponsibility::delegate to replace and add a new | Lang Hames | 2018-07-09 | 2 | -3/+20 |
| * | [ORC] Add BitReader/BitWriter to target_link_libraries | Heejin Ahn | 2018-07-05 | 1 | -0/+6 |
| * | [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] Don't call isa<> on a null value. | Lang Hames | 2018-06-26 | 1 | -1/+1 |
| * | [ORC] Fix a missing return value. | Lang Hames | 2018-06-26 | 1 | -0/+2 |
| * | [ORC] Add a dependence on MC to LLVMBuild.txt | Lang Hames | 2018-06-26 | 1 | -2/+2 |
| * | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 7 | -19/+402 |
| * | [ORC] Reset AsynchronousSymbolQuery's NotifySymbolsResolved callback on error. | Lang Hames | 2018-06-26 | 1 | -3/+4 |
| * | [ORC] Move the VSOList typedef out of VSO. | Lang Hames | 2018-06-26 | 1 | -3/+2 |
| * | [ORC] Fix a FIXME by moving MangleAndInterner to Core.h. | Lang Hames | 2018-06-26 | 2 | -12/+14 |
| * | [ORC] Add a symbolAliases function to the Core APIs. | Lang Hames | 2018-06-26 | 1 | -9/+80 |
| * | [ORC] Fix formatting and list pending queries in VSO::dump. | Lang Hames | 2018-06-23 | 1 | -3/+7 |
| * | [ORC] Add an initial implementation of a replacement CompileOnDemandLayer. | Lang Hames | 2018-06-18 | 3 | -1/+346 |
| * | [ORC] Keep weak flag on VSO symbol tables during materialization, but treat | Lang Hames | 2018-06-18 | 1 | -8/+7 |
| * | [ORC] Remove redundant condition | Lang Hames | 2018-06-17 | 1 | -1/+1 |
| * | [ORC] Only notify queries that they are resolved/ready when the query state | Lang Hames | 2018-06-17 | 1 | -8/+30 |
| * | [ORC] Suppress an unused variable warning for a debug-mode only use. | Lang Hames | 2018-06-17 | 1 | -0/+1 |
| * | [ORC] Erase empty dependence sets when adding new symbol dependencies. | Lang Hames | 2018-06-17 | 1 | -0/+3 |
| * | [ORC] In MaterializationResponsibility, only maintain the Materializing flag on | Lang Hames | 2018-06-17 | 1 | -2/+12 |
| * | [ORC] Strip weak flags from a symbol once it is selected for materialization. | Lang Hames | 2018-06-14 | 1 | -3/+4 |
| * | [ORC] Filter out self-dependencies in VSO::addDependencies. | Lang Hames | 2018-06-14 | 1 | -1/+1 |
| * | [ORC] Assert that the query argument to VSO::lookup must be non-null. | Lang Hames | 2018-06-14 | 1 | -0/+2 |
| * | [ORC] Add a WaitUntilReady argument to blockingLookup. | Lang Hames | 2018-06-14 | 2 | -24/+44 |
| * | [ORC] Strip the Materializing flag off finalized symbols in VSOs. | Lang Hames | 2018-06-14 | 1 | -3/+6 |
| * | Fix -DLLVM_ENABLE_THREADS=OFF build after r334537 | Hans Wennborg | 2018-06-13 | 1 | -1/+1 |
| * | [ORC] Add a fallback definition generator for VSOs. | Lang Hames | 2018-06-12 | 1 | -66/+100 |
| * | [ORC] Refactor blocking lookup logic into the blockingLookup function, and | Lang Hames | 2018-06-12 | 4 | -60/+61 |
| * | [ORC] Add a constructor to create an IRMaterializationUnit from a module and | Lang Hames | 2018-06-03 | 1 | -0/+6 |
| * | [ORC] Add a getRequestedSymbols method to MaterializationResponsibility. | Lang Hames | 2018-05-31 | 1 | -7/+37 |
| * | [ORC] Rename IRMaterializationUnit's Discardable member to SymbolToDefinition, | Lang Hames | 2018-05-31 | 1 | -4/+6 |
| * | [ORC] Fix an ambiguous make_unique call. | Lang Hames | 2018-05-30 | 1 | -2/+2 |
| * | [ORC] Update JITCompileCallbackManager to support multi-threaded code. | Lang Hames | 2018-05-30 | 4 | -27/+110 |
| * | [ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener(). | Andres Freund | 2018-05-24 | 1 | -0/+11 |
| * | [ORC] Add ability [un]register JITEventListener on Orc C stack. | Andres Freund | 2018-05-24 | 1 | -1/+40 |
| * | [ORC] Extend object layer callbacks so JITEventListener can be supported. | Andres Freund | 2018-05-24 | 1 | -1/+4 |
| * | [ORC] Add findSymbolIn() wrapper to C bindings, take #2. | Andres Freund | 2018-05-24 | 2 | -0/+30 |
| * | [ORC] Perform name mangling in findSymbolIn(), as done in findSymbol(). | Andres Freund | 2018-05-24 | 1 | -1/+1 |
| * | Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." | Andres Freund | 2018-05-24 | 2 | -30/+0 |
| * | [ORC] Add findSymbolIn() wrapper to C bindings. | Andres Freund | 2018-05-24 | 2 | -0/+30 |