Add getUnrollingPreferences to TTI
[oota-llvm.git] / lib / CodeGen / BasicTargetTransformInfo.cpp
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-04-14 Nadav RotemDocument the decision to assume that the cost of floats...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
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-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
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 CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...