summaryrefslogtreecommitdiff
path: root/lib/Analysis/CostModel.cpp
Commit message (Expand)AuthorAge
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-17
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Fix indentation. No functional change.Craig Topper2013-07-11
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-28
* Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer2013-02-12
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Update the docs of the cost model.Nadav Rotem2012-12-24
* constify the cost APINadav Rotem2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02