Remove the comma from the last enumerator to fix -pedantic warnings.
[oota-llvm.git] / include / llvm / Analysis / TargetTransformInfo.h
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...