[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopVectorize / X86 / conversion-cost.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
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 RotemFix a bug in the cost calculation of vector casts....