This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43a750729a7 [X86][SandyBridge] Merge xmm/ymm instructions instregex ent [...] new 329aaa6a3b9 [X86][Haswell] Merge xmm/ymm instructions instregex entries [...] new df931524ae5 [RISCV] Use init_array instead of ctors for RISCV target, b [...]
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/CMakeLists.txt | 1 + lib/Target/RISCV/RISCVTargetMachine.cpp | 3 +- .../RISCVTargetObjectFile.cpp} | 9 +- .../RISCVTargetObjectFile.h} | 17 +- lib/Target/X86/X86SchedHaswell.td | 437 ++++++--------------- test/CodeGen/RISCV/init-array.ll | 30 ++ 6 files changed, 164 insertions(+), 333 deletions(-) copy lib/Target/{Nios2/Nios2TargetObjectFile.cpp => RISCV/RISCVTargetObjectFile.cp [...] copy lib/Target/{Nios2/Nios2TargetObjectFile.h => RISCV/RISCVTargetObjectFile.h} (53%) create mode 100644 test/CodeGen/RISCV/init-array.ll