summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetTransformImpl.h
Commit message (Expand)AuthorAge
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-26
* 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
* Shuffle the virtual destructor down to the base. This should actually pacifyNick Lewycky2012-10-12
* Give this class full of virtual functions a virtual destructor. Classes loveNick Lewycky2012-10-12
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10