summaryrefslogtreecommitdiff
path: root/lib/Target/TargetTransformImpl.cpp
Commit message (Expand)AuthorAge
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-05
* Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-24
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-24
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-05
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-11
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-05
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-05
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Scalar Bitcasts and Truncs are usually freeNadav Rotem2012-11-02
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-31
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-30
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-29
* Calling TLI->getNumRegisters creates a circular dependency when building LLVM...Nadav Rotem2012-10-29
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26
* Better handling of OpcodeToISD using enum/switch.Renato Golin2012-10-26
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-26
* Minor cleanups.Nadav Rotem2012-10-25
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10