[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / SROA / vector-promotion.ll
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-11-21 David MajnemerSROA: The alloca type isn't a candidate promotion type...
2014-10-18 Chandler Carruth[SROA] Change how SROA does vector-based promotion...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-01 Nadav RotemSROA: Generate selects instead of shuffles when blendin...
2012-12-17 Chandler CarruthTeach the rewriting of memcpy calls to support subvecto...
2012-12-17 Chandler CarruthFix a secondary bug I introduced while fixing the first...
2012-12-17 Chandler CarruthFix the first part of PR14478: memset now works.
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-20 Chandler CarruthRework the rewriting of loads and stores for vector...
2012-10-30 Chandler CarruthFix PR14212: For some strange reason I treated vectors...
2012-10-10 Duncan SandsAdd the testcase from pr13254 (the old scalarreply...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.