This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2eb5b221110 [json, test] Fix the json.td test - the path to python coul [...] new 8352988dc15 [cfi-verify] Support AArch64. new 674b14846a3 [PowerPC] Materialize more constants with CR-field set in l [...] new f907c503aba [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset ins [...]
The 3 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/MC/MCInstrDesc.h | 6 +- include/llvm/Target/Target.td | 1 + lib/Target/AArch64/AArch64InstrFormats.td | 17 +- lib/Target/AArch64/AArch64InstrInfo.td | 28 +- .../AArch64/Disassembler/AArch64Disassembler.cpp | 14 +- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 20 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 33 ++- lib/Target/X86/X86InstrSystem.td | 2 +- test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir | 9 +- ...cial-handling.mir => rlwinm_rldicl_to_andi.mir} | 294 ++++++++++---------- .../llvm-cfi-verify/AArch64/protected-lineinfo.s | 183 +++++++++++++ .../llvm-cfi-verify/AArch64/unprotected-lineinfo.s | 169 ++++++++++++ tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 42 ++- tools/llvm-cfi-verify/lib/FileAnalysis.h | 11 +- unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 303 +++++++++++++++++++-- utils/TableGen/CodeGenInstruction.cpp | 1 + utils/TableGen/CodeGenInstruction.h | 1 + utils/TableGen/InstrDocsEmitter.cpp | 1 + utils/TableGen/InstrInfoEmitter.cpp | 1 + 19 files changed, 898 insertions(+), 238 deletions(-) copy test/CodeGen/PowerPC/{convert-rr-to-ri-instrs-R0-special-handling.mir => rlwi [...] create mode 100644 test/tools/llvm-cfi-verify/AArch64/protected-lineinfo.s create mode 100644 test/tools/llvm-cfi-verify/AArch64/unprotected-lineinfo.s