summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA
Commit message (Expand)AuthorAge
...
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-01
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-29
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-26
* 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
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-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 a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-21
* 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
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler 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