aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/basictest.ll
AgeCommit message (Expand)Author
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2012-12-17Fix another SROA crasher, PR14601.Chandler Carruth
2012-12-15Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth
2012-12-15Relax an overly aggressive assert to fix PR14572.Chandler Carruth
2012-12-12Fix typo.Jakub Staszak
2012-12-10Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth
2012-12-01SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-10-25Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth
2012-10-17This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth
2012-10-15Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth
2012-10-15Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth
2012-10-15First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth
2012-10-13Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth
2012-10-09Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth
2012-10-05Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth
2012-10-04Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth
2012-10-04Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-09-26Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth
2012-09-26Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth
2012-09-25Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky
2012-09-25Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth
2012-09-18Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth
2012-09-18Fix getCommonType in a different way from the way I fixed it whenChandler Carruth
2012-09-18XFAIL SROA test until Chandler can get to it.Benjamin Kramer
2012-09-18Fix a warning in release builds and a test case I forgot to update withChandler Carruth
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth