BumpPtrAllocator::Reset should also poison the first slab which doesn't get deallocated.
[oota-llvm.git] / test / Transforms / LoopVectorize / AArch64 /
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
2015-09-01 Silviu Baranga[AArch64] Turn on by default interleaved access vectori...
2015-08-27 Chad Rosier[LoopVectorize] Move test from r246149 into a target...
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-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
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...
2015-01-30 Hao LiuMove the target specific test case arbitrary-induction...
2014-11-11 Suyog SardaAddition to r216371 (SLP and Loop Vectorization) and...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...