[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopVectorize / ARM /
2015-09-04 Silviu BarangaSimplify testcase added in r246759. NFC
2015-09-03 Silviu BarangaFix IRBuilder CreateBitOrPointerCast for vector types
2015-09-01 Silviu Baranga[ARM] Turn on by default interleaved access vectorization
2015-07-27 Silviu BarangaThe tests added in r243270 require asserts to be enabled
2015-07-27 Silviu BarangaFix the tests added in r243270. Use 2>&1 instead of |&
2015-07-27 Silviu Baranga[ARM/AArch64] Fix cost model for interleaved accesses
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-02-02 Arnold SchwaighoferLoopVectorizer: Enable unrolling of conditional stores...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemARM Cost Model: Add a basic vectorization unrolling...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...