summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SROA/vector-promotion.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-21/+21
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-21/+21
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-21/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-45/+45
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-63/+63
* SROA: The alloca type isn't a candidate promotion type for vectorsDavid Majnemer2014-11-211-0/+19
* [SROA] Change how SROA does vector-based promotion of allocas to handleChandler Carruth2014-10-181-0/+136
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-261-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
OpenPOWER on IntegriCloud