| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC][JITLink] Add support for weak references, and improve handling of static | Lang Hames | 2019-11-28 | 1 | -1/+2 |
| * | [Orc] Address the remaining move-capture FIXMEs | Benjamin Kramer | 2019-09-13 | 1 | -2/+3 |
| * | [ORC] Update symbol lookup to use a single callback with a required symbol state | Lang Hames | 2019-06-07 | 1 | -2/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. | Lang Hames | 2018-09-30 | 1 | -2/+2 |
| * | [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions. | Lang Hames | 2018-09-25 | 1 | -20/+20 |
| * | Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver." | Lang Hames | 2018-09-25 | 1 | -20/+20 |
| * | [ORC] Switch to asynchronous resolution in JITSymbolResolver. | Lang Hames | 2018-09-25 | 1 | -20/+20 |
| * | [ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple of | Lang Hames | 2018-09-12 | 1 | -1/+1 |
| * | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 1 | -7/+7 |
| * | [ORC] Re-apply r336760 with fixes. | Lang Hames | 2018-07-21 | 1 | -1/+1 |
| * | Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. | Lang Hames | 2018-07-20 | 1 | -2/+8 |
| * | Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i... | Reid Kleckner | 2018-07-20 | 1 | -8/+2 |
| * | [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for | Lang Hames | 2018-07-20 | 1 | -2/+8 |
| * | [ORC] Simplify VSO::lookupFlags to return the flags map. | Lang Hames | 2018-07-20 | 1 | -2/+1 |
| * | [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. | Lang Hames | 2018-07-20 | 1 | -0/+2 |
| * | [ORC] Add a WaitUntilReady argument to blockingLookup. | Lang Hames | 2018-06-14 | 1 | -2/+2 |
| * | [ORC] Refactor blocking lookup logic into the blockingLookup function, and | Lang Hames | 2018-06-12 | 1 | -41/+11 |
| * | [ORC] Rewrite the VSO symbol table yet again. Update related utilities. | Lang Hames | 2018-05-16 | 1 | -19/+21 |
| * | [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. | Lang Hames | 2018-02-14 | 1 | -2/+3 |
| * | [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. | Lang Hames | 2018-02-06 | 1 | -4/+15 |
| * | [ORC] Refactor the various lookupFlags methods to return the flags map via the | Lang Hames | 2018-01-25 | 1 | -1/+3 |
| * | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 1 | -0/+75 |