aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SROA
AgeCommit message (Expand)Author
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-18Add a major missing piece to the new SROA pass: aggressive splitting ofChandler 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