History log of /llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp (Results 226 – 227 of 227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c451bdf9 25-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com>

Remove unused variables, silences -Wunused-variable

llvm-svn: 173526


# 4e5ca9e5 25-Jan-2013 Hal Finkel <hfinkel@anl.gov>

Initial implementation of PPCTargetTransformInfo

This provides a place to add customized operation cost information and
control some other target-specific IR-level transformations.

The only non-tri

Initial implementation of PPCTargetTransformInfo

This provides a place to add customized operation cost information and
control some other target-specific IR-level transformations.

The only non-trivial logic in this checkin assigns a higher cost to
unaligned loads and stores (covered by the included test case).

llvm-svn: 173520

show more ...


12345678910