aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky1-3/+3
2014-12-14Loop Vectorizer minor changes in the code - Elena Demikhovsky1-5/+5
2014-12-04Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky1-0/+18
2014-12-04[X86] Clean up whitespace as well as minor coding styleMichael Liao1-16/+16
2014-11-28Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith1-18/+0
2014-11-23Add missing override keywords.Craig Topper1-2/+2
2014-11-23Masked Vector Load and Store Intrinsics.Elena Demikhovsky1-0/+18
2014-11-13AVX-512: SINT_TO_FP cost model and some bugfixesElena Demikhovsky1-0/+7
2014-11-11[X86] Custom lower UINT_TO_FP from v4f32 to v4i32, and for v8f32 to v8i32 ifQuentin Colombet1-1/+3
2014-09-16AVX-512: added cost for some AVX-512 instructionsElena Demikhovsky1-0/+62
2014-09-10Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel1-2/+2
2014-08-25Allow vectorization of division by uniform power of 2.Karthik Bhat1-4/+27
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+2
2014-07-09[X86] AVX512: Enable it in the Loop VectorizerAdam Nemet1-1/+5
2014-07-03[CostModel][x86] Improved cost model for alternate shuffles.Andrea Di Biagio1-17/+87
2014-06-20Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat1-8/+38
2014-06-12X86: stifle GCC warningSaleem Abdulrasool1-1/+3
2014-06-10[ConstantHoisting][X86] Improve the cost model for small constants with large...Juergen Ributzka1-8/+35
2014-05-22Fix typo.Eric Christopher1-1/+1
2014-05-19[ConstantHoisting][X86] Change the cost model to never hoist constants for ty...Juergen Ributzka1-2/+13
2014-05-08Move late partial-unrolling thresholds into the processor definitionsHal Finkel1-76/+0
2014-05-07[X86TTI] Remove the unrolling branch limitsHal Finkel1-40/+13
2014-04-30[X86] Never hoist the shift value of a shift instruction.Michael Zolotukhin1-3/+7
2014-04-27X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer1-0/+5
2014-04-26X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...Benjamin Kramer1-0/+19
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-02Add comments and test case for [X86TTI] Make constant base pointers for GetEl...Juergen Ributzka1-0/+3
2014-04-01Implement X86TTI::getUnrollingPreferencesHal Finkel1-0/+103
2014-03-31[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as wellAdam Nemet1-0/+1
2014-03-30[X86] Adjust cost of FP_TO_UINT v8f32->v8i32Adam Nemet1-0/+6
2014-03-27[X86][Vector Cost Model] Add a comment to explain the workaroundQuentin Colombet1-0/+5
2014-03-27[X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64Quentin Colombet1-0/+2
2014-03-27X86: Correct vectorization cost model for v8f32->v8i8.Jim Grosbach1-1/+1
2014-03-25[X86TTI] Make constant base pointers for getElementPtr opaque.Juergen Ributzka1-2/+3
2014-03-25[Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.Juergen Ributzka1-7/+6
2014-03-21[Constant Hoisting] Make the constant materialization cost operand dependentJuergen Ributzka1-15/+32
2014-03-20Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."Juergen Ributzka1-32/+15
2014-03-20[Constant Hoisting] Extend coverage of the constant hoisting pass.Juergen Ributzka1-15/+32
2014-03-10[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper1-34/+32
2014-03-10[TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth1-4/+0
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-21/+19
2014-03-02Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper1-1/+1
2014-02-12[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo calledAndrea Di Biagio1-2/+33
2014-02-06X86: add costs for 64-bit vector ext/trunc & rebalanceTim Northover1-15/+58
2014-01-25Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka1-0/+95
2014-01-25Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg1-95/+0
2014-01-24Add Constant Hoisting PassJuergen Ributzka1-0/+95
2014-01-24Revert "Add Constant Hoisting Pass"Juergen Ributzka1-95/+0
2014-01-24Add Constant Hoisting PassJuergen Ributzka1-0/+95