This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e650828b52d [LLVM] Fix Alignment death tests in Release Mode new 31b6172a53c [AArch64] Add support for Transactional Memory Extension (TME) new e4b125abc55 [X86][AVX] Ensure chained subvector insertions are the same [...] new 0df00ebf0cd [IPSCCP] Move callsite check to the beginning of the loop.
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: include/llvm/IR/IntrinsicsAArch64.td | 15 +++++++ include/llvm/Support/AArch64TargetParser.def | 1 + include/llvm/Support/AArch64TargetParser.h | 1 + lib/Target/AArch64/AArch64.td | 3 ++ lib/Target/AArch64/AArch64InstrFormats.td | 54 ++++++++++++++++++++--- lib/Target/AArch64/AArch64InstrInfo.td | 31 ++++++++++--- lib/Target/AArch64/AArch64Subtarget.h | 2 + lib/Target/X86/X86ISelLowering.cpp | 2 + lib/Transforms/Scalar/SCCP.cpp | 54 +++++++++++++++++------ test/CodeGen/AArch64/tme.ll | 44 ++++++++++++++++++ test/CodeGen/X86/oddsubvector.ll | 20 +++++---- test/MC/AArch64/tme-error.s | 47 ++++++++++++++++++++ test/MC/AArch64/tme.s | 24 ++++++++++ test/MC/Disassembler/AArch64/tme.txt | 19 ++++++++ test/Transforms/SCCP/indirectbr.ll | 34 +++++++++++++- test/Transforms/SCCP/struct-arg-resolve-undefs.ll | 49 ++++++++++++++++++++ unittests/Support/TargetParserTest.cpp | 1 + 17 files changed, 365 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AArch64/tme.ll create mode 100644 test/MC/AArch64/tme-error.s create mode 100644 test/MC/AArch64/tme.s create mode 100644 test/MC/Disassembler/AArch64/tme.txt create mode 100644 test/Transforms/SCCP/struct-arg-resolve-undefs.ll