Fix typo "Makre" -> "Make".
[oota-llvm.git] / test / Transforms / LoopVectorize / X86 /
2012-12-24 Nick LewyckyFix typo "Makre" -> "Make".
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
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-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-31 Nadav RotemAdd support for loops that don't start with Zero.
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...