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