summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA/phi-and-select.ll
Commit message (Expand)AuthorAge
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-24
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-24
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-14
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-15
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-01
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-25
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-21
* Introduce a new SROA implementation.Chandler Carruth2012-09-14