Merging r259696:
[oota-llvm.git] / test / Transforms / SimplifyCFG / trapping-load-unreachable.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-08-15 Eli FriedmanUpdate SimplifyCFG for atomic operations.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2010-06-13 Benjamin KramerTest case for r105914.
2010-05-08 Chris Lattnermake simplifycfg insert an llvm.trap before the 'unreac...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...