Access the TargetLoweringInfo from the TargetMachine object instead of caching it...
[oota-llvm.git] / lib / CodeGen / BasicTargetTransformInfo.cpp
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...