- c2f4006 LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867. by Dan Gohman · 14 years ago
- 74c7400 LoopSimplify does not update domfrontier correctly. by Tobias Grosser · 14 years ago
- a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
- f4e82d1 The introduction of indirectbr meant the introduction of by Dan Gohman · 15 years ago
- 2b110ca Make these tests more interesting by using by Dan Gohman · 15 years ago
- 841a147 Fix SplitBlockPredecessors' LoopInfo updating code to handle the case by Dan Gohman · 15 years ago
- 9450b0e Move the dominator verification code out of special code embedded within by Dan Gohman · 15 years ago
- f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
- 7c1a96c Convert a few more opt | llvm-dis to opt -S. by Dan Gohman · 15 years ago
- 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
- b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
- 4b35f83 Teach LoopSimplify how to merge multiple loop exits into a single exit, by Dan Gohman · 15 years ago
- 0f4012c Fix some incorrect logic in DominanceFrontier::splitBlock. Part of PR4238. by Eli Friedman · 15 years ago
- ce66c61 As with r70333, give the primary induction variable a use so by Dan Gohman · 16 years ago
- f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
- 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
- 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 17 years ago
- 3cb63dd Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators by Chris Lattner · 17 years ago
- 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 2aabd07 For PR1319: Upgrade to use new Tcl exec based test harness. by Reid Spencer · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- 1747b26 this testcase is too large to be useful, and requires a .bc file to be by Chris Lattner · 18 years ago
- c2ca99c Regenerate for new bytecode file format. by Reid Spencer · 18 years ago
- eacb702 For PR950: by Reid Spencer · 18 years ago
- e4d87aa For PR950: by Reid Spencer · 18 years ago
- e968dc9 Upgrade to version 7 bytecode format. by Reid Spencer · 18 years ago
- 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
- 9289b63 New testcase, this used to take hours to loopsimplify. by Chris Lattner · 18 years ago
- 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
- 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
- 8d56cdd New testcase by Chris Lattner · 19 years ago
- 763103c This should not run lli, that is for llvm-test. by Chris Lattner · 19 years ago
- c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
- 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
- 4acd51a New testcase where loop simplify is not updating domfrontiers correctly by Chris Lattner · 21 years ago
- ee7e286 new testcase by Chris Lattner · 21 years ago
- afd5e2f New testcase for PR306 by Chris Lattner · 21 years ago
- 339c508 New testcase for PR293 by Chris Lattner · 21 years ago
- 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
- baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
- c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
- 5fdd902 new testcase by Chris Lattner · 21 years ago
- 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
- e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
- fd80ff5 No need to print in the testcase by Chris Lattner · 21 years ago
- a1ee42a new testcase narrowed down from xboard by Chris Lattner · 21 years ago
- 0673d47 New testcase by Chris Lattner · 22 years ago
- aa709d0 Add comment to testcase by Chris Lattner · 22 years ago
- d96f1eb New testcase that crashes preheaders by Chris Lattner · 22 years ago
- 0a4e422 Checkin the simple features tests for the preheader insertion pass. by Chris Lattner · 22 years ago