1. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  2. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  3. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  4. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  5. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  6. 7e43439 Fix gmake check for AuroraUX triple. by Edward O'Callaghan · 15 years ago
  7. e1b691f Fix make rule when objdir is inside srcdir. by Torok Edwin · 15 years ago
  8. fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
  9. 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
  10. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  11. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 15 years ago
  12. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 15 years ago
  13. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 15 years ago
  14. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 15 years ago
  15. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
  16. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  17. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
  18. b405bbe Replace ocamlc tests with ocamlopt tests since they're less noisy. by Erick Tryzelaar · 15 years ago
  19. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  20. 1afd3e6 Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. by Erick Tryzelaar · 15 years ago
  21. 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 15 years ago
  22. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 15 years ago
  23. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
  24. ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 15 years ago
  25. 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 15 years ago
  26. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 15 years ago
  27. 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
  28. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  29. cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 15 years ago
  30. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  31. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
  32. 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
  33. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  34. 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
  35. ef89bbb Add EXTRA_OPTIONS on the llvmgxx command line. by Devang Patel · 16 years ago
  36. 00dd691 Add EXTRA_OPTIONS on the llvmgcc command line. by Devang Patel · 16 years ago
  37. 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
  38. 27137a5 Fix a typo by Chris Lattner · 16 years ago
  39. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 16 years ago
  40. 684ed3d While hunting for two hanging tests, by Gabor Greif · 16 years ago
  41. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  42. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  43. 0908d49 by Gordon Henriksen · 17 years ago
  44. e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 17 years ago
  45. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 17 years ago
  46. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 17 years ago
  47. 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 17 years ago
  48. 470f260 We don't need the path to be set for llvmgcc/llvmgxx any more. by Reid Spencer · 17 years ago
  49. 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 17 years ago
  50. 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 17 years ago
  51. 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 17 years ago
  52. 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 17 years ago
  53. ec68fd4 For PR1196: by Reid Spencer · 17 years ago
  54. 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 18 years ago
  55. fb15c00 Regression is gone, don't try to find it on clean target. by Reid Spencer · 18 years ago
  56. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  57. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
  58. 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
  59. 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
  60. db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 18 years ago
  61. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 18 years ago
  62. 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 18 years ago
  63. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
  64. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  65. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  66. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 19 years ago
  67. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  68. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  69. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  70. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  71. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  72. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  73. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  74. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  75. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  76. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  77. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  78. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  79. 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
  80. 8db573e1 Document quick-test target. by Reid Spencer · 20 years ago
  81. ed8c089 Add a quick-test target that uses QUICKTEST variable to quickly run a by Reid Spencer · 20 years ago
  82. 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
  83. 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
  84. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  85. d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 20 years ago
  86. 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
  87. 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
  88. 12d632c Add missing file header by Chris Lattner · 20 years ago
  89. 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
  90. 64aeb00 CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. by Brian Gaeke · 20 years ago
  91. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  92. eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
  93. 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
  94. d179961 Merged in RELEASE_12. by John Criswell · 20 years ago
  95. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  96. aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago
  97. 34d25f1 Blow away compiled versions of qmtest classes on 'make clean'. by Brian Gaeke · 21 years ago
  98. 236c4d4 We now support different expectations for different OS's/architectures. by John Criswell · 21 years ago
  99. d184c67 Merged RELEASE_1. by John Criswell · 21 years ago
  100. 4920792 Do not report errors if QMTest returns a non-zero value. by John Criswell · 21 years ago