1. 5bb210e Deleting the json-bench-test until I understand why it is flaky. by Manuel Klimek · 13 years ago
  2. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  3. 3ba19b1 Fix test. by Eli Friedman · 13 years ago
  4. adeb0a6 Make constant folding for GEPs a bit more aggressive. by Eli Friedman · 13 years ago
  5. d2bf432 Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. by Chris Lattner · 13 years ago
  6. a29a6b9 Update to new EH scheme. by Bill Wendling · 13 years ago
  7. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  8. 6f0b5e4 Move platform-dependent test to appropriate directory. by Galina Kistanova · 13 years ago
  9. 007cfce Move this test to CodeGen/Thumb. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  10. e8b9f16 Reduced test case. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  11. de5d5de And lo, I was given a testcase for 131152. rdar://problem/9416774 by Stuart Hastings · 13 years ago
  12. 50004be test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash. by NAKAMURA Takumi · 14 years ago
  13. c1be92f Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 14 years ago
  14. d82e9e7 Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. by Devang Patel · 14 years ago
  15. edf0174 Fix llvm-extract so that it changes the linkage of all GlobalValues to by Bob Wilson · 14 years ago
  16. be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
  17. 61ca48e XFAIL test under valgrind. It is not really our problem if sh is leaking. by Jakob Stoklund Olesen · 14 years ago
  18. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  19. f90ab07 Try to escape the '$'s in these so they reach the underlying 'sh' invocation. by Chandler Carruth · 14 years ago
  20. e0b313d Add a testcase to verify that commands don't crash when they hit by Dan Gohman · 14 years ago
  21. 9883b95 Revert r111058, the lint check for indirectbr successors that aren't by Dan Gohman · 14 years ago
  22. 61556e3 Add a lint check for an indirectbr destination which has not by Dan Gohman · 14 years ago
  23. a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 14 years ago
  24. 38ca107 Remove XFAIL, test doesn't leak anymore. by Benjamin Kramer · 14 years ago
  25. 545d006 Add a lint check for mismatched return types, inspired by PR6944. by Dan Gohman · 14 years ago
  26. c185a12 Don't write a file named "&1". by Dan Gohman · 14 years ago
  27. aec2a0d Add lint checks for function attributes. by Dan Gohman · 14 years ago
  28. 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 14 years ago
  29. 17d9596 Detect self-referential values. by Dan Gohman · 14 years ago
  30. 34220ae Remove this va_arg test, which is no longer applicable. by Dan Gohman · 14 years ago
  31. 078f859 Eli pointed out that va_arg instruction result values don't reference the stack. by Dan Gohman · 14 years ago
  32. ff26d4e Teach lint how to look through simple store+load pairs and other by Dan Gohman · 14 years ago
  33. 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 14 years ago
  34. 2893a46 rename test to represent meaningful date by Gabor Greif · 14 years ago
  35. 882ddb4 Reinstate checking of stackrestore, with checking for both Read by Dan Gohman · 14 years ago
  36. 113b3e2 Implement checking of the tail keyword. by Dan Gohman · 14 years ago
  37. bd616b6 XFAIL the test I added with vg_leak, apparently it is the first and only llc by Daniel Dunbar · 14 years ago
  38. d11d59e Inline Asm: Ensure buffer is newline terminated to match how the text is printed. by Daniel Dunbar · 14 years ago
  39. e24b5c5 this really is needed. :( by Chris Lattner · 14 years ago
  40. ea9f0b8 just remove this, it isn't needed. by Chris Lattner · 14 years ago
  41. c279243 fix a pretty obvious typo. We test things before committing them, right? by Chris Lattner · 14 years ago
  42. e89f1c4 by David Greene · 14 years ago
  43. 5b61b38 Add lint checks for invalid uses of memory. by Dan Gohman · 15 years ago
  44. be02b20 Add several more lint checks. by Dan Gohman · 15 years ago
  45. dd98c4d Add a few more lint checks. by Dan Gohman · 15 years ago
  46. 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
  47. 0891d75 Constant-fold GEP-of-GEP into a single GEP. by Dan Gohman · 15 years ago
  48. a773384 Fix whitespace. by Dan Gohman · 15 years ago
  49. f09999e stop using anders-aa by Chris Lattner · 15 years ago
  50. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  51. a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 15 years ago
  52. 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
  53. 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
  54. 8ca83b4 Remove the folding rule by Dan Gohman · 15 years ago
  55. 8a977e2 -disable-output is no longer needed with -analyze. by Dan Gohman · 15 years ago
  56. aa38865 fix bogus test by Chris Lattner · 15 years ago
  57. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  58. 5639cb6 Update these tests to match what Loop::print now prints. by Dan Gohman · 15 years ago
  59. 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
  60. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  61. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  62. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  63. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  64. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  65. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  66. 28c531c Update call graph after inlining invoke. Patch by Jay Foad. by Devang Patel · 16 years ago
  67. 30fe9e4 Update another test for the LoopInfo::print changes. by Dan Gohman · 16 years ago
  68. 27d860e Testcase for PR2894. by Duncan Sands · 16 years ago
  69. 617fddf Remove interfaces implemented by dead pass from the list of available passes. by Devang Patel · 16 years ago
  70. 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 16 years ago
  71. e65d39a Teach -callgraph to always print the callgraph (as the by Duncan Sands · 16 years ago
  72. 7c856c0 Remove GCSE and LoadVN from the testsuite. by Owen Anderson · 16 years ago
  73. 488dc67 The pass manager is not able to schedule -loop-deletion -loop-index-split. by Devang Patel · 16 years ago
  74. ecf4fa2 Test this differently: I saw this test fail by Duncan Sands · 16 years ago
  75. bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
  76. 7361f63 Let some more tests ignore expected output on stderr. by Matthijs Kooijman · 16 years ago
  77. a0fcc08 Change packed struct layout so that field sizes by Duncan Sands · 16 years ago
  78. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  79. 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
  80. 488fe31 Fix tests due to llvm2cpp move to llc target by Anton Korobeynikov · 17 years ago
  81. bed7e68 Keep track of analysis information inherited from Module pass manager. by Devang Patel · 17 years ago
  82. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  83. 1459c5d dead pass by Chris Lattner · 17 years ago
  84. 2ad38be Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  85. 9d9b204 Fix PR2028 by Devang Patel · 17 years ago
  86. cf6af30 New test. by Devang Patel · 17 years ago
  87. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
  88. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  89. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  90. 28552da Fix PR 1526. by Devang Patel · 17 years ago
  91. d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 17 years ago
  92. 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
  93. e2c0c88 New test. by Devang Patel · 17 years ago
  94. 193b585 New test. by Devang Patel · 18 years ago
  95. a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 18 years ago
  96. e9bbaa2 Update tests for the disappearance of -idom. by Owen Anderson · 18 years ago
  97. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  98. cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
  99. b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
  100. a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago