This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ee85f1e7af [Sparc] Use addAliasForDirective to support data directives new e54d539419d [RISCV] Add symbol diff relocation support for RISC-V
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: include/llvm/MC/MCAsmBackend.h | 4 ++ include/llvm/MC/MCFixup.h | 54 ++++++++++++++++++++++ lib/MC/MCAsmBackend.cpp | 10 +++- lib/MC/MCAssembler.cpp | 21 ++++++++- lib/MC/MCExpr.cpp | 9 +++- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 5 ++ .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 16 +++++++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 18 +++++++- test/MC/RISCV/fixups-expr.s | 47 +++++++++++++++++++ test/MC/RISCV/hilo-constaddr-expr.s | 31 +++++++++++++ test/MC/RISCV/hilo-constaddr.s | 26 +---------- 11 files changed, 212 insertions(+), 29 deletions(-) create mode 100644 test/MC/RISCV/fixups-expr.s create mode 100644 test/MC/RISCV/hilo-constaddr-expr.s