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