aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/div.ll
AgeCommit message (Expand)Author
2011-05-22Carve out a place in instcombine to put transformations which work knowing th...Chris Lattner
2011-04-30Use SimplifyDemandedBits on div instructions.Benjamin Kramer
2011-04-30FileCheckize.Benjamin Kramer
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-16implement PR2328.Chris Lattner
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-02-05new testcasesChris Lattner
2004-12-12Add testcases for simple things we can handle that occur now in vortex.Chris Lattner
2004-09-29New testcasses for divides that can be eliminated.Chris Lattner
2004-09-28New testcaseChris Lattner
2004-04-26Add a new testcase for X/-1, fix bug that prevented tests from running rightChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-02-18test for a variety of new transformations:Chris Lattner
2003-02-18modernize testcaseChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06New testcase so I don't forget about this.Chris Lattner