[PowerPC] Rework TLS call operand processing
[oota-llvm.git] / lib / Analysis / CostModel.cpp
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...