This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aca9dda7129 [WebAssembly] Use named operands to identify loads and stores new ee8f60f78fd [RISCV] Support -target-abi at the MC layer and for codegen new cd335133b27 [RISCV][NFC] Split out emitSelectPseudo from EmitInstrWithC [...]
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/RISCV/MCTargetDesc/LLVMBuild.txt | 2 +- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 2 +- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 16 +++++- lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp | 25 ++++++++- lib/Target/RISCV/RISCVISelLowering.cpp | 41 ++++++++------ lib/Target/RISCV/RISCVSubtarget.cpp | 12 ++-- lib/Target/RISCV/RISCVSubtarget.h | 10 +++- lib/Target/RISCV/RISCVTargetMachine.cpp | 2 +- lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 51 +++++++++++++++++ lib/Target/RISCV/Utils/RISCVBaseInfo.h | 20 +++++++ test/CodeGen/RISCV/target-abi-invalid.ll | 58 +++++++++++++++++++ test/CodeGen/RISCV/target-abi-valid.ll | 40 +++++++++++++ test/MC/RISCV/target-abi-invalid.s | 56 +++++++++++++++++++ test/MC/RISCV/target-abi-valid.s | 65 ++++++++++++++++++++++ 14 files changed, 369 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/RISCV/target-abi-invalid.ll create mode 100644 test/CodeGen/RISCV/target-abi-valid.ll create mode 100644 test/MC/RISCV/target-abi-invalid.s create mode 100644 test/MC/RISCV/target-abi-valid.s