This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b56cc85b0f Rename ExpandISelPseudo->FinalizeISel, delay register reservation new 221779b03fe [NFC] move some hardware loop checking code to a common pla [...]
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 | 40 ++++++----- include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +- include/llvm/CodeGen/BasicTTIImpl.h | 2 +- lib/Analysis/TargetTransformInfo.cpp | 85 +++++++++++++++++++++++ lib/CodeGen/HardwareLoops.cpp | 92 +++---------------------- lib/Target/ARM/ARMTargetTransformInfo.cpp | 2 +- lib/Target/ARM/ARMTargetTransformInfo.h | 2 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 2 +- lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +- 9 files changed, 124 insertions(+), 105 deletions(-)