aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CostModel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+34
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-25/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+11
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-171-2/+1
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+272
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-111-1/+1
* Fix indentation. No functional change.Craig Topper2013-07-111-8/+8
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-1/+23
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-0/+11
* Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer2013-02-121-0/+18
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+5
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-051-20/+15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Update the docs of the cost model.Nadav Rotem2012-12-241-3/+6
* constify the cost APINadav Rotem2012-12-031-7/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-0/+18
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-021-0/+175