This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae328c30c0f [DWARF] Set discriminator to 0 for DW_LNS_copy new 209d9a9a8d8 [RISCV] Put data smaller than eight bytes to small data section
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/Target/TargetLoweringObjectFile.h | 3 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 + lib/Target/RISCV/RISCVTargetObjectFile.cpp | 96 ++++++++++++++++++++++++++ lib/Target/RISCV/RISCVTargetObjectFile.h | 24 +++++++ test/CodeGen/RISCV/sdata-limit-0.ll | 14 ++++ test/CodeGen/RISCV/sdata-limit-4.ll | 15 ++++ test/CodeGen/RISCV/sdata-limit-8.ll | 15 ++++ test/CodeGen/RISCV/sdata-local-sym.ll | 16 +++++ 8 files changed, 186 insertions(+) create mode 100644 test/CodeGen/RISCV/sdata-limit-0.ll create mode 100644 test/CodeGen/RISCV/sdata-limit-4.ll create mode 100644 test/CodeGen/RISCV/sdata-limit-8.ll create mode 100644 test/CodeGen/RISCV/sdata-local-sym.ll