1. 7de7078 LoopRotation: Make the brute force DomTree update more brute force. by Benjamin Kramer · 12 years ago
  2. 86c0d8c Fix test case. by Benjamin Kramer · 12 years ago
  3. d70846e LoopRotate: Also rotate loops with multiple exits. by Benjamin Kramer · 12 years ago
  4. f30135c llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301. by NAKAMURA Takumi · 12 years ago
  5. 1de43ed Fix the remaining TCL-style quotes found in the testsuite. This is by Chandler Carruth · 12 years ago
  6. c0d18b6 Fix ValueTracking to conclude that debug intrinsics are safe to by Chandler Carruth · 13 years ago
  7. 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
  8. 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
  9. f6629ab Add simplifyLoopLatch to LoopRotate pass. by Andrew Trick · 13 years ago
  10. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
  11. 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 13 years ago
  12. f5bf464 fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr. by Chris Lattner · 14 years ago
  13. 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
  14. 86099ba merge tests into one crash.ll test. by Chris Lattner · 14 years ago
  15. 93767fd remove a bogus assertion: the latch block of a loop is not by Chris Lattner · 14 years ago
  16. 5d37370 When loop rotation happens, it is *very* common for the duplicated condbr by Chris Lattner · 14 years ago
  17. 0e4a154 Three major changes: by Chris Lattner · 14 years ago
  18. d9ec357 Have loop-rotate simplify instructions (yay instsimplify!) as it clones by Chris Lattner · 14 years ago
  19. 50fb469 Teach loop rotate to hoist trivially invariant instructions by Chris Lattner · 14 years ago
  20. fc8042a When rotating loops, put the original header at the bottom of the by Dan Gohman · 14 years ago
  21. a2938e7 Fix some tests that didn't test anything. by Benjamin Kramer · 14 years ago
  22. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  23. 4c1e3da fix PR5837 by having SSAUpdate reuse phi nodes for the by Chris Lattner · 15 years ago
  24. a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
  25. 2b110ca Make these tests more interesting by using by Dan Gohman · 15 years ago
  26. c60e0be Add a testcase to help test analysis preservation. by Dan Gohman · 15 years ago
  27. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  28. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  29. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  30. 887fde8 Testcase for PR2639. by Owen Anderson · 16 years ago
  31. 3796a26 Fix PR3408 by making a non-obvious assumption very obvious, and by Chris Lattner · 16 years ago
  32. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  33. 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
  34. f1e94f7 New test for bug fixed in 50545. by Dale Johannesen · 17 years ago
  35. 69e6317 remove this testcase. It isn't testing loop rotate, it is testing all by Chris Lattner · 17 years ago
  36. 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 17 years ago
  37. e4dc717 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 17 years ago
  38. fee0a9c Bunch of tests to check loop passes. by Devang Patel · 17 years ago
  39. 680171f New test. by Devang Patel · 17 years ago
  40. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  41. 88894b6 Add a .cvsignore file. by Reid Spencer · 18 years ago
  42. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  43. 2aabd07 For PR1319: Upgrade to use new Tcl exec based test harness. by Reid Spencer · 18 years ago
  44. 461637e The "implementation" keyword is no more! by Reid Spencer · 18 years ago
  45. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  46. bfe2c9c Add test case for PR 1154. by Devang Patel · 18 years ago
  47. 1362c8c Add check for opt crash. by Devang Patel · 18 years ago
  48. 43979df Add Loop Rotate test cases. by Devang Patel · 18 years ago