This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 414ee511a79 [GlobalISel][X86] refactoring X86InstructionSelector.cpp .NFC. new 26132ea8ed7 [RISCV] Add support for all RV32I instructions
The 1 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/AsmParser/RISCVAsmParser.cpp | 156 +++++++++++++++++++-- lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 14 ++ lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h | 1 + lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 54 +++++++ .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 19 +++ lib/Target/RISCV/RISCVInstrInfo.td | 148 ++++++++++++++++++- test/MC/RISCV/rv32i-invalid.s | 50 ++++++- test/MC/RISCV/rv32i-valid.s | 150 ++++++++++++++++++++ 8 files changed, 575 insertions(+), 17 deletions(-) create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h