1. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  2. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  3. 28c531c Update call graph after inlining invoke. Patch by Jay Foad. by Devang Patel · 16 years ago
  4. 30fe9e4 Update another test for the LoopInfo::print changes. by Dan Gohman · 16 years ago
  5. 27d860e Testcase for PR2894. by Duncan Sands · 16 years ago
  6. 617fddf Remove interfaces implemented by dead pass from the list of available passes. by Devang Patel · 16 years ago
  7. 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 16 years ago
  8. e65d39a Teach -callgraph to always print the callgraph (as the by Duncan Sands · 16 years ago
  9. 7c856c0 Remove GCSE and LoadVN from the testsuite. by Owen Anderson · 16 years ago
  10. 488dc67 The pass manager is not able to schedule -loop-deletion -loop-index-split. by Devang Patel · 16 years ago
  11. ecf4fa2 Test this differently: I saw this test fail by Duncan Sands · 16 years ago
  12. bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
  13. 7361f63 Let some more tests ignore expected output on stderr. by Matthijs Kooijman · 16 years ago
  14. a0fcc08 Change packed struct layout so that field sizes by Duncan Sands · 16 years ago
  15. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  16. 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
  17. 488fe31 Fix tests due to llvm2cpp move to llc target by Anton Korobeynikov · 17 years ago
  18. bed7e68 Keep track of analysis information inherited from Module pass manager. by Devang Patel · 17 years ago
  19. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  20. 1459c5d dead pass by Chris Lattner · 17 years ago
  21. 2ad38be Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  22. 9d9b204 Fix PR2028 by Devang Patel · 17 years ago
  23. cf6af30 New test. by Devang Patel · 17 years ago
  24. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
  25. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  26. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  27. 28552da Fix PR 1526. by Devang Patel · 17 years ago
  28. d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 17 years ago
  29. 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
  30. e2c0c88 New test. by Devang Patel · 17 years ago
  31. 193b585 New test. by Devang Patel · 18 years ago
  32. a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 18 years ago
  33. e9bbaa2 Update tests for the disappearance of -idom. by Owen Anderson · 18 years ago
  34. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  35. cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
  36. b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
  37. a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago
  38. c8c6928 Test case for PR1158 by Devang Patel · 18 years ago
  39. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  40. c9b208c Adjust tests now that opt doesn't read .ll files. by Chris Lattner · 18 years ago
  41. d31af2a Modified the RUN line from "analyze ..." to "opt -analyze ..." because by Bill Wendling · 18 years ago
  42. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  43. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  44. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  45. 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
  46. 0c97a62 New testcase that the vector support does not work with yet. by Chris Lattner · 20 years ago
  47. 442729a Added various tests in support of Packed Types. by Reid Spencer · 20 years ago
  48. c0e61e3 The -exprs pass is no longer with LLVM. *sniff* by Chris Lattner · 20 years ago
  49. e78760e Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  50. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  51. 7b702b8 Fix testcase failing because of change of output by Chris Lattner · 21 years ago
  52. e9d0070 Add a testcase for broken loopinfo by Chris Lattner · 22 years ago
  53. 65a3f17 Make tests rerun if analyze is rebuilt by Chris Lattner · 22 years ago
  54. f201495 New testcase for dominator problem by Chris Lattner · 22 years ago
  55. e7e764c The verify pass is implicit by Chris Lattner · 22 years ago
  56. e58a01f Checking testcase in my local tree only by Chris Lattner · 22 years ago
  57. 3df17fe Testcase for bug by Chris Lattner · 23 years ago
  58. 81ba704 New testcase for failure by Chris Lattner · 23 years ago
  59. 6a314b5 Testcase that causes an assertion failure in lib/Analysis/Expressions.cpp by Chris Lattner · 23 years ago
  60. 664c953 Testcase for new bug by Chris Lattner · 23 years ago
  61. 07ae06d New checkin by Chris Lattner · 23 years ago
  62. 097fc01 Rip out irrelevant details by Chris Lattner · 23 years ago
  63. 04dcb5c Initial checkin of 'Other' section by Chris Lattner · 23 years ago