This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7768f31c04b [AMDGPU] Tune inlining parameters for AMDGPU target new 80b0a9b94f5 Revert [AArch64] Add support for Transactional Memory Exten [...]
The 1 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 | 17 --------- include/llvm/Support/AArch64TargetParser.def | 1 - include/llvm/Support/AArch64TargetParser.h | 1 - lib/Target/AArch64/AArch64.td | 3 -- lib/Target/AArch64/AArch64InstrFormats.td | 55 +++------------------------- lib/Target/AArch64/AArch64InstrInfo.td | 29 +++------------ lib/Target/AArch64/AArch64Subtarget.h | 2 - test/CodeGen/AArch64/tme-tcancel.ll | 16 -------- test/CodeGen/AArch64/tme-tcommit.ll | 16 -------- test/CodeGen/AArch64/tme-tstart.ll | 16 -------- test/CodeGen/AArch64/tme-ttest.ll | 16 -------- test/MC/AArch64/tme-error.s | 47 ------------------------ test/MC/AArch64/tme.s | 24 ------------ test/MC/Disassembler/AArch64/tme.txt | 19 ---------- unittests/Support/TargetParserTest.cpp | 1 - 15 files changed, 12 insertions(+), 251 deletions(-) delete mode 100644 test/CodeGen/AArch64/tme-tcancel.ll delete mode 100644 test/CodeGen/AArch64/tme-tcommit.ll delete mode 100644 test/CodeGen/AArch64/tme-tstart.ll delete mode 100644 test/CodeGen/AArch64/tme-ttest.ll delete mode 100644 test/MC/AArch64/tme-error.s delete mode 100644 test/MC/AArch64/tme.s delete mode 100644 test/MC/Disassembler/AArch64/tme.txt