tblgen, docs: Add initial syntax reference.
[oota-llvm.git] / include / llvm / TargetTransformInfo.h
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Chandler CarruthReplicate the APIs of ScalarTargetTransformInfo and
2013-01-05 Chandler CarruthWhile the struct being defined in the AddressingMode...
2013-01-05 Chandler CarruthRemove unnecessary include.
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Hal FinkelBetter comment on VTTI::getShuffleCost
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-03 Hal FinkelAdd a default Index for VTTI::getShuffleCost
2013-01-02 Shuxin Yang- Add comment to two functions which might be considere...
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 RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
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-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
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-10 Nadav RotemAdd a new interface to allow IR-level passes to access...