[Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of sethi...
[oota-llvm.git] / lib / Analysis / CostModel.cpp
2013-09-17 Eric ChristopherMove variable into assert to avoid unused variable...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Craig TopperFix indentation. No functional change.
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-12 Arnold SchwaighoferCost model: Add check for reverse shuffles to CostModel...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-05 Chandler CarruthSwitch the cost model analysis over to just the TTI...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-24 Nadav RotemUpdate the docs of the cost model.
2012-12-03 Nadav Rotemconstify the cost API
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...