Use references to attribute groups on the call/invoke instructions.
[oota-llvm.git] / test / Analysis / CostModel /
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-05 Arnold SchwaighoferARM cost model: Cost for scalar integer casts and float...
2013-02-04 Arnold SchwaighoferARM cost model: Penalize insertelement into D subregisters
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
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...