aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/signext.ll
AgeCommit message (Expand)Author
2012-12-04rdar://12329730 (2nd part)Shuxin Yang
2011-02-10Enhance a bunch of transformations in instcombine to start generatingChris Lattner
2010-01-31Simplify/generalize the xor+add->sign-extend instcombine.Eli Friedman
2010-01-18my instcombine transformations to make extension elimination moreChris Lattner
2010-01-18remove a redundant test, filecheckize another.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
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-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-09-24All of these should turn into sign extends (e.g. extsh/extsb on PPC)Chris Lattner