aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA/basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-321/+321
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+155
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+85
* Merging r195118:Bill Wendling2013-11-201-1/+0
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-191-2/+22
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-191-0/+20
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-181-1/+1
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-151-1/+1
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-151-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-32/+32
* 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-141-11/+31
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-171-0/+15
* 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.Jakub Staszak2012-12-121-4/+4
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-101-0/+29
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-011-0/+13
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-201-1/+1
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-251-6/+57
* 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-151-2/+36
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-131-0/+44
* 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-041-1/+1
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+29
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-261-15/+0
* 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
* 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 the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-181-0/+20
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-181-2/+2
* XFAIL SROA test until Chandler can get to it.Benjamin Kramer2012-09-181-0/+1
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-181-1/+1
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-151-0/+14
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+741