1. 97bf57d Also verify llvm.compiler_used. by Rafael Espindola · 11 years ago
  2. cde25b4 Clarify that llvm.used can contain aliases. by Rafael Espindola · 11 years ago
  3. c3d5c1c Rewrite test/Verifier tests to use FileCheck instead of grep by Eli Bendersky · 11 years ago
  4. 5db391c [IR] Add 'Append' and 'AppendUnique' module flag behaviors. by Daniel Dunbar · 12 years ago
  5. 12bfff4 [IR] Add verification for module flags with the "require" behavior. by Daniel Dunbar · 12 years ago
  6. 8dd938e [IR] Add verifier support for llvm.module.flags. by Daniel Dunbar · 12 years ago
  7. d5118c8 Assert that dominates is not given a multiple edge. Finding out if we have by Rafael Espindola · 12 years ago
  8. 6b951b2 The normal edge of an invoke is not allowed to branch to a block with a by Eli Friedman · 12 years ago
  9. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  10. 1de43ed Fix the remaining TCL-style quotes found in the testsuite. This is by Chandler Carruth · 12 years ago
  11. 49589f0 Convert the uses of '|&' to use '2>&1 |' instead, which works on old by Chandler Carruth · 12 years ago
  12. 4177e6f Convert all tests using TCL-style quoting to use shell-style quoting. by Chandler Carruth · 12 years ago
  13. 563add9 Make tests which first provide a negative assertion via 'not', then by Chandler Carruth · 12 years ago
  14. 917f97c make the verifier accept @llvm.donothing as the only intrinsic that can be invoked by Nuno Lopes · 12 years ago
  15. f6fc855 revert r158660, since Chris has some issues with this patch (namely using code to reprent information only used by the compiler) by Nuno Lopes · 12 years ago
  16. fa74943 add the 'alloc' metadata node to represent the size of offset of buffers pointed to by pointers. by Nuno Lopes · 12 years ago
  17. 2090766 Use dominates(Instruction, Use) in the verifier. by Rafael Espindola · 12 years ago
  18. a0c5e6c Add some tests checking that the verifier rejects cases where a definition by Rafael Espindola · 12 years ago
  19. a1b95f5 Fix typos noticed by Benjamin Kramer. by Rafael Espindola · 12 years ago
  20. c49b29e Require intervals in the range metadata to be in a canonical form: They must by Rafael Espindola · 12 years ago
  21. c32cef6 These tests used intrinsics with the wrong prototype. They weren't caught because by Chris Lattner · 12 years ago
  22. 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 12 years ago
  23. 8883c43 Make it possible to indicate relaxed floating point requirements at the IR level by Duncan Sands · 12 years ago
  24. 5e5c5f8 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 12 years ago
  25. 1fd63df Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 12 years ago
  26. 39dd328 First part of PR12251. Add documentation and verifier support for the range by Rafael Espindola · 13 years ago
  27. 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
  28. c4eab90 Teach the verifier to reject all non-constant arguments to the second by Chandler Carruth · 13 years ago
  29. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  30. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 13 years ago
  31. 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 13 years ago
  32. 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 13 years ago
  33. 1bb580a Reject unrepresentable pointer types in intrinsics. Fixes PR7316. by Nick Lewycky · 14 years ago
  34. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  35. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 15 years ago
  36. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  37. 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
  38. 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
  39. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  40. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  41. 4400825 Dan noticed that the verifier wasn't thoroughly checking uses of by Duncan Sands · 15 years ago
  42. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  43. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  44. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  45. 70c44f0 Correct this error message. by Nick Lewycky · 16 years ago
  46. 39dfc2c Diagnose uses of unsized types with the byval attribute in the by Dan Gohman · 16 years ago
  47. 259f88e Verify that the alignment argument to llvm.memcpy is a constant integer, PR2318. by Chris Lattner · 16 years ago
  48. 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 16 years ago
  49. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  50. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  51. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  52. 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
  53. eedff31 Revert the change from r51157 in by Dan Gohman · 16 years ago
  54. 041e2eb IR support for extractvalue and insertvalue instructions. Also, begin by Dan Gohman · 16 years ago
  55. ef30c1d Add testcase for prev. commit. Minor fixes by Anton Korobeynikov · 17 years ago
  56. 3f63785 All of these tests had out of date syntax and were never even running through by Nick Lewycky · 17 years ago
  57. 917a5d9 Functions are allowed to return structures. (Note that this test never failed.) by Nick Lewycky · 17 years ago
  58. 2476841 Regressions/ is long gone. by Nick Lewycky · 17 years ago
  59. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  60. ab3b778 Fix PR2113 by verifying allocations. by Chris Lattner · 17 years ago
  61. ad23d43 Fix this test. by Chris Lattner · 17 years ago
  62. 3b8ea6e update this test to pass with duncan's change. by Chris Lattner · 17 years ago
  63. 02e30d7 This test is now the same as byval-1.ll, so remove it. by Duncan Sands · 17 years ago
  64. 559ad3c Test that byval cannot be used with pointers to types with no size. by Duncan Sands · 17 years ago
  65. d6a844c We now allow byval on fairly general pointer types. by Duncan Sands · 17 years ago
  66. cfad1b4 Be more liberal in what parameter attributes are by Duncan Sands · 17 years ago
  67. 623a389 Do not allow attributes beyond a function's last by Duncan Sands · 17 years ago
  68. d9d7039 Get the verifier to check attributes on calls as well by Duncan Sands · 17 years ago
  69. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  70. ecb85ef Change &| to |&. by Dan Gohman · 17 years ago
  71. 8c33da5 Fix for PR1633: Verifier doesn't fully verify GC intrinsics by Gordon Henriksen · 17 years ago
  72. 1451afe Make sure these tests pass for the right reasons (verifier error, rather than by Reid Spencer · 17 years ago
  73. b91025b check for correct usage of the byval attribute by Rafael Espindola · 17 years ago
  74. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  75. 19292a4 remove bogus xfailed testcase by Chris Lattner · 17 years ago
  76. a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 17 years ago
  77. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  78. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  79. adbb638 testcases for PR1042 by Chris Lattner · 18 years ago
  80. 32c081a New testcase for PR1047 by Chris Lattner · 18 years ago
  81. a5ce97b Make sure this file gets upgraded with llvm-upgrade by Reid Spencer · 18 years ago
  82. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  83. 1d4b6bf testcase that causes the asmparser to assert by Chris Lattner · 18 years ago
  84. f7cb674 Testcase for PR826 by Chris Lattner · 18 years ago
  85. d9498eb Fix an accidental commit. by Chris Lattner · 18 years ago
  86. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 18 years ago
  87. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  88. cf4a81e this test is malformed by Chris Lattner · 19 years ago
  89. 84c744f Fix PR409: by Reid Spencer · 19 years ago
  90. 97310ea New testcase that the assembler incorrectly accepts. by Chris Lattner · 20 years ago
  91. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  92. 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
  93. 2393a24 Adding RUN lines. by Tanya Lattner · 20 years ago
  94. 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  95. e952f23 New testcase by Chris Lattner · 21 years ago
  96. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  97. 5051e9c New testcase to handle eventually by Chris Lattner · 22 years ago
  98. 74d8dcc Add readme file describing directory by Chris Lattner · 22 years ago
  99. 23e07e7 New testcases for verifier by Chris Lattner · 22 years ago
  100. 1d2535c New testcase by Chris Lattner · 22 years ago