This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40131a7149e [Utils] Salvage debug info in recursive inst deletion new 88bc91ded96 Make llvm::djbHash an inline function. new 4959ec1bd35 [RISCV] Implement MC relaxations for compressed instructions.
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/Support/DJB.h | 6 +- lib/Support/DJB.cpp | 12 +--- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 87 +++++++++++++++++++++-- test/MC/RISCV/fixups-compressed.s | 9 ++- test/MC/RISCV/relocations.s | 6 +- test/MC/RISCV/rv32-relaxation.s | 75 +++++++++++++++++++ test/MC/RISCV/rv64-relaxation.s | 64 +++++++++++++++++ 7 files changed, 237 insertions(+), 22 deletions(-) create mode 100644 test/MC/RISCV/rv32-relaxation.s create mode 100644 test/MC/RISCV/rv64-relaxation.s