aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/rem.ll
AgeCommit message (Expand)Author
2010-11-17InstCombine: Add a missing irem identity (X % X -> 0).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-03-06Don't try to simplify urem and srem using arithmetic rules that don't workNick Lewycky
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-01-30For PR411:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-03-02add a couple more casesChris Lattner
2006-02-28new testcases for PR712Chris Lattner
2006-02-28new testcaseChris Lattner
2006-02-05new testcasesChris Lattner
2004-12-12Add testcases for simple things we can handle that occur now in vortex.Chris Lattner
2004-07-06New testcaseChris 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
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner