aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/CostModel
AgeCommit message (Expand)Author
2013-03-02X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer
2013-02-28Cost model support for lowered math builtins.Benjamin Kramer
2013-02-20I optimized the following patterns:Elena Demikhovsky
2013-02-12ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer
2013-02-08Refine fix to bug 15041.Bill Schmidt
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-02-07ARM cost model: Add costs for vector selectsArnold Schwaighofer
2013-02-05ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer
2013-02-04ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer
2013-01-25Initial implementation of PPCTargetTransformInfoHal Finkel
2013-01-01Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem
2012-12-23We are not ready to estimate the cost of integer expansions based on the numb...Nadav Rotem
2012-12-21Improve the X86 cost model for loads and stores.Nadav Rotem
2012-12-18Reverse order of checking SSE level when calculating compare cost, so we checkJakub Staszak
2012-12-05Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem
2012-11-06CostModel: add another known vector trunc optimization.Nadav Rotem
2012-11-06Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem
2012-11-05CostModel: Add tables for the common x86 compares.Nadav Rotem
2012-11-05Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem
2012-11-05Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem
2012-11-05Cost Model: teach the cost model about expanding integers.Nadav Rotem
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem
2012-11-03X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem
2012-11-02Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem
2012-11-02CostModel: add support for Vector Insert and Extract.Nadav Rotem
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem