This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfe7eb96c97 [X86][SSE] Prevent misaligned non-temporal vector load/stor [...] new dbb1cec2e70 [X86][SSE] Add tests for underaligned nt loads new bdd7b785518 PHINode: introduce setIncomingValueForBlock() function, and [...]
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: include/llvm/IR/Instructions.h | 14 +- lib/CodeGen/SafeStack.cpp | 10 +- lib/Transforms/Scalar/GVN.cpp | 3 +- .../Scalar/InductiveRangeCheckElimination.cpp | 5 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 3 +- lib/Transforms/Scalar/StructurizeCFG.cpp | 7 +- lib/Transforms/Utils/LoopUnrollPeel.cpp | 2 +- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 9 +- lib/Transforms/Utils/SimplifyCFG.cpp | 3 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 6 +- test/CodeGen/X86/nontemporal-loads-2.ll | 1395 ++++++++++++++++++++ 11 files changed, 1425 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/X86/nontemporal-loads-2.ll