This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd6f3910e90 Add llvm::Any. new 6649de34e98 [ARM] Add new feature to enable optimizing the VFP registers new ee762a8b97e Change bool_constant to integral_constant. new 86a77cda68e [MSan] Hotfix compilation new 354367414b3 [X86][XOP] Fix SUB constant folding for VPSHA/VPSHL shift lowering
The 4 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/ADT/STLExtras.h | 3 +- lib/Target/ARM/A15SDOptimizer.cpp | 3 +- lib/Target/ARM/ARM.td | 8 + lib/Target/ARM/ARMSubtarget.h | 6 +- lib/Target/X86/X86ISelLowering.cpp | 7 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 1 + test/CodeGen/ARM/a15-SD-dep.ll | 26 ++- test/CodeGen/X86/combine-sdiv.ll | 200 ++++++++++----------- test/CodeGen/X86/vector-shift-ashr-128.ll | 20 +-- test/CodeGen/X86/vector-shift-ashr-256.ll | 77 ++++---- test/CodeGen/X86/vector-shift-lshr-128.ll | 16 +- test/CodeGen/X86/vector-shift-lshr-256.ll | 66 +++---- 12 files changed, 189 insertions(+), 244 deletions(-)