summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverted r361134 because of a failing test left unattended for a long time.Galina Kistanova2019-05-221-6/+8
* Use llvm::sort. NFCFangrui Song2019-05-201-8/+6
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-131-5/+22
* [ORC] Simplify logic for updating edges when should-discard atoms are pruned.Lang Hames2019-05-091-16/+4
* Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.Lang Hames2019-05-071-18/+18
* [JITLink] Make sure we explicitly deallocate memory on failure.Lang Hames2019-05-011-4/+10
* [JITLink] Add debugging output to print resolved external atoms.Lang Hames2019-04-301-0/+6
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-221-1/+1
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+464
OpenPOWER on IntegriCloud