Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / TargetTransformImpl.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-21 Nadav RotemBB-Vectorizer: Check the cost of the store pointer...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-11-11 Nadav RotemUse the isTruncFree and isZExtFree API to figure out...
2012-11-05 Nadav RotemRefactor the getTypeLegalizationCost interface. No...
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemCost Model: teach the cost model about expanding integers.
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-02 Nadav RotemScalar Bitcasts and Truncs are usually free
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-30 Hal FinkelRemove an invalid assert in TargetTransformImpl
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-29 Nadav RotemCalling TLI->getNumRegisters creates a circular depende...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Renato GolinBetter handling of OpcodeToISD using enum/switch.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-25 Nadav RotemMinor cleanups.
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...