aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/CostModel
Commit message (Expand)AuthorAgeFilesLines
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-021-0/+32
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-0/+32
* I optimized the following patterns:Elena Demikhovsky2013-02-201-1/+11
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-121-0/+40
* Refine fix to bug 15041.Bill Schmidt2013-02-081-0/+16
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-083-3/+86
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-071-0/+54
* ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer2013-02-051-0/+158
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-042-0/+52
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-252-0/+40
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-011-4/+1
* We are not ready to estimate the cost of integer expansions based on the numb...Nadav Rotem2012-12-231-2/+0
* Improve the X86 cost model for loads and stores.Nadav Rotem2012-12-212-2/+67
* Reverse order of checking SSE level when calculating compare cost, so we checkJakub Staszak2012-12-181-14/+28
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-056-9/+9
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-061-0/+3
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-061-0/+32
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-051-0/+42
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-051-0/+34
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-051-0/+7
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-051-0/+9
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-051-0/+2
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-032-0/+42
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-021-0/+33
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-0/+43
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-025-0/+109