CostModel: Add parameter to instruction cost to further classify operand values
[oota-llvm.git] / lib / Target / X86 / X86TargetTransformInfo.cpp
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-20 Michael LiaoCorrect cost model for vector shift on AVX2
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-01-24 Renato GolinMoving Cost Tables up to share with other targets
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
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 CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...