summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-201-0/+23
* Fix a spelling errorHal Finkel2014-05-081-1/+1
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-081-1/+62
* TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...Benjamin Kramer2014-05-061-1/+7
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-141-6/+8
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-1/+1
* Account for scalarization costs in BasicTTI::getMemoryOpCost for extending ve...Hal Finkel2014-04-031-2/+24
* Fix multi-register costs in BasicTTI::getCastInstrCostHal Finkel2014-04-021-1/+2
* When analyzing vectors of element type that require legalization,Raul E. Silvera2014-03-101-2/+3
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-45/+42
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-101-4/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-29/+29
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-021-1/+1
* Add final and owerride keywords to TargetTransformInfo's subclasses.Juergen Ributzka2014-01-241-31/+34
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+15
* Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+3
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-5/+0
* Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+5
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+7
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+1
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+1
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-061-0/+3
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+3
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-121-2/+2
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-081-0/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-16/+23
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+14
* Document the decision to assume that the cost of floats is twice as much as i...Nadav Rotem2013-04-141-1/+3
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-121-4/+7
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-2/+6
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-12/+67
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-0/+5
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-4/+4
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-111-12/+21
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+5
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+5
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-071-1/+1
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+383
OpenPOWER on IntegriCloud