aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/TargetTransformInfo.cpp
AgeCommit message (Expand)Author
2013-03-12Small fix for cost analysis of ptrtoint.Patrik Hagglund
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth
2013-01-21Introduce a generic interface for querying an operation's expectedChandler Carruth
2013-01-20Revert CostTable algorithm, will re-writeRenato Golin
2013-01-19Fix 80-col and early exit in cost modelRenato Golin
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth