Fix a bug in the cost calculation of vector casts. Detect situations where bitcasts...
[oota-llvm.git] / lib / Target / TargetTransformImpl.cpp
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...