This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8254306a0e6 [TargetLowering] Add SimplifyDemandedVectorElts support to [...] new dd1e7c94ef5 Revert r348243 "[llvm-mc] - Do not crash when referencing u [...] new 69cbcac22d4 Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out b [...]
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: lib/MC/ELFObjectWriter.cpp | 14 - lib/Target/AArch64/AArch64.td | 100 +------ lib/Target/AArch64/AArch64InstrFormats.td | 17 +- lib/Target/AArch64/AArch64InstrInfo.td | 77 +---- lib/Target/AArch64/AArch64Subtarget.h | 51 ---- lib/Target/AArch64/AArch64SystemOperands.td | 83 ++---- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 41 ++- test/MC/AArch64/armv8.2a-at.s | 10 +- test/MC/AArch64/armv8.2a-mmfr2.s | 6 + test/MC/AArch64/armv8.2a-persistent-memory.s | 7 +- test/MC/AArch64/armv8.3a-complex.s | 61 ++-- test/MC/AArch64/armv8.3a-js.s | 24 +- test/MC/AArch64/armv8.3a-signed-pointer.s | 339 +++++++++------------- test/MC/AArch64/armv8.4a-flag.s | 55 ++-- test/MC/AArch64/armv8.4a-ldst.s | 117 ++++---- test/MC/AArch64/armv8.4a-tlb.s | 99 +++---- test/MC/AArch64/armv8.4a-trace.s | 15 +- test/MC/ELF/undefined-debug.s | 5 - 18 files changed, 386 insertions(+), 735 deletions(-) create mode 100644 test/MC/AArch64/armv8.2a-mmfr2.s delete mode 100644 test/MC/ELF/undefined-debug.s