This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb7016e Debugging D21194 issues on bot new 40ba834 [codeview] Regenerate test case with unique identifiers new bde073f AArch64: allow MOV (imm) alias to be printed
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/AsmParser/AArch64AsmParser.cpp | 20 +---- .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 48 ++++++++++ .../AArch64/MCTargetDesc/AArch64AddressingModes.h | 43 +++++++++ test/CodeGen/AArch64/aarch64-smull.ll | 4 +- test/CodeGen/AArch64/arm64-abi_align.ll | 12 +-- test/CodeGen/AArch64/arm64-addrmode.ll | 8 +- test/CodeGen/AArch64/arm64-atomic.ll | 2 +- test/CodeGen/AArch64/arm64-bitfield-extract.ll | 4 +- test/CodeGen/AArch64/arm64-build-vector.ll | 2 +- test/CodeGen/AArch64/arm64-const-addr.ll | 2 +- .../CodeGen/AArch64/arm64-fast-isel-addr-offset.ll | 12 +-- test/CodeGen/AArch64/arm64-fast-isel-gv.ll | 4 +- test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll | 8 +- test/CodeGen/AArch64/arm64-fp128.ll | 4 +- test/CodeGen/AArch64/arm64-memcpy-inline.ll | 6 +- test/CodeGen/AArch64/arm64-movi.ll | 48 +++++----- .../AArch64/arm64-patchpoint-webkit_jscc.ll | 19 ++-- test/CodeGen/AArch64/arm64-patchpoint.ll | 4 +- test/CodeGen/AArch64/arm64-register-pairing.ll | 8 +- test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 12 +-- test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 6 +- test/CodeGen/AArch64/arm64-vecCmpBr.ll | 8 +- test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 8 +- test/CodeGen/AArch64/bitfield-insert.ll | 14 +-- test/CodeGen/AArch64/cond-sel.ll | 10 +-- test/CodeGen/AArch64/dag-combine-invaraints.ll | 2 +- test/CodeGen/AArch64/fast-isel-gep.ll | 2 +- test/CodeGen/AArch64/fp16-v4-instructions.ll | 2 +- test/CodeGen/AArch64/fpimm.ll | 5 +- test/CodeGen/AArch64/func-calls.ll | 8 +- test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll | 4 +- test/CodeGen/AArch64/logical-imm.ll | 4 +- test/CodeGen/AArch64/movw-consts.ll | 8 +- test/CodeGen/AArch64/sibling-call.ll | 2 +- test/DebugInfo/AArch64/constant-dbgloc.ll | 2 +- test/DebugInfo/COFF/types-data-members.ll | 100 ++++++++++++--------- test/MC/AArch64/arm64-aliases.s | 95 ++++++++++++++++++-- test/MC/AArch64/arm64-arithmetic-encoding.s | 16 ++-- test/MC/AArch64/basic-a64-instructions.s | 10 +-- test/MC/AArch64/ldr-pseudo.s | 14 +-- test/MC/AArch64/single-slash.s | 2 +- test/MC/Disassembler/AArch64/arm64-arithmetic.txt | 16 ++-- .../AArch64/basic-a64-instructions.txt | 12 +-- 43 files changed, 396 insertions(+), 224 deletions(-)