[SROA] Fix a nasty pile of bugs to do with big-endian, different alloca
[oota-llvm.git] / test / Transforms / SROA / phi-and-select.ll
2015-07-22 Chandler Carruth[SROA] Fix a nasty pile of bugs to do with big-endian...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-01 David MajnemerSROA: Don't insert instructions before a PHI
2014-08-22 Jingyue Wu[SROA] Fold a PHI node if all its incoming values are...
2013-07-24 Chandler CarruthFix a problem I introduced in r187029 where we would...
2013-07-24 Chandler CarruthFix PR16687 where we were incorrectly promoting an...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2012-11-20 Chandler CarruthFix PR14132 and handle OOB loads speculated throuh...
2012-10-15 Chandler CarruthFirst major step toward addressing PR14059. This teache...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.