aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/vector-promotion.ll
AgeCommit message (Expand)Author
2012-12-17Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth
2012-12-17Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth
2012-12-17Fix the first part of PR14478: memset now works.Chandler Carruth
2012-12-06Fix typos in CHECK lines.Dmitri Gribenko
2012-11-21PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-10-30Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth
2012-10-10Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands
2012-10-04Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth