summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/MachOAtomGraphBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-412/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-3/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+3
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-3/+4
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-5/+5
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-5/+5
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-5/+5
* [JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.Lang Hames2019-05-161-1/+1
* [JITLink][MachO] Honor the no-dead-strip flag on nlist entries.Lang Hames2019-05-131-1/+8
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-131-2/+8
* [JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.Lang Hames2019-05-101-26/+42
* [JITLink] Improve/fix some JITLink debugging output.Lang Hames2019-05-091-3/+3
* Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.Lang Hames2019-05-071-8/+101
* Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."Lang Hames2019-05-071-101/+8
* [JITLink] Add support for MachO .alt_entry atoms.Lang Hames2019-05-071-8/+101
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+289
OpenPOWER on IntegriCloud