summaryrefslogtreecommitdiff
path: root/include/llvm/TargetTransformInfo.h
Commit message (Expand)AuthorAge
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Replicate the APIs of ScalarTargetTransformInfo andChandler Carruth2013-01-05
* While the struct being defined in the AddressingMode.h header wasChandler Carruth2013-01-05
* Remove unnecessary include.Chandler Carruth2013-01-05
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-05
* LoopVectorizer:Nadav Rotem2013-01-04
* Better comment on VTTI::getShuffleCostHal Finkel2013-01-03
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-03
* Add a default Index for VTTI::getShuffleCostHal Finkel2013-01-03
* - Add comment to two functions which might be considered as dead code. Shuxin Yang2013-01-02
* 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
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-29
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-26
* 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
* Shuffle the virtual destructor down to the base. This should actually pacifyNick Lewycky2012-10-12
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10