This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8683684c3b6 [RISCV] Fix c.addi and c.addi16sp immediate constraints whi [...] new e2a15d065a0 [X86] Legalize (i64 (bitcast (v64i1 X))) on 32-bit targets [...] new fb0498b03e8 [X86] Legalize (v64i1 (bitcast (i64 X))) on 32-bit targets [...] new 10bc2944589 [RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-ob [...]
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/Object/ELFObjectFile.h | 2 + lib/Object/ELFObjectFile.cpp | 13 + lib/Target/X86/X86ISelLowering.cpp | 33 + test/CodeGen/X86/avx512-regcall-Mask.ll | 62 +- test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 2193 +-------------------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 1434 +++----------- test/MC/RISCV/cnop.s | 2 +- test/MC/RISCV/fixups-compressed.s | 2 +- test/MC/RISCV/rv32c-only-valid.s | 2 +- test/MC/RISCV/rv32c-valid.s | 4 +- test/MC/RISCV/rv32dc-valid.s | 2 +- test/MC/RISCV/rv32fc-valid.s | 2 +- test/MC/RISCV/rv64c-valid.s | 2 +- test/MC/RISCV/rv64dc-valid.s | 2 +- 14 files changed, 334 insertions(+), 3421 deletions(-)