X86 cost model: Differentiate cost for vector shifts of constants
[oota-llvm.git] / test / Analysis / CostModel / X86 /
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
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-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2012-12-23 Nadav RotemWe are not ready to estimate the cost of integer expans...
2012-12-21 Nadav RotemImprove the X86 cost model for loads and stores.
2012-12-18 Jakub StaszakReverse order of checking SSE level when calculating...
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemCost Model: Normalize the insert/extract index when...
2012-11-05 Nadav RotemCost Model: teach the cost model about expanding integers.
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
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...