Revert "Revert "Add Constant Hoisting Pass" (r200034)"
[oota-llvm.git] / lib / Analysis / TargetTransformInfo.cpp
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-03-12 Patrik HagglundSmall fix for cost analysis of ptrtoint.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-19 Renato GolinFix 80-col and early exit in cost model
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...