This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be044e6e98c [MemorySSA] Update Phi simplification. new fa594c6082a docs/DeveloperPolicy: Add instructions for requesting GitHu [...] new 396ee55119d [JITLink] Move MachO/x86 got test further down in the data [...] new 4c711cc24e6 [JITLink] Add an initial implementation of JITLink for Mach [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/DeveloperPolicy.rst | 20 + .../JITLink/{MachO_x86_64.h => MachO_arm64.h} | 44 +- lib/ExecutionEngine/JITLink/CMakeLists.txt | 1 + lib/ExecutionEngine/JITLink/MachO.cpp | 3 + .../JITLink/{MachO_x86_64.cpp => MachO_arm64.cpp} | 452 +++++++++++++-------- .../MachO_Arm64_relocations.s} | 227 ++++++----- .../JITLink}/AArch64/lit.local.cfg | 0 .../JITLink/X86/MachO_x86-64_relocations.s | 24 +- 8 files changed, 449 insertions(+), 322 deletions(-) copy include/llvm/ExecutionEngine/JITLink/{MachO_x86_64.h => MachO_arm64.h} (55%) copy lib/ExecutionEngine/JITLink/{MachO_x86_64.cpp => MachO_arm64.cpp} (57%) copy test/ExecutionEngine/JITLink/{X86/MachO_x86-64_relocations.s => AArch64/MachO [...] copy test/{Analysis/CostModel => ExecutionEngine/JITLink}/AArch64/lit.local.cfg (100%)