summaryrefslogtreecommitdiff
path: root/test/Analysis/CostModel
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Added tests for the cost of lowering VSELECT instructions.Filipe Cabecinhas2014-05-16
* TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...Benjamin Kramer2014-05-06
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-27
* X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...Benjamin Kramer2014-04-26
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-14
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-04
* Account for scalarization costs in BasicTTI::getMemoryOpCost for extending ve...Hal Finkel2014-04-03
* Fix multi-register costs in BasicTTI::getCastInstrCostHal Finkel2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* When analyzing vectors of element type that require legalization,Raul E. Silvera2014-03-10
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16
* [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo calledAndrea Di Biagio2014-02-12
* X86: add costs for 64-bit vector ext/trunc & rebalanceTim Northover2014-02-06
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-23
* X86 horizontal vector reduction cost modelYi Jiang2013-09-19
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-02
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-08
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-27
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-25
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-29
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-25
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-17
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-12
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-08
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-07
* X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer2013-04-04
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-03
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-01
* Correct cost model for vector shift on AVX2Michael Liao2013-03-20
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-19
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-18
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-18
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-15
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-15
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-14
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-12
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-02
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-28
* I optimized the following patterns:Elena Demikhovsky2013-02-20
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-12
* Refine fix to bug 15041.Bill Schmidt2013-02-08
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-07