This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84e5dbffd78 [llvm-objdump] Add -x --all-headers options new 78e3c70281b [RISCV] Add machine function pass to merge base + offset
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/CMakeLists.txt | 1 + lib/Target/RISCV/RISCV.h | 4 + lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 208 ------------------- lib/Target/RISCV/RISCVMergeBaseOffset.cpp | 286 +++++++++++++++++++++++++++ lib/Target/RISCV/RISCVTargetMachine.cpp | 5 + test/CodeGen/RISCV/hoist-global-addr-base.ll | 75 +++---- 6 files changed, 334 insertions(+), 245 deletions(-) create mode 100644 lib/Target/RISCV/RISCVMergeBaseOffset.cpp