summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetTransformImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-388/+0
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-051-2/+8
* Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem2013-01-041-1/+1
* LoopVectorizer:Nadav Rotem2013-01-041-0/+4
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-031-2/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-241-1/+2
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-241-1/+2
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-231-3/+13
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-231-8/+2
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-211-0/+1
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-091-0/+19
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-051-1/+1
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-111-2/+10
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-051-18/+14
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-051-3/+10
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-051-2/+3
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-051-9/+9
* Scalar Bitcasts and Truncs are usually freeNadav Rotem2012-11-021-0/+5
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-311-26/+41
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-1/+6
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-301-4/+13
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-291-3/+3
* Calling TLI->getNumRegisters creates a circular dependency when building LLVM...Nadav Rotem2012-10-291-2/+4
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-261-27/+125
* Better handling of OpcodeToISD using enum/switch.Renato Golin2012-10-261-67/+68
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-261-0/+8
* Minor cleanups.Nadav Rotem2012-10-251-7/+7
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-241-2/+127
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-0/+30
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+43
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-43/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+43
OpenPOWER on IntegriCloud