This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b3f633f7681 [MC] - Fix build bot. new 67f4757dcef [SelectionDAG] Initial support for FSHL/FSHR funnel shift o [...] new 8dc1a1ab0b7 [test] Split strip-preserve-time.test, and skip atime test [...] new 52f31f630a5 [test] Skip ThinLTO cache tests requiring atime setting on NetBSD
The 3 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/CodeGen/ISDOpcodes.h | 10 +- include/llvm/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 36 +++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 7 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 88 ++++--- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 48 ++++ lib/CodeGen/TargetLoweringBase.cpp | 2 + lib/Target/X86/X86ISelLowering.cpp | 50 +++- lib/Target/X86/X86TargetTransformInfo.cpp | 14 +- test/CodeGen/X86/fshl.ll | 284 ++++++++++++-------- test/CodeGen/X86/fshr.ll | 286 +++++++++++++-------- test/CodeGen/X86/funnel-shift.ll | 38 +-- test/ThinLTO/X86/cache.ll | 4 +- ...reserve-time.test => strip-preserve-atime.test} | 20 +- ...reserve-time.test => strip-preserve-mtime.test} | 18 +- utils/lit/lit/llvm/config.py | 4 +- 18 files changed, 580 insertions(+), 343 deletions(-) copy test/tools/llvm-objcopy/ELF/{strip-preserve-time.test => strip-preserve-atime [...] rename test/tools/llvm-objcopy/ELF/{strip-preserve-time.test => strip-preserve-mti [...]