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