aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/signext.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-18/+9
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* rdar://12329730 (2nd part)Shuxin Yang2012-12-041-2/+2
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-101-6/+6
* Simplify/generalize the xor+add->sign-extend instcombine.Eli Friedman2010-01-311-6/+17
* my instcombine transformations to make extension elimination moreChris Lattner2010-01-181-6/+15
* remove a redundant test, filecheckize another.Chris Lattner2010-01-181-4/+26
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-31/+31
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-2/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* All of these should turn into sign extends (e.g. extsh/extsb on PPC)Chris Lattner2005-09-241-0/+43