| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Add support for emulated TLS to ORCv2. | Lang Hames | 2020-01-29 | 1 | -5/+7 |
| * | [ORC][JITLink] Add support for weak references, and improve handling of static | Lang Hames | 2019-11-28 | 1 | -4/+7 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -6/+6 |
| * | [ORC] Update symbol lookup to use a single callback with a required symbol state | Lang Hames | 2019-06-07 | 1 | -12/+11 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove TypeBuilder.h, and fix the few locations using it. | James Y Knight | 2019-01-13 | 1 | -6/+12 |
| * | [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. | Lang Hames | 2018-10-23 | 1 | -4/+6 |
| * | Revert r345077 "[ORC] Change how non-exported symbols are matched during look... | Reid Kleckner | 2018-10-23 | 1 | -5/+3 |
| * | [ORC] Change how non-exported symbols are matched during lookup. | Lang Hames | 2018-10-23 | 1 | -3/+5 |
| * | [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and | Lang Hames | 2018-10-16 | 1 | -7/+6 |
| * | [ORC] Rename ORC layers to make the "new" ORC layers the default. | Lang Hames | 2018-10-15 | 1 | -193/+139 |
| * | Remove some unnecessary constructor arguments. | Lang Hames | 2018-09-05 | 1 | -4/+4 |
| * | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 1 | -1/+2 |
| * | [ORC] Simplify VSO::lookupFlags to return the flags map. | Lang Hames | 2018-07-20 | 1 | -3/+2 |
| * | [ORC] Rewrite the VSO symbol table yet again. Update related utilities. | Lang Hames | 2018-05-16 | 1 | -1/+1 |
| * | [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor. | Lang Hames | 2018-04-02 | 1 | -8/+4 |
| * | [ORC] Fix ORC on platforms without indirection support. | Lang Hames | 2018-03-28 | 1 | -2/+2 |
| * | [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather | Lang Hames | 2018-02-21 | 1 | -18/+9 |
| * | [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a | Lang Hames | 2018-02-14 | 1 | -17/+20 |
| * | [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. | Lang Hames | 2018-02-14 | 1 | -2/+3 |
| * | [ORC] Remove Layer handles from the layer concept. | Lang Hames | 2018-02-09 | 1 | -14/+16 |
| * | [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. | Lang Hames | 2018-02-06 | 1 | -28/+51 |
| * | [ORC] Rename NullResolver to NullLegacyResolver. | Lang Hames | 2018-02-03 | 1 | -1/+1 |
| * | [ORC] Replace decltype with a concrete type to make MSVC happy. | Lang Hames | 2017-09-29 | 1 | -2/+2 |
| * | Fix -Werror build. | Evgeniy Stepanov | 2017-09-28 | 1 | -5/+5 |
| * | [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor. | Lang Hames | 2017-09-28 | 1 | -0/+8 |
| * | [ORC] Errorize the ORC APIs. | Lang Hames | 2017-07-07 | 1 | -16/+16 |
| * | [Orc] Remove the memory manager argument to addModule, and de-templatize the | Lang Hames | 2017-07-04 | 1 | -19/+21 |
| * | [ORC] Switch the object layer API from addObjectSet to addObject (singular), and | Lang Hames | 2017-06-22 | 1 | -28/+28 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 1 | -13/+16 |
| * | [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag. | Lang Hames | 2017-04-04 | 1 | -1/+7 |
| * | [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer. | Lang Hames | 2017-02-20 | 1 | -0/+247 |