| 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 | -3/+6 |
| * | [ORC] Update symbol lookup to use a single callback with a required symbol state | Lang Hames | 2019-06-07 | 1 | -20/+11 |
| * | [ORC] Allow JITDylib definition generators to return Errors. | Lang Hames | 2019-04-30 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts. | Lang Hames | 2018-09-02 | 1 | -4/+2 |
| * | [ORC] Remove a stray debugging output line left in a unit test. | Lang Hames | 2018-08-31 | 1 | -1/+0 |
| * | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 1 | -82/+35 |
| * | [ORC] Rename VSO to JITDylib. | Lang Hames | 2018-08-17 | 1 | -8/+8 |
| * | Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. | Lang Hames | 2018-07-20 | 1 | -33/+25 |
| * | Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i... | Reid Kleckner | 2018-07-20 | 1 | -25/+33 |
| * | [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for | Lang Hames | 2018-07-20 | 1 | -33/+25 |
| * | [ORC] Simplify VSO::lookupFlags to return the flags map. | Lang Hames | 2018-07-20 | 1 | -25/+12 |
| * | [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. | Lang Hames | 2018-07-20 | 1 | -0/+61 |
| * | [ORC] Rewrite the VSO symbol table yet again. Update related utilities. | Lang Hames | 2018-05-16 | 1 | -25/+25 |
| * | [ORC] Add a MaterializationResponsibility class to track responsibility for | Lang Hames | 2018-04-16 | 1 | -1/+1 |
| * | [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor. | Lang Hames | 2018-04-02 | 1 | -3/+2 |
| * | [ORC] Rename SymbolSource to MaterializationUnit, and make the materialization | Lang Hames | 2018-03-20 | 1 | -1/+1 |
| * | [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. | Lang Hames | 2018-02-14 | 1 | -30/+6 |
| * | [ORC] Refactor the various lookupFlags methods to return the flags map via the | Lang Hames | 2018-01-25 | 1 | -15/+20 |
| * | [ORC] Add helpers for building orc::SymbolResolvers from legacy findSymbol-style | Lang Hames | 2018-01-24 | 1 | -0/+73 |
| * | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 1 | -0/+90 |