summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/basictest.ll
Commit message (Expand)AuthorAge
* Merging r169719: into 3.2 release branch.Pawel Wodnicki2012-12-10
* Merging r169084: into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging r168361, r168346 and r168227 into 3.2 branch releasePawel Wodnicki2012-11-21
* 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
* 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
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-26
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-26
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-25
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-25
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-24
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-23
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-18
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-18
* XFAIL SROA test until Chandler can get to it.Benjamin Kramer2012-09-18
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-18
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Introduce a new SROA implementation.Chandler Carruth2012-09-14