summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/vector-promotion.ll
Commit message (Expand)AuthorAge
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-26
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-01
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-17
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-17
* Fix the first part of PR14478: memset now works.Chandler Carruth2012-12-17
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-06
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-21
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-20
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-10
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Introduce a new SROA implementation.Chandler Carruth2012-09-14