aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA/vector-promotion.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-108/+108
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+19
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+136
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+47
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-11/+11
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-14/+14
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-171-0/+48
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-171-17/+17
* Fix the first part of PR14478: memset now works.Chandler Carruth2012-12-171-0/+35
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-061-2/+2
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-2/+75
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-201-0/+45
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-301-0/+15
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-101-0/+16
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-1/+1
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+191