aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/CostModel
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0911-119/+119
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-18/+106
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-63/+174
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-8/+351
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-5/+257
* Update to LLVM 3.5a.Stephen Hines2014-04-2410-41/+391
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-231-1/+7
* X86 horizontal vector reduction cost modelYi Jiang2013-09-191-0/+271
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+94
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-164-7/+0
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-021-0/+8
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-081-0/+28
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-271-0/+19
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-251-0/+32
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-292-13/+5
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-251-0/+450
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-211-2/+2
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-171-0/+6
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-121-2/+2
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-082-0/+643
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-073-14/+12
* X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer2013-04-043-0/+863
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-034-2/+730
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-011-0/+75
* Correct cost model for vector shift on AVX2Michael Liao2013-03-201-0/+54
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-191-2/+2
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-191-5/+19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-181-0/+168
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-181-1/+170
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-5/+5
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-151-0/+24
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-5/+18
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-121-0/+14
* 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