- Re-enable population count loop idiom recognization
[oota-llvm.git] / include / llvm / Target / TargetTransformImpl.h
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-05 Nadav RotemRefactor the getTypeLegalizationCost interface. No...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
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-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...