aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/TargetTransformInfo.h
AgeCommit message (Expand)Author
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-05Fix a few typos in comments.Jakub Staszak
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-21Remove the comma from the last enumerator to fix -pedantic warnings.Chandler 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-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
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-07Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler 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