Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR14972: SROA vs. GVN exposed a really bad bug in SROA. | Chandler Carruth | 2013-03-14 | 1 | -5/+7 |
* | Fix PR14132 and handle OOB loads speculated throuh PHI nodes. | Chandler Carruth | 2012-11-20 | 1 | -0/+35 |
* | First major step toward addressing PR14059. This teaches SROA to handle | Chandler Carruth | 2012-10-15 | 1 | -21/+21 |
* | Teach the integer-promotion rewrite strategy to be endianness aware. | Chandler Carruth | 2012-10-04 | 1 | -1/+1 |
* | Refactor the PartitionUse structure to actually use the Use* instead of | Chandler Carruth | 2012-10-01 | 1 | -3/+21 |
* | Fix a case where SROA did not correctly detect dead PHI or selects due | Chandler Carruth | 2012-09-25 | 1 | -0/+45 |
* | Fix a case where the new SROA pass failed to zap dead operands to | Chandler Carruth | 2012-09-21 | 1 | -7/+11 |
* | Introduce a new SROA implementation. | Chandler Carruth | 2012-09-14 | 1 | -0/+325 |