This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffaaef68dba Revert "Don't assume a null GV is local for ELF and MachO." new 7899db5d080 [RISCV] Add support for %pcrel_lo. new f7b5a9db658 Update test expectations after reverting PLT change
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/AsmParser/RISCVAsmParser.cpp | 5 ++-- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 22 ++++++++++------- .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 ++++ lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 6 +++++ .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 5 ++++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 5 +++- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 1 + test/CodeGen/X86/pr32282.ll | 2 +- test/CodeGen/X86/scalar-fp-to-i64.ll | 28 +++++++++++----------- test/MC/RISCV/relocations.s | 20 ++++++++++++++++ test/MC/RISCV/rv32i-invalid.s | 9 +++++++ 11 files changed, 80 insertions(+), 27 deletions(-)