aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/CostModel/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-7/+104
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-2/+348
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-293-0/+246
* Update to LLVM 3.5a.Stephen Hines2014-04-244-24/+285
* 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-161-2/+0
* 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
* 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
* 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: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+40
* 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-023-0/+93