1. ca27e72 Attempt to fix the builders. by Zachary Turner · 10 years ago
  2. 15db818 [gold] Consolidate the gold plugin options and actually search for by Chandler Carruth · 10 years ago
  3. 95c105e Increase the CPU time timeout for testing from 10 to 20 minutes, to by Dimitry Andric · 10 years ago
  4. 91bf887 [lit] Make config.llvm_lib_dir available on cmake, too. by Peter Zotov · 10 years ago
  5. 6fef94e OCAMLFLAGS can contain =, don't use = with sed by Hal Finkel · 10 years ago
  6. 47f88b5 [OCaml] [autoconf] Migrate to ocamlfind. by Peter Zotov · 10 years ago
  7. e3227ca [OCaml] Drop support for 3.12.1 and earlier. by Peter Zotov · 10 years ago
  8. 29773db [OCaml] PR5595: Pass LDFLAGS to tests via -cclib. by Peter Zotov · 10 years ago
  9. b4d023a [OCaml] PR9719, PR14727: Make tests run without ocamlopt. by Peter Zotov · 10 years ago
  10. 14e55b1 Teach lit to filter the host LDFLAGS down from the build system and into by Chandler Carruth · 10 years ago
  11. 798ace2 Initial version of Go bindings. by Peter Collingbourne · 10 years ago
  12. 1c9cace Delete support for AuroraUX. by Rafael Espindola · 11 years ago
  13. 4551342 Fix (re-)creation of unittest lit.site.cfg for clang-tools-extra. by Benjamin Kramer · 11 years ago
  14. d276b15 lld test for configure & make by Iain Sandoe · 11 years ago
  15. fc6cc0e With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. by Rafael Espindola · 11 years ago
  16. 1214e71 Eliminate inappropriate use of FindProgramByName() from lli by Alp Toker · 11 years ago
  17. 1ba15ab [OCaml] Dynamically link LLVM on --enable-shared builds by Peter Zotov · 11 years ago
  18. 88fae0e Fix LTO handling of module-level assembly (PR14152). by Peter Collingbourne · 11 years ago
  19. 81e8f39 [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables. by Daniel Dunbar · 12 years ago
  20. b02834c add polly to check-all by Sebastian Pop · 12 years ago
  21. d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 12 years ago
  22. 005159e Use zlib to uncompress debug sections in DWARF parser. by Alexey Samsonov · 12 years ago
  23. 0f3e48e This appears to be no longer necessary for the testsuite. by Eric Christopher · 12 years ago
  24. 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
  25. 775a266 In r169695, the address space limit for tests was replaced with a data by Patrik Hagglund · 12 years ago
  26. 4385988 No need to force-create clang-tools-extra lit.site.cfg by Edwin Vane · 12 years ago
  27. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  28. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  29. f81093a Drop the address space limit for tests in the makefile build. by Benjamin Kramer · 12 years ago
  30. b288ad8 test: Add a lit config variable to check if LTO is enabled. by Daniel Dunbar · 12 years ago
  31. 7c8998e Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." by NAKAMURA Takumi · 12 years ago
  32. c37290e yet another attempt at fixing @OCAMLOPT@ for sed. Patch by Rick Foos. by Nuno Lopes · 13 years ago
  33. ad5a0ce escape special char when handling CXX_FOR_OCAMLOPT by Nuno Lopes · 13 years ago
  34. f5ecf02 Teach the LLVM test makefile to run the extra Clang tools' test suites by Chandler Carruth · 13 years ago
  35. 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
  36. 96f41a1 Remove 'site.exp' building from both CMake and configure+make. by Chandler Carruth · 13 years ago
  37. 2378aa7 Remove the last vestiges of the '-lit' and '-dg' test runner split by by Chandler Carruth · 13 years ago
  38. 4760c4b Rip out legacy DejaGNU support from our Makefiles. This hasn't been the by Chandler Carruth · 13 years ago
  39. 34b5db4 LLVM-GCC is dead. Really. I promise. ;] by Chandler Carruth · 13 years ago
  40. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 13 years ago
  41. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 13 years ago
  42. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 13 years ago
  43. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 13 years ago
  44. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  45. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
  46. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  47. 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
  48. 708276d build/make/test: Get rid of unused BUGPOINT_TOPTS variable. by Daniel Dunbar · 13 years ago
  49. 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
  50. 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
  51. 75d3387 cmake+lit: handle ENABLE_ASSERTIONS feature properly. by Andrew Trick · 14 years ago
  52. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 14 years ago
  53. 05c087d Add support to lit for build mode requirements. e.g. by Andrew Trick · 14 years ago
  54. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  55. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
  56. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  57. 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
  58. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  59. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  60. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  61. 9cf3b58 test/Makefile: Force lit -j1 on Cygwin. by NAKAMURA Takumi · 14 years ago
  62. 7b81674 Partially revert r112480. Caused test failures. by Michael J. Spencer · 15 years ago
  63. 06b7f58 Test: Fix LLVMC tests on CMake. by Michael J. Spencer · 15 years ago
  64. 6d50ed6 check-lit was failing again on F13 64 bits :-( by Rafael Espindola · 15 years ago
  65. 27a9939 Fix comment. by Daniel Dunbar · 15 years ago
  66. e3536b8 tests: Kill off custom targets which were just there for TestRunner.sh. by Daniel Dunbar · 15 years ago
  67. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 15 years ago
  68. fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 15 years ago
  69. bbcdebb see comment. by Chris Lattner · 15 years ago
  70. 4741c70 Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to run by Rafael Espindola · 15 years ago
  71. 0dd0d49 doh, didn't mean to check in my hackaround lit sucking. :) by Chris Lattner · 15 years ago
  72. eef6d78 teach the x86 asm parser how to handle segment prefixes by Chris Lattner · 15 years ago
  73. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  74. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  75. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  76. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  77. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
  78. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  79. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  80. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  81. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  82. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  83. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  84. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  85. 7e43439 Fix gmake check for AuroraUX triple. by Edward O'Callaghan · 15 years ago
  86. e1b691f Fix make rule when objdir is inside srcdir. by Torok Edwin · 15 years ago
  87. fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
  88. 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
  89. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  90. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 16 years ago
  91. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 16 years ago
  92. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 16 years ago
  93. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 16 years ago
  94. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 16 years ago
  95. f3e2d80 Remove prcontext. by Daniel Dunbar · 16 years ago
  96. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 16 years ago
  97. b405bbe Replace ocamlc tests with ocamlopt tests since they're less noisy. by Erick Tryzelaar · 16 years ago
  98. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 16 years ago
  99. 1afd3e6 Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. by Erick Tryzelaar · 16 years ago
  100. 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 16 years ago