This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f57a78615b [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseInd [...] new d1814a363fb Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use [...] new 31866f9f66b [SystemZ] Add missing high-word facility 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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 47 +++- .../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 18 +- lib/Target/SystemZ/README.txt | 5 + lib/Target/SystemZ/SystemZInstrInfo.td | 44 ++++ lib/Target/SystemZ/SystemZScheduleZ13.td | 7 + lib/Target/SystemZ/SystemZScheduleZ196.td | 7 + lib/Target/SystemZ/SystemZScheduleZEC12.td | 7 + test/CodeGen/BPF/undef.ll | 54 ++--- test/CodeGen/MSP430/Inst16mm.ll | 4 +- test/CodeGen/X86/bswap-wide-int.ll | 4 +- test/CodeGen/X86/build-vector-128.ll | 23 +- test/CodeGen/X86/build-vector-256.ll | 29 ++- test/CodeGen/X86/build-vector-512.ll | 20 +- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 236 ++++++++++----------- test/CodeGen/X86/wide-integer-cmp.ll | 2 +- test/MC/Disassembler/SystemZ/insns.txt | 204 ++++++++++++++++++ test/MC/SystemZ/insn-bad-z196.s | 16 ++ test/MC/SystemZ/insn-bad.s | 70 ++++++ test/MC/SystemZ/insn-good-z196.s | 164 ++++++++++++++ 19 files changed, 778 insertions(+), 183 deletions(-)