Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
[oota-llvm.git] / test / Transforms / SimplifyCFG / PhiEliminate.ll
2010-12-14 Chris Lattner - Insert new instructions before DomBlock's terminator,
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-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-04-15 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-18 Chris Lattnerconverting massive blocks of phis into selects like...
2005-12-03 Chris Lattnerexpand testcase, which has been in my tree for a while now
2004-03-30 Chris LattnerOops, actually USE the previously computed value
2004-03-30 Chris LattnerTest general value/value selection which we can do...
2004-03-17 John CriswellModify test to use the %t substition (temporary name...
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.