aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/TargetTransformInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+6
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-121-3/+4
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+17
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-3/+6
* Small fix for cost analysis of ptrtoint.Patrik Hagglund2013-03-121-2/+2
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+7
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-18/+154
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-0/+3
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-211-1/+122
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-201-45/+0
* Fix 80-col and early exit in cost modelRenato Golin2013-01-191-12/+16
* Change CostTable model to be global to all targetsRenato Golin2013-01-161-0/+41
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+8
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+8
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-071-1/+3
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-071-5/+5
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-0/+270