correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / SimplifyCFG / trapping-load-unreachable.ll
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...