This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e5b17e41ab Make the write_cmake_config.py script python3-compatible new 33b7d2ceb89 [X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI. new efea7114d4f [AArch64] Move feature predctrl to predres
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/Target/AArch64/AArch64.td | 6 +++--- lib/Target/AArch64/AArch64InstrInfo.td | 4 ++-- lib/Target/AArch64/AArch64Subtarget.h | 4 ++-- lib/Target/AArch64/AArch64SystemOperands.td | 2 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 2 -- .../{armv8.5a-predctrl-error.s => armv8.5a-predres-error.s} | 2 +- test/MC/AArch64/{armv8.5a-predctrl.s => armv8.5a-predres.s} | 10 +++++----- .../AArch64/{armv8.5a-predctrl.txt => armv8.5a-predres.txt} | 4 ++-- 9 files changed, 17 insertions(+), 19 deletions(-) rename test/MC/AArch64/{armv8.5a-predctrl-error.s => armv8.5a-predres-error.s} (92%) rename test/MC/AArch64/{armv8.5a-predctrl.s => armv8.5a-predres.s} (69%) rename test/MC/Disassembler/AArch64/{armv8.5a-predctrl.txt => armv8.5a-predres.txt} (62%)