Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / ConstProp / basictest.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Chris Lattnerenhance constant folding to be able to constant fold...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-11 Chandler CarruthFileCheck-ize a test, and move a no-longer calling...
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2009-09-15 Chris Lattnerconvert to filecheck
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-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2002-05-07 Chris Lattnerconstprop doesn't delete dead instructions, it just...
2002-05-03 Chris LattnerThis testcase is a sanity check