Merging r259177:
[oota-llvm.git] / test / Analysis / CostModel / X86 /
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-11 Cong Hou[X86][SSE] Update the cost table for integer-integer...
2015-12-04 Cong HouDon't punish vectorized arithmetic instruction whose...
2015-12-02 Elena DemikhovskyAVX-512: Updated cost of FP/SINT/UINT conversion operations
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-10-17 Simon Pilgrim[CostModel] Fixed AVX integer shift costs
2015-10-11 Simon Pilgrim[X86] Completed SHL cost model tests
2015-10-11 Simon Pilgrim[X86] Renamed SHL cost model tests
2015-10-11 Simon Pilgrim[X86] Added LSHR cost model tests
2015-10-11 Simon Pilgrim[X86] Added ASHR cost model tests
2015-09-30 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-06 Simon Pilgrim[X86][SSE] Vectorized i64 uniform constant SRA shifts
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-18 Simon Pilgrim[X86][SSE][CostModel] Fixed uitofp/sitofp cost target...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-09-16 Elena DemikhovskyAVX-512: added cost for some AVX-512 instructions
2014-07-03 Andrea Di Biagio[CostModel][x86] Improved cost model for alternate...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-16 Filipe CabecinhasAdded tests for the cost of lowering VSELECT instructions.
2014-05-06 Benjamin KramerTTI: Estimate @llvm.fmuladd cost as fmul + fadd when...
2014-04-27 Benjamin KramerX86TTI: Adjust sdiv cost now that we can lower it on...
2014-04-26 Benjamin KramerX86TTI: i16/i32 vector div with a constant (splat)...
2014-03-10 Raul E. SilveraWhen analyzing vectors of element type that require...
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-12 Andrea Di Biagio[Vectorizer] Add a new 'OperandValueKind' in TargetTran...
2014-02-06 Tim NorthoverX86: add costs for 64-bit vector ext/trunc & rebalance
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-20 Michael LiaoCorrect cost model for vector shift on AVX2
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2012-12-23 Nadav RotemWe are not ready to estimate the cost of integer expans...
2012-12-21 Nadav RotemImprove the X86 cost model for loads and stores.
2012-12-18 Jakub StaszakReverse order of checking SSE level when calculating...
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemCost Model: Normalize the insert/extract index when...
2012-11-05 Nadav RotemCost Model: teach the cost model about expanding integers.
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
2012-11-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...