summaryrefslogtreecommitdiff
path: root/lib/Analysis/CostModel.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Remove a couple of redundant copies of SmallVector::operator==.Benjamin Kramer2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...Benjamin Kramer2014-02-13
* [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo calledAndrea Di Biagio2014-02-12
* Get right cost for addrspacecast in cost modelMatt Arsenault2014-01-22
* 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