Replace all weight-based interfaces in MBB with probability-based interfaces, and...
[oota-llvm.git] / test / CodeGen / X86 / early-ifcvt.ll
2015-04-16 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...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-07-04 Jakob Stoklund OlesenAdd early if-conversion support to X86.