Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / InstCombine / div.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-05-22 Chris LattnerCarve out a place in instcombine to put transformations...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-30 Benjamin KramerFileCheckize.
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-05-16 Chris Lattnerimplement PR2328.
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-10-26 Reid SpencerFor PR950:
2006-02-05 Chris Lattnernew testcases
2004-12-12 Chris LattnerAdd testcases for simple things we can handle that...
2004-09-29 Chris LattnerNew testcasses for divides that can be eliminated.
2004-09-28 Chris LattnerNew testcase
2004-04-26 Chris LattnerAdd a new testcase for X/-1, fix bug that prevented...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-02-18 Chris Lattnertest for a variety of new transformations:
2003-02-18 Chris Lattnermodernize testcase
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-05-06 Chris LattnerNew testcase so I don't forget about this.