1. b02834c add polly to check-all by Sebastian Pop · 12 years ago
  2. d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 12 years ago
  3. 005159e Use zlib to uncompress debug sections in DWARF parser. by Alexey Samsonov · 12 years ago
  4. 0f3e48e This appears to be no longer necessary for the testsuite. by Eric Christopher · 12 years ago
  5. 57ba122 Reverted r176374. In some cases the lit.site.cfg file does not get generated in tools/clang/tools/extra. by Galina Kistanova · 12 years ago
  6. 775a266 In r169695, the address space limit for tests was replaced with a data by Patrik Hagglund · 12 years ago
  7. 4385988 No need to force-create clang-tools-extra lit.site.cfg by Edwin Vane · 12 years ago
  8. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  9. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  10. f81093a Drop the address space limit for tests in the makefile build. by Benjamin Kramer · 12 years ago
  11. b288ad8 test: Add a lit config variable to check if LTO is enabled. by Daniel Dunbar · 12 years ago
  12. 7c8998e Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." by NAKAMURA Takumi · 12 years ago
  13. c37290e yet another attempt at fixing @OCAMLOPT@ for sed. Patch by Rick Foos. by Nuno Lopes · 13 years ago
  14. ad5a0ce escape special char when handling CXX_FOR_OCAMLOPT by Nuno Lopes · 13 years ago
  15. f5ecf02 Teach the LLVM test makefile to run the extra Clang tools' test suites by Chandler Carruth · 13 years ago
  16. 62ad748 fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and there's a cflag with a = char) by Nuno Lopes · 13 years ago
  17. 96f41a1 Remove 'site.exp' building from both CMake and configure+make. by Chandler Carruth · 13 years ago
  18. 2378aa7 Remove the last vestiges of the '-lit' and '-dg' test runner split by by Chandler Carruth · 13 years ago
  19. 4760c4b Rip out legacy DejaGNU support from our Makefiles. This hasn't been the by Chandler Carruth · 13 years ago
  20. 34b5db4 LLVM-GCC is dead. Really. I promise. ;] by Chandler Carruth · 13 years ago
  21. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 13 years ago
  22. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 13 years ago
  23. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 13 years ago
  24. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 13 years ago
  25. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  26. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
  27. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  28. 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
  29. 708276d build/make/test: Get rid of unused BUGPOINT_TOPTS variable. by Daniel Dunbar · 13 years ago
  30. dd4667f tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in LLVM tests. by Daniel Dunbar · 13 years ago
  31. 40a4360 test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PROJ_SRC_ROOT)/tools/clang for "check-all". by NAKAMURA Takumi · 13 years ago
  32. 75d3387 cmake+lit: handle ENABLE_ASSERTIONS feature properly. by Andrew Trick · 14 years ago
  33. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 14 years ago
  34. 05c087d Add support to lit for build mode requirements. e.g. by Andrew Trick · 14 years ago
  35. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  36. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
  37. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  38. 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
  39. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  40. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  41. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  42. 9cf3b58 test/Makefile: Force lit -j1 on Cygwin. by NAKAMURA Takumi · 14 years ago
  43. 7b81674 Partially revert r112480. Caused test failures. by Michael J. Spencer · 15 years ago
  44. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 15 years ago
  45. 6d50ed6 check-lit was failing again on F13 64 bits :-( by Rafael Espindola · 15 years ago
  46. 27a9939 Fix comment. by Daniel Dunbar · 15 years ago
  47. e3536b8 tests: Kill off custom targets which were just there for TestRunner.sh. by Daniel Dunbar · 15 years ago
  48. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 15 years ago
  49. fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 15 years ago
  50. bbcdebb see comment. by Chris Lattner · 15 years ago
  51. 4741c70 Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to run by Rafael Espindola · 15 years ago
  52. 0dd0d49 doh, didn't mean to check in my hackaround lit sucking. :) by Chris Lattner · 15 years ago
  53. eef6d78 teach the x86 asm parser how to handle segment prefixes by Chris Lattner · 15 years ago
  54. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  55. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  56. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  57. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  58. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
  59. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  60. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  61. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  62. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  63. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  64. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  65. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  66. 7e43439 Fix gmake check for AuroraUX triple. by Edward O'Callaghan · 15 years ago
  67. e1b691f Fix make rule when objdir is inside srcdir. by Torok Edwin · 15 years ago
  68. fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
  69. 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
  70. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  71. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 16 years ago
  72. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 16 years ago
  73. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 16 years ago
  74. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 16 years ago
  75. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 16 years ago
  76. f3e2d80 Remove prcontext. by Daniel Dunbar · 16 years ago
  77. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 16 years ago
  78. b405bbe Replace ocamlc tests with ocamlopt tests since they're less noisy. by Erick Tryzelaar · 16 years ago
  79. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 16 years ago
  80. 1afd3e6 Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. by Erick Tryzelaar · 16 years ago
  81. 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 16 years ago
  82. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 16 years ago
  83. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 16 years ago
  84. ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 16 years ago
  85. 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 16 years ago
  86. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 16 years ago
  87. 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
  88. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  89. cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 16 years ago
  90. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  91. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
  92. 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
  93. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  94. 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
  95. ef89bbb Add EXTRA_OPTIONS on the llvmgxx command line. by Devang Patel · 17 years ago
  96. 00dd691 Add EXTRA_OPTIONS on the llvmgcc command line. by Devang Patel · 17 years ago
  97. 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
  98. 27137a5 Fix a typo by Chris Lattner · 17 years ago
  99. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  100. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago