summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
Commit message (Expand)AuthorAgeFilesLines
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-1/+1
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-96/+87
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-131-2/+11
* [JITLink] Make sure we explicitly deallocate memory on failure.Lang Hames2019-05-011-0/+1
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+246
OpenPOWER on IntegriCloud