This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76914be Clarify rules for reserved regs, fix aarch64 ones. new e18cb89 Fix LSR best register search algorithm. new 3143430 [AArch64] Refactor LSE support as feature separate from V8.1a [...]
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/Support/AArch64TargetParser.def | 7 ++++--- include/llvm/Support/TargetParser.h | 3 ++- lib/Target/AArch64/AArch64.td | 5 ++++- lib/Target/AArch64/AArch64InstrFormats.td | 11 +++++++---- lib/Target/AArch64/AArch64InstrInfo.td | 2 ++ lib/Target/AArch64/AArch64Subtarget.h | 2 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 5 +++-- test/MC/AArch64/arm64v8.1-diagno-predicate.s | 8 ++++++++ test/MC/AArch64/directive-arch-negative.s | 6 ++++++ test/MC/AArch64/directive-cpu.s | 11 +++++++++++ 11 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 test/MC/AArch64/arm64v8.1-diagno-predicate.s