This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8ff25a9540 [TargetLowering] SimplifyMultipleUseDemandedBits - add BITC [...] new f8a4f9ea4e0 [SelectionDAG] GetDemandedBits - update OR/XOR ops to just [...] new 099593d7854 [AArch64] Define ETE and TRBE system registers
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 ++----- lib/Target/AArch64/AArch64.td | 15 +++++++++++- lib/Target/AArch64/AArch64InstrInfo.td | 4 ++++ lib/Target/AArch64/AArch64Subtarget.h | 4 ++++ lib/Target/AArch64/AArch64SystemOperands.td | 23 ++++++++++++++++++ test/MC/AArch64/ete-sysregs.s | 33 ++++++++++++++++++++++++++ test/MC/AArch64/trbe-sysreg-diag.s | 9 ++++++++ test/MC/AArch64/trbe-sysreg.s | 35 ++++++++++++++++++++++++++++ test/MC/Disassembler/AArch64/ete.txt | 36 +++++++++++++++++++++++++++++ test/MC/Disassembler/AArch64/trbe.txt | 35 ++++++++++++++++++++++++++++ 10 files changed, 195 insertions(+), 7 deletions(-) create mode 100644 test/MC/AArch64/ete-sysregs.s create mode 100644 test/MC/AArch64/trbe-sysreg-diag.s create mode 100644 test/MC/AArch64/trbe-sysreg.s create mode 100644 test/MC/Disassembler/AArch64/ete.txt create mode 100644 test/MC/Disassembler/AArch64/trbe.txt