1. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  2. 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
  3. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  4. bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
  5. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  6. 3bf19e4 Remove lingering references to .llx and .tr in the tests. by Dan Gohman · 16 years ago
  7. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  8. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  9. 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
  10. f380fbd Update test by Anton Korobeynikov · 17 years ago
  11. dc2421f Start removing 'unwinds to' support from mainline in preparation for 2.3. by Nick Lewycky · 17 years ago
  12. 63f7ba0 Upgrade these tests for the current intrinsic prototypes. by Dan Gohman · 17 years ago
  13. 591858a Support chained aliases for LLVM IR printing. This fixes PR2145 by Anton Korobeynikov · 17 years ago
  14. 37f603f no need to keep around this output. by Chris Lattner · 17 years ago
  15. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 17 years ago
  16. 819a66c Exercise the new CFG change. by Nick Lewycky · 17 years ago
  17. f58d4de Oops, can't unwind to the entry block (entry block may have no preds). by Nick Lewycky · 17 years ago
  18. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  19. 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  20. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  21. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  22. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  23. ee19b86 llvm/test programs should not be execution programs. This by Chris Lattner · 17 years ago
  24. c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
  25. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
  26. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  27. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  28. 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
  29. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  30. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  31. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  32. 5f0d16d Make sure we can round-trip an escaped value in a name. by Reid Spencer · 17 years ago
  33. 51eeb6e remove libbzip2 from this. This should use llvm-config or something. by Chris Lattner · 17 years ago
  34. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
  35. 83f241e not fully implemented yet. by Chris Lattner · 18 years ago
  36. b7522c7 An example for PR1362 by Andrew Lenharth · 18 years ago
  37. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
  38. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  39. 78fb2ac Changes to fix problems with "make check". Apparently you can redefine by Reid Spencer · 18 years ago
  40. 9088245 Try some alternative syntax. by Reid Spencer · 18 years ago
  41. 7071836 Simplify this test and correct redirection for Tcl exec. by Reid Spencer · 18 years ago
  42. af6676d For PR1319: by Reid Spencer · 18 years ago
  43. 0c801b1 Fix a missing -f that the new llvm.exp found. by Reid Spencer · 18 years ago
  44. 0837479 Fix a missing -f caught by the new llvm.exp script. by Reid Spencer · 18 years ago
  45. 558385f vector compares aren't allowed. It doesn't make sense to have an xfailed by Chris Lattner · 18 years ago
  46. 78732c2 The hello pass actually requires a function to chew on! by Reid Spencer · 18 years ago
  47. 560b7f3 Fix a guard that is supposed to guard against mistakes like this patch fixes! by Reid Spencer · 18 years ago
  48. e4a0424 The "Hello" message is written on stderr so make sure it is duplicated to by Reid Spencer · 18 years ago
  49. 2a70657 Add a test case for PR1318. by Reid Spencer · 18 years ago
  50. 6015a1c Use the new %link variable to make this test portable. by Reid Spencer · 18 years ago
  51. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  52. 6b8a6b5 Add a test case for testing basic IR features via llvm2cpp. This helps find by Reid Spencer · 18 years ago
  53. b18cbfe Make sure upgrade doesn't fail on this. by Reid Spencer · 18 years ago
  54. 14f6dbf Upgrade this file completely instead of downgrading it. Make sure that by Reid Spencer · 18 years ago
  55. 98a1a71 Make sure this test uses llvm-upgrade. Don't allow false positives. by Reid Spencer · 18 years ago
  56. 03703f0 Fix to not give false positives. by Reid Spencer · 18 years ago
  57. a3c533a For PR1297: by Reid Spencer · 18 years ago
  58. 5373b72 Remove use of implementation keyword. by Reid Spencer · 18 years ago
  59. c2df070 Add tests for nounwind and noreturn function attributes. by Reid Spencer · 18 years ago
  60. 9085043 For PR411: by Reid Spencer · 18 years ago
  61. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  62. 41f8cb9 Packed structs use packed struct initializers by Andrew Lenharth · 18 years ago
  63. 161a4c9 Redefinition of functions is no longer permitted. by Reid Spencer · 18 years ago
  64. 7fa67b7 For PR1077: Remove the XFAIL now that global redefinitions are not permitted. by Reid Spencer · 18 years ago
  65. 2fd6c65 Fix the test case for the change in parameter attribute syntax. The @ is by Reid Spencer · 18 years ago
  66. dfa4b1a For PR1077: by Reid Spencer · 18 years ago
  67. 4933af1 For PR1077: by Reid Spencer · 18 years ago
  68. 1b7a880 XFAIL this test until such time that code gen can handle a comparison of by Reid Spencer · 18 years ago
  69. c01901c Add a test to ensure that we can assembly comparisons of packed values. by Reid Spencer · 18 years ago
  70. 13701fa Test @zext and @sext fully as well as testing the "short" call syntax. by Reid Spencer · 18 years ago
  71. 5f1397d Add a test case to test parameter attributes feature. by Reid Spencer · 18 years ago
  72. d45bff9 Run llvm-upgrade on test to prepare for new assembly syntax. by Reid Spencer · 18 years ago
  73. 505811e Add some tests for negative constants to unsigned and large positive by Reid Spencer · 18 years ago
  74. 0be3ed8 Add a couple little tests for SExt/ZExt of constants of a sign that doesn't by Reid Spencer · 18 years ago
  75. 6a12651 Add a test for constant folding of bitcast to/from floating point. by Reid Spencer · 18 years ago
  76. 6ec10ef packed initializers too in the test by Andrew Lenharth · 18 years ago
  77. 6e7be83 feature test for packed structs by Andrew Lenharth · 18 years ago
  78. 21fdb97 Remove old intrinsic declarations and usage. by Reid Spencer · 18 years ago
  79. 72348df Remove a redundant RUN: line. by Reid Spencer · 18 years ago
  80. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  81. 3da59db For PR950: by Reid Spencer · 18 years ago
  82. 0b44d6c Fix some typos. by Reid Spencer · 18 years ago
  83. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  84. 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
  85. 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
  86. a831a6c new testcase for csretcc by Chris Lattner · 18 years ago
  87. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  88. f40210d new testcase for shufflevector by Chris Lattner · 19 years ago
  89. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  90. 3f970fd new tests for actual inline asm expressions by Chris Lattner · 19 years ago
  91. 52599e1 minor syntax change by Chris Lattner · 19 years ago
  92. fb90fe3 new testcase by Chris Lattner · 19 years ago
  93. fd57ad7 Expand test to cover the non-overloaded variants of the arithmetic and by Reid Spencer · 19 years ago
  94. f90a87a Test case for the insertelement operation. by Robert Bocchino · 19 years ago
  95. 5e1b72c new testcase for extractelement instruction by Chris Lattner · 19 years ago
  96. 02513db new testcase by Chris Lattner · 19 years ago
  97. abdf0f5 add alignment info for globals and functions by Chris Lattner · 19 years ago
  98. 4e240c2 new testcase by Chris Lattner · 19 years ago
  99. 298a368 Fix this test case to actually test the new va_arg instruction not the by Reid Spencer · 19 years ago
  100. cc494e8 new vararg test by Andrew Lenharth · 19 years ago