aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-031-0/+31
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-031-4/+59
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+29
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-011-2/+2
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-0/+31
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-3/+21
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-1/+22
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-261-0/+18
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-262-15/+46
* 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
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-0/+45
* 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 a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-7/+11
* 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
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-181-0/+49
* 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-144-0/+1258