aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/TargetTransformInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+17
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-121/+516
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+22
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-31/+44
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+16
* Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+31
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-14/+0
* Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+14
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+4
* 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-1/+5
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+10
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-1/+10
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-3/+5
* Fix a few typos in comments.Jakub Staszak2013-03-051-4/+4
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+6
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-0/+49
* Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth2013-01-211-1/+1
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-211-0/+68
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-201-52/+0
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Change CostTable model to be global to all targetsRenato Golin2013-01-161-0/+53
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+3
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+5
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-071-4/+5
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-071-12/+14
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-0/+203