summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA
Commit message (Expand)AuthorAge
* Fix a really nasty SROA bug with how we handled out-of-bounds memcpyChandler Carruth2014-01-19
* Fix an issue where SROA computed different results based on the relativeChandler Carruth2013-11-19
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-24
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-24
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-19
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-19
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-18
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-15
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-15
* 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
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-21
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-07
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-14
* Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem2012-12-18
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-18
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-17
* 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
* Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth2012-12-15
* Relax an overly aggressive assert to fix PR14572.Chandler Carruth2012-12-15
* Fix typo in test-case.Jakub Staszak2012-12-12
* Fix typo.Jakub Staszak2012-12-12
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-10
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-06
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-01
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-21
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-20
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-17
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-25
* This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2012-10-17
* Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2012-10-15
* Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2012-10-15
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-15
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-13
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-10
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-09
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-04
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-03
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-03
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-01
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-01