Handle vlas during inline cost computation if they'll be turned
[oota-llvm.git] / test / Transforms / SROA / phi-and-select.ll
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.