1. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  2. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
  3. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  4. ee0056d test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, too. Follow up to clang r124777. by NAKAMURA Takumi · 14 years ago
  5. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  6. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  7. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  8. 9cf3b58 test/Makefile: Force lit -j1 on Cygwin. by NAKAMURA Takumi · 14 years ago
  9. 7b81674 Partially revert r112480. Caused test failures. by Michael J. Spencer · 14 years ago
  10. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 14 years ago
  11. 6d50ed6 check-lit was failing again on F13 64 bits :-( by Rafael Espindola · 14 years ago
  12. 27a9939 Fix comment. by Daniel Dunbar · 14 years ago
  13. e3536b8 tests: Kill off custom targets which were just there for TestRunner.sh. by Daniel Dunbar · 14 years ago
  14. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
  15. fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 14 years ago
  16. bbcdebb see comment. by Chris Lattner · 14 years ago
  17. 4741c70 Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to run by Rafael Espindola · 14 years ago
  18. 0dd0d49 doh, didn't mean to check in my hackaround lit sucking. :) by Chris Lattner · 15 years ago
  19. eef6d78 teach the x86 asm parser how to handle segment prefixes by Chris Lattner · 15 years ago
  20. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  21. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  22. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  23. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  24. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
  25. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  26. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  27. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  28. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  29. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  30. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  31. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  32. 7e43439 Fix gmake check for AuroraUX triple. by Edward O'Callaghan · 15 years ago
  33. e1b691f Fix make rule when objdir is inside srcdir. by Torok Edwin · 15 years ago
  34. fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
  35. 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
  36. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  37. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 15 years ago
  38. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 15 years ago
  39. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 15 years ago
  40. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 15 years ago
  41. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
  42. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  43. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
  44. b405bbe Replace ocamlc tests with ocamlopt tests since they're less noisy. by Erick Tryzelaar · 15 years ago
  45. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  46. 1afd3e6 Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. by Erick Tryzelaar · 15 years ago
  47. 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 15 years ago
  48. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 15 years ago
  49. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
  50. ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 16 years ago
  51. 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 16 years ago
  52. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 16 years ago
  53. 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 · 16 years ago
  54. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  55. cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 16 years ago
  56. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  57. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
  58. 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
  59. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  60. 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
  61. ef89bbb Add EXTRA_OPTIONS on the llvmgxx command line. by Devang Patel · 17 years ago
  62. 00dd691 Add EXTRA_OPTIONS on the llvmgcc command line. by Devang Patel · 17 years ago
  63. 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 · 17 years ago
  64. 27137a5 Fix a typo by Chris Lattner · 17 years ago
  65. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  66. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
  67. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  68. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  69. 0908d49 by Gordon Henriksen · 17 years ago
  70. e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 18 years ago
  71. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 18 years ago
  72. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 18 years ago
  73. 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 18 years ago
  74. 470f260 We don't need the path to be set for llvmgcc/llvmgxx any more. by Reid Spencer · 18 years ago
  75. 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 18 years ago
  76. 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 18 years ago
  77. 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 18 years ago
  78. 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 18 years ago
  79. ec68fd4 For PR1196: by Reid Spencer · 18 years ago
  80. 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 18 years ago
  81. fb15c00 Regression is gone, don't try to find it on clean target. by Reid Spencer · 18 years ago
  82. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  83. 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 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. db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 19 years ago
  87. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 19 years ago
  88. 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 19 years ago
  89. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
  90. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  91. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  92. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 20 years ago
  93. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  94. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  95. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  96. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  97. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  98. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  99. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  100. 0e2f492 Clean feature also by Chris Lattner · 20 years ago