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/+1 |
* | [JITLink] Switch from an atom-based model to a "blocks and symbols" model. | Lang Hames | 2019-10-04 | 1 | -96/+87 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
* | [JITLink] Track section alignment and make sure it is respected during layout. | Lang Hames | 2019-05-13 | 1 | -2/+11 |
* | [JITLink] Make sure we explicitly deallocate memory on failure. | Lang Hames | 2019-05-01 | 1 | -0/+1 |
* | Initial implementation of JITLink - A replacement for RuntimeDyld. | Lang Hames | 2019-04-20 | 1 | -0/+246 |