This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af223d6 [codeview] Dump the type index on the first line of each record new 5cf889e [EarlyCSE] Change key type of AvailableCalls to Instruction*. NFCI. new 0b30fc6 add support for -print-imm-hex for AArch64 new a19270c regenerate checks
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: lib/Target/AArch64/AArch64InstrFormats.td | 8 +- .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 31 +- .../AArch64/InstPrinter/AArch64InstPrinter.h | 4 +- lib/Transforms/Scalar/EarlyCSE.cpp | 7 +- test/CodeGen/AArch64/aarch64-be-bv.ll | 198 +++++----- test/CodeGen/AArch64/arm64-abi_align.ll | 12 +- test/CodeGen/AArch64/arm64-addrmode.ll | 10 +- test/CodeGen/AArch64/arm64-atomic.ll | 2 +- test/CodeGen/AArch64/arm64-bitfield-extract.ll | 8 +- test/CodeGen/AArch64/arm64-build-vector.ll | 4 +- test/CodeGen/AArch64/arm64-const-addr.ll | 4 +- .../CodeGen/AArch64/arm64-fast-isel-addr-offset.ll | 10 +- test/CodeGen/AArch64/arm64-fast-isel-gv.ll | 4 +- test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll | 8 +- test/CodeGen/AArch64/arm64-fcopysign.ll | 4 +- test/CodeGen/AArch64/arm64-fp128.ll | 4 +- test/CodeGen/AArch64/arm64-memcpy-inline.ll | 2 +- test/CodeGen/AArch64/arm64-movi.ll | 64 +-- test/CodeGen/AArch64/arm64-neon-2velem-high.ll | 36 +- test/CodeGen/AArch64/arm64-neon-copy.ll | 4 +- test/CodeGen/AArch64/arm64-nvcast.ll | 2 +- .../AArch64/arm64-patchpoint-webkit_jscc.ll | 40 +- test/CodeGen/AArch64/arm64-patchpoint.ll | 12 +- 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-vector-ext.ll | 2 +- test/CodeGen/AArch64/arm64-vector-imm.ll | 18 +- test/CodeGen/AArch64/arm64-vshift.ll | 2 +- test/CodeGen/AArch64/arm64-vshuffle.ll | 2 +- test/CodeGen/AArch64/bitreverse.ll | 16 +- test/CodeGen/AArch64/complex-int-to-fp.ll | 2 +- test/CodeGen/AArch64/f16-instructions.ll | 8 +- test/CodeGen/AArch64/fast-isel-cmp-vec.ll | 12 +- test/CodeGen/AArch64/fast-isel-gep.ll | 2 +- test/CodeGen/AArch64/fdiv_combine.ll | 4 +- test/CodeGen/AArch64/fp16-v4-instructions.ll | 4 +- test/CodeGen/AArch64/fp16-vector-nvcast.ll | 12 +- test/CodeGen/AArch64/fpimm.ll | 12 +- test/CodeGen/AArch64/func-calls.ll | 4 +- test/CodeGen/AArch64/hints.ll | 2 +- test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll | 2 +- test/CodeGen/AArch64/vector-fcopysign.ll | 12 +- test/MC/AArch64/arm64-advsimd.s | 148 +++---- test/MC/AArch64/arm64-aliases.s | 16 +- test/MC/AArch64/arm64-arithmetic-encoding.s | 24 +- test/MC/AArch64/ldr-pseudo.s | 2 +- test/MC/AArch64/single-slash.s | 2 +- test/MC/Disassembler/AArch64/arm64-advsimd.txt | 428 ++++++++++----------- test/MC/Disassembler/AArch64/arm64-arithmetic.txt | 24 +- .../AArch64/armv8.2a-statistical-profiling.txt | 2 +- test/MC/Disassembler/AArch64/neon-instructions.txt | 14 +- test/Transforms/InstCombine/pr21651.ll | 22 +- .../AArch64/macho-symbolized-disassembly.test | 8 +- 54 files changed, 660 insertions(+), 650 deletions(-)