This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 478b380537b Fix typo. new c74d471711a [RISCV] Pass MCSubtargetInfo to print methods. new 5a286a00411 Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
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: include/llvm/Object/ELFObjectFile.h | 16 +-- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 +- lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 8 +- lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h | 19 ++-- lib/Target/RISCV/RISCV.td | 5 + test/MC/RISCV/csr-aliases.s | 117 +++++++++++++++++++++ tools/llvm-readobj/ARMEHABIPrinter.h | 13 ++- tools/llvm-readobj/ELFDumper.cpp | 64 ++++++----- tools/obj2yaml/elf2yaml.cpp | 8 +- tools/yaml2obj/yaml2elf.cpp | 14 +-- 10 files changed, 197 insertions(+), 69 deletions(-) create mode 100644 test/MC/RISCV/csr-aliases.s