aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA
Commit message (Expand)AuthorAgeFilesLines
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-14/+14
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-0/+11
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-071-0/+63
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-142-16/+38
* Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem2012-12-181-0/+0
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-181-0/+25
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-171-0/+15
* 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
* Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth2012-12-151-2/+18
* Relax an overly aggressive assert to fix PR14572.Chandler Carruth2012-12-151-0/+16
* Fix typo in test-case.Jakub Staszak2012-12-121-8/+8
* Fix typo.Jakub Staszak2012-12-121-4/+4
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-102-7/+31
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-061-2/+2
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-011-0/+13
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-2/+75
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-201-0/+35
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-203-26/+46
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-171-0/+25
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-301-0/+15
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-252-23/+85
* This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2012-10-171-0/+20
* Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2012-10-151-1/+5
* Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2012-10-151-0/+13
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-152-23/+57
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-132-31/+44
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-101-0/+16
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-091-0/+20
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-051-4/+2
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-041-0/+24
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-046-5/+113
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-031-0/+31
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-031-4/+59
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+29
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-011-2/+2
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-0/+31
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-3/+21
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-1/+22
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-261-0/+18
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-262-15/+46
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-261-13/+32
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-251-0/+16
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-251-0/+22
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-0/+45
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-241-20/+43
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-231-0/+58
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-7/+11
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-181-0/+20