This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52cd80dbc1f [ARM CGP] Fix ConvertTruncs new 6ea38efaaa1 [RISCV] Support assembling %got_pcrel_hi operator
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 | 10 ++++--- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 7 +++++ lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 1 + .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 2 ++ lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 3 ++ .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 3 ++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 7 ++++- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 7 +++-- test/MC/RISCV/relocations.s | 34 ++++++++++++++++++++++ test/MC/RISCV/rv32i-invalid.s | 12 ++++---- 10 files changed, 72 insertions(+), 14 deletions(-)