summaryrefslogtreecommitdiff
path: root/include/llvm/TargetTransformInfo.h
Commit message (Expand)AuthorAge
* 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