This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea7303ed5d0 [X86] Fix unused variable warning in Release builds. NFC. new 0ac160f4a63 [ORC] Move ORC Core symbol map and set types into their own [...] new 3afec904927 [AArch64] Add new target feature to fuse arithmetic and log [...]
The 2 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: include/llvm/ExecutionEngine/Orc/Core.h | 116 +--------- include/llvm/ExecutionEngine/Orc/CoreTypes.h | 153 +++++++++++++ lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + lib/ExecutionEngine/Orc/Core.cpp | 234 +------------------ lib/ExecutionEngine/Orc/CoreTypes.cpp | 254 +++++++++++++++++++++ lib/Target/AArch64/AArch64.td | 10 +- lib/Target/AArch64/AArch64MacroFusion.cpp | 104 ++++++++- lib/Target/AArch64/AArch64Subtarget.h | 9 +- .../CodeGen/AArch64/misched-fusion-arith-logic.mir | 111 +++++++++ 9 files changed, 638 insertions(+), 354 deletions(-) create mode 100644 include/llvm/ExecutionEngine/Orc/CoreTypes.h create mode 100644 lib/ExecutionEngine/Orc/CoreTypes.cpp create mode 100644 test/CodeGen/AArch64/misched-fusion-arith-logic.mir