- 7de7078 LoopRotation: Make the brute force DomTree update more brute force. by Benjamin Kramer · 12 years ago
- 86c0d8c Fix test case. by Benjamin Kramer · 12 years ago
- d70846e LoopRotate: Also rotate loops with multiple exits. by Benjamin Kramer · 12 years ago
- f30135c llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301. by NAKAMURA Takumi · 12 years ago
- 1de43ed Fix the remaining TCL-style quotes found in the testsuite. This is by Chandler Carruth · 12 years ago
- c0d18b6 Fix ValueTracking to conclude that debug intrinsics are safe to by Chandler Carruth · 13 years ago
- 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
- 5e6162e loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patrik Hägglund, with slightly modified test. Issue reported by Patrik Hägglund on llvmdev. by Eli Friedman · 13 years ago
- f6629ab Add simplifyLoopLatch to LoopRotate pass. by Andrew Trick · 13 years ago
- 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
- 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 13 years ago
- f5bf464 fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr. by Chris Lattner · 14 years ago
- 3fc178f Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value that is modified inside loop. by Devang Patel · 14 years ago
- 86099ba merge tests into one crash.ll test. by Chris Lattner · 14 years ago
- 93767fd remove a bogus assertion: the latch block of a loop is not by Chris Lattner · 14 years ago
- 5d37370 When loop rotation happens, it is *very* common for the duplicated condbr by Chris Lattner · 14 years ago
- 0e4a154 Three major changes: by Chris Lattner · 14 years ago
- d9ec357 Have loop-rotate simplify instructions (yay instsimplify!) as it clones by Chris Lattner · 14 years ago
- 50fb469 Teach loop rotate to hoist trivially invariant instructions by Chris Lattner · 14 years ago
- fc8042a When rotating loops, put the original header at the bottom of the by Dan Gohman · 14 years ago
- a2938e7 Fix some tests that didn't test anything. by Benjamin Kramer · 14 years ago
- aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
- 4c1e3da fix PR5837 by having SSAUpdate reuse phi nodes for the by Chris Lattner · 15 years ago
- a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
- 2b110ca Make these tests more interesting by using by Dan Gohman · 15 years ago
- c60e0be Add a testcase to help test analysis preservation. 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
- 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
- 887fde8 Testcase for PR2639. by Owen Anderson · 16 years ago
- 3796a26 Fix PR3408 by making a non-obvious assumption very obvious, and by Chris Lattner · 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
- f1e94f7 New test for bug fixed in 50545. by Dale Johannesen · 17 years ago
- 69e6317 remove this testcase. It isn't testing loop rotate, it is testing all by Chris Lattner · 17 years ago
- 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 17 years ago
- e4dc717 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 17 years ago
- fee0a9c Bunch of tests to check loop passes. by Devang Patel · 17 years ago
- 680171f New test. by Devang Patel · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 88894b6 Add a .cvsignore file. by Reid Spencer · 18 years ago
- eb1d74e For PR1319: by Reid Spencer · 18 years ago
- 2aabd07 For PR1319: Upgrade to use new Tcl exec based test harness. by Reid Spencer · 18 years ago
- 461637e The "implementation" keyword is no more! 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
- bfe2c9c Add test case for PR 1154. by Devang Patel · 18 years ago
- 1362c8c Add check for opt crash. by Devang Patel · 18 years ago
- 43979df Add Loop Rotate test cases. by Devang Patel · 18 years ago