Remove useless rdar:// comment from switch_to_lookup_table.ll test.
[oota-llvm.git] / test / Transforms / SimplifyCFG / SpeculativeExec.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-25 Chandler CarruthSwitch this code away from Value::isUsedInBasicBlock...
2013-01-24 Benjamin KramerReapply chandlerc's r173342 now that the miscompile...
2013-01-24 Chandler CarruthRevert r173342 temporarily. It appears to cause a very...
2013-01-24 Chandler CarruthPlug TTI into the speculation logic, giving it a real...
2013-01-24 Chandler CarruthAddress a large chunk of this FIXME by accumulating...
2013-01-24 Chandler CarruthSwitch the constant expression speculation cost evaluat...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
2011-12-21 Nick LewyckyMake some intrinsics safe to speculatively execute.
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-06-07 Evan ChengSpeculatively execute a block when the the block is...