This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 653bfcb Fixing bug committed in rev. 278321 new 1b85e47 [LoopStrenghtReduce] Refactoring and addition of a new target [...]
The 1 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/Analysis/TargetTransformInfo.h | 10 + include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + include/llvm/CodeGen/BasicTTIImpl.h | 4 + include/llvm/Target/TargetLowering.h | 4 + lib/Analysis/TargetTransformInfo.cpp | 5 + lib/Target/SystemZ/SystemZISelLowering.cpp | 23 ++ lib/Target/SystemZ/SystemZISelLowering.h | 1 + lib/Transforms/Scalar/LoopStrengthReduce.cpp | 434 ++++++++++++------------ test/CodeGen/SystemZ/loop-01.ll | 117 +++++++ 9 files changed, 375 insertions(+), 225 deletions(-)