1. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  2. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  3. 0908d49 by Gordon Henriksen · 17 years ago
  4. e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 17 years ago
  5. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 17 years ago
  6. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 17 years ago
  7. 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 17 years ago
  8. 470f260 We don't need the path to be set for llvmgcc/llvmgxx any more. by Reid Spencer · 17 years ago
  9. 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 17 years ago
  10. 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 17 years ago
  11. 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 17 years ago
  12. 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 17 years ago
  13. ec68fd4 For PR1196: by Reid Spencer · 17 years ago
  14. 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 17 years ago
  15. fb15c00 Regression is gone, don't try to find it on clean target. by Reid Spencer · 17 years ago
  16. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  17. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  18. 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
  19. 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
  20. db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 18 years ago
  21. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 18 years ago
  22. 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 18 years ago
  23. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
  24. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  25. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  26. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 19 years ago
  27. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  28. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  29. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  30. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  31. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  32. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  33. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  34. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  35. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  36. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  37. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  38. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  39. 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
  40. 8db573e1 Document quick-test target. by Reid Spencer · 20 years ago
  41. ed8c089 Add a quick-test target that uses QUICKTEST variable to quickly run a by Reid Spencer · 20 years ago
  42. 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
  43. 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
  44. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  45. d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 20 years ago
  46. 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
  47. 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
  48. 12d632c Add missing file header by Chris Lattner · 20 years ago
  49. 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
  50. 64aeb00 CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. by Brian Gaeke · 20 years ago
  51. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  52. eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
  53. 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
  54. d179961 Merged in RELEASE_12. by John Criswell · 20 years ago
  55. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  56. aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago
  57. 34d25f1 Blow away compiled versions of qmtest classes on 'make clean'. by Brian Gaeke · 21 years ago
  58. 236c4d4 We now support different expectations for different OS's/architectures. by John Criswell · 21 years ago
  59. d184c67 Merged RELEASE_1. by John Criswell · 21 years ago
  60. 4920792 Do not report errors if QMTest returns a non-zero value. by John Criswell · 21 years ago
  61. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  62. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  63. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  64. 0c9efc2 Fixed the location of the expectations file. by John Criswell · 21 years ago
  65. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  66. 28e7767 Added the CXXTest test class. by John Criswell · 21 years ago
  67. 1ce5c59 Allow multiple object trees to use the source tree tests at once by by John Criswell · 21 years ago
  68. 538a317 QMTest test and resource classes are always register before running the tests. by John Criswell · 21 years ago
  69. f780f77 Added the .t implicit rule. You can now run an individual set of QMTests by by John Criswell · 21 years ago
  70. ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
  71. 299e15e Added the ability to run the QMTests. It is currently not enabled by default, by John Criswell · 21 years ago
  72. 62f0e46 Removed Makefile.common. by John Criswell · 21 years ago
  73. c433e64 libraries is used for internal stuff, not as a real testcase by Chris Lattner · 22 years ago
  74. fad0f52 include Makefile.tests. by Vikram S. Adve · 22 years ago
  75. 52a4e85 More rules checked in by Chris Lattner · 22 years ago
  76. 3e81173 New minimal makefile by Chris Lattner · 22 years ago
  77. 1b654bd Rename Makefile.target to Makefile.tests. Make all a :: target. by Vikram S. Adve · 23 years ago
  78. b15f64c Run testsparc, not testcodegen for testing the back end. by Vikram S. Adve · 23 years ago
  79. 48e9f40 Build Programs subdirectory by Chris Lattner · 23 years ago
  80. 38b8620 Replaced another HERE. by Vikram S. Adve · 23 years ago
  81. 4cceffe Put common rules for compiling programs into Makefile.target. by Vikram S. Adve · 23 years ago
  82. 59a9960 Added rules for building sparc executable with and without tracing, by Vikram S. Adve · 23 years ago
  83. 919b59a Disable alloca code gen tests until size of extra args in stack frame by Vikram S. Adve · 23 years ago
  84. ad5b620 *** empty log message *** by Vikram S. Adve · 23 years ago
  85. 8f1afbf Reverse previous change. by Vikram S. Adve · 23 years ago
  86. 867c3cc Generate assembly code for testcodegen. by Vikram S. Adve · 23 years ago
  87. 67edee1 Disable codgen test for calltest.ll. by Vikram S. Adve · 23 years ago
  88. abe959c Add rule to build executables by Chris Lattner · 23 years ago
  89. 18fc812 Compile with v9 extensions by Chris Lattner · 23 years ago
  90. 519c6fc Enable most tests. by Vikram S. Adve · 23 years ago
  91. c68059e Delete *.s on clean. by Vikram S. Adve · 23 years ago
  92. 5a28f06 testmemory and sumarray now work with instruction selection. by Vikram S. Adve · 23 years ago
  93. 19f8623 Add path to as so it doesn't find llvm as if that path is set. by Chris Lattner · 23 years ago
  94. f0d2676 Exclude a couple of tests that the regalloc stuff doesn't handle yet by Chris Lattner · 23 years ago
  95. 3d754fb Add commands to assemble and compile a .ll file by Chris Lattner · 23 years ago
  96. bb036be Un-neuter makefile by Chris Lattner · 23 years ago
  97. 9bf6546 Folded inssel*.ll into select.ll. by Vikram S. Adve · 23 years ago
  98. 4ddb4c8 * Clean up InstrForest by Chris Lattner · 23 years ago
  99. f1ce146 Rerun backend tests if as or llc is changed by Chris Lattner · 23 years ago
  100. b7e9ae1 Executables have moved into centralized location by Chris Lattner · 23 years ago