1. 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 15 years ago
  2. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 15 years ago
  3. 817046e More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). by Evan Cheng · 15 years ago
  4. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  5. cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 16 years ago
  6. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  7. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
  8. 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
  9. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  10. 2bdc07b add support for running the test suite with valgrind. to run it just type 'make VG=1', as in clang by Nuno Lopes · 16 years ago
  11. ef89bbb Add EXTRA_OPTIONS on the llvmgxx command line. by Devang Patel · 16 years ago
  12. 00dd691 Add EXTRA_OPTIONS on the llvmgcc command line. by Devang Patel · 16 years ago
  13. 856ce2d Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm. by Tanya Lattner · 16 years ago
  14. 27137a5 Fix a typo by Chris Lattner · 17 years ago
  15. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  16. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
  17. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  18. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  19. 0908d49 by Gordon Henriksen · 17 years ago
  20. e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 17 years ago
  21. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 17 years ago
  22. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 17 years ago
  23. 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 17 years ago
  24. 470f260 We don't need the path to be set for llvmgcc/llvmgxx any more. by Reid Spencer · 17 years ago
  25. 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 17 years ago
  26. 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 17 years ago
  27. 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 17 years ago
  28. 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 17 years ago
  29. ec68fd4 For PR1196: by Reid Spencer · 18 years ago
  30. 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 18 years ago
  31. fb15c00 Regression is gone, don't try to find it on clean target. by Reid Spencer · 18 years ago
  32. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  33. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  34. 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
  35. 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
  36. db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 18 years ago
  37. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 18 years ago
  38. 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 18 years ago
  39. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
  40. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  41. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  42. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 20 years ago
  43. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  44. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  45. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  46. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  47. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  48. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  49. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  50. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  51. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  52. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  53. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  54. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  55. d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
  56. 8db573e1 Document quick-test target. by Reid Spencer · 20 years ago
  57. ed8c089 Add a quick-test target that uses QUICKTEST variable to quickly run a by Reid Spencer · 20 years ago
  58. 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
  59. 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
  60. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  61. d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 20 years ago
  62. 491e9cd Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. by Tanya Lattner · 20 years ago
  63. 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
  64. 12d632c Add missing file header by Chris Lattner · 20 years ago
  65. 7a7cb4c Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. by Tanya Lattner · 20 years ago
  66. 64aeb00 CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. by Brian Gaeke · 20 years ago
  67. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  68. eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
  69. 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
  70. d179961 Merged in RELEASE_12. by John Criswell · 20 years ago
  71. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  72. aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago
  73. 34d25f1 Blow away compiled versions of qmtest classes on 'make clean'. by Brian Gaeke · 21 years ago
  74. 236c4d4 We now support different expectations for different OS's/architectures. by John Criswell · 21 years ago
  75. d184c67 Merged RELEASE_1. by John Criswell · 21 years ago
  76. 4920792 Do not report errors if QMTest returns a non-zero value. by John Criswell · 21 years ago
  77. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  78. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  79. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  80. 0c9efc2 Fixed the location of the expectations file. by John Criswell · 21 years ago
  81. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  82. 28e7767 Added the CXXTest test class. by John Criswell · 21 years ago
  83. 1ce5c59 Allow multiple object trees to use the source tree tests at once by by John Criswell · 21 years ago
  84. 538a317 QMTest test and resource classes are always register before running the tests. by John Criswell · 21 years ago
  85. f780f77 Added the .t implicit rule. You can now run an individual set of QMTests by by John Criswell · 21 years ago
  86. ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
  87. 299e15e Added the ability to run the QMTests. It is currently not enabled by default, by John Criswell · 21 years ago
  88. 62f0e46 Removed Makefile.common. by John Criswell · 21 years ago
  89. c433e64 libraries is used for internal stuff, not as a real testcase by Chris Lattner · 22 years ago
  90. fad0f52 include Makefile.tests. by Vikram S. Adve · 22 years ago
  91. 52a4e85 More rules checked in by Chris Lattner · 23 years ago
  92. 3e81173 New minimal makefile by Chris Lattner · 23 years ago
  93. 1b654bd Rename Makefile.target to Makefile.tests. Make all a :: target. by Vikram S. Adve · 23 years ago
  94. b15f64c Run testsparc, not testcodegen for testing the back end. by Vikram S. Adve · 23 years ago
  95. 48e9f40 Build Programs subdirectory by Chris Lattner · 23 years ago
  96. 38b8620 Replaced another HERE. by Vikram S. Adve · 23 years ago
  97. 4cceffe Put common rules for compiling programs into Makefile.target. by Vikram S. Adve · 23 years ago
  98. 59a9960 Added rules for building sparc executable with and without tracing, by Vikram S. Adve · 23 years ago
  99. 919b59a Disable alloca code gen tests until size of extra args in stack frame by Vikram S. Adve · 23 years ago
  100. ad5b620 *** empty log message *** by Vikram S. Adve · 23 years ago