aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/canonicalize_branch.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-3/+28
* filecheckize this.Chris Lattner2010-01-181-14/+22
* 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-24/+32
* For PR1319:Reid Spencer2007-04-141-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* The instcombiner should canonicalize comparisons.Chris Lattner2004-02-271-0/+27