summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLink][MachO] Fix common symbol size plumbing.Lang Hames2019-12-191-1/+1
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-1/+3
* [JITLink] Tighten section sorting criteria to fix a flaky test case.Lang Hames2019-10-281-1/+3
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-10-041-1/+1
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-0/+535
OpenPOWER on IntegriCloud