2014-02-28 |
Rafael Espindola | With rpaths being set correctly, SHLIBPATH_VAR is not... |
blob | commitdiff | raw |
2014-01-22 |
Alp Toker | Eliminate inappropriate use of FindProgramByName()... |
blob | commitdiff | raw | diff to current |
2013-11-12 |
Peter Zotov | [OCaml] Dynamically link LLVM on --enable-shared builds |
blob | commitdiff | raw | diff to current |
2013-09-19 |
Peter Collingbourne | Fix LTO handling of module-level assembly (PR14152). |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Daniel Dunbar | [tests] Remove dead VALGRIND and CLEANED_TESTSUITE... |
blob | commitdiff | raw | diff to current |
2013-05-20 |
Sebastian Pop | add polly to check-all |
blob | commitdiff | raw | diff to current |
2013-05-04 |
Tim Northover | Allow host triple to be correctly overridden in CMake... |
blob | commitdiff | raw | diff to current |
2013-04-23 |
Alexey Samsonov | Use zlib to uncompress debug sections in DWARF parser. |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Eric Christopher | This appears to be no longer necessary for the testsuite. |
blob | commitdiff | raw | diff to current |
2013-03-22 |
Galina Kistanova | Reverted r176374. In some cases the lit.site.cfg file... |
blob | commitdiff | raw | diff to current |
2013-03-12 |
Patrik Hagglund | In r169695, the address space limit for tests was repla... |
blob | commitdiff | raw | diff to current |
2013-03-01 |
Edwin Vane | No need to force-create clang-tools-extra lit.site.cfg |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Saleem Abdulrasool | build: add --with-python option |
blob | commitdiff | raw | diff to current |
2013-01-16 |
Peter Collingbourne | Introduce llvm::sys::getProcessTriple() function. |
blob | commitdiff | raw | diff to current |
2012-12-09 |
Benjamin Kramer | Drop the address space limit for tests in the makefile... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Daniel Dunbar | test: Add a lit config variable to check if LTO is... |
blob | commitdiff | raw | diff to current |
2012-10-09 |
NAKAMURA Takumi | Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." |
blob | commitdiff | raw | diff to current |
2012-09-07 |
Nuno Lopes | yet another attempt at fixing @OCAMLOPT@ for sed. |
blob | commitdiff | raw | diff to current |
2012-09-02 |
Nuno Lopes | escape special char when handling CXX_FOR_OCAMLOPT |
blob | commitdiff | raw | diff to current |
2012-08-09 |
Chandler Carruth | Teach the LLVM test makefile to run the extra Clang... |
blob | commitdiff | raw | diff to current |
2012-08-01 |
Nuno Lopes | fix 'make check' when ocamlopt returns the compiler... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Chandler Carruth | Remove 'site.exp' building from both CMake and configur... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Chandler Carruth | Remove the last vestiges of the '-lit' and '-dg' test... |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Chandler Carruth | Rip out legacy DejaGNU support from our Makefiles.... |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Chandler Carruth | LLVM-GCC is dead. Really. I promise. ;] |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Danil Malyshev | - Added ExecutionEngine/MCJIT tests |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Daniel Dunbar | Revert r156393, "[tests] Remove some remaining DejaGNU... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Daniel Dunbar | [tests] Remove some remaining DejaGNU related cruft. |
blob | commitdiff | raw | diff to current |
2012-03-29 |
Bill Wendling | Revert r153694. It was causing failures in the buildbots. |
blob | commitdiff | raw | diff to current |
2012-03-29 |
Danil Malyshev | Re-factored RuntimeDyld. |
blob | commitdiff | raw | diff to current |
2012-03-22 |
Chandler Carruth | Revert a series of commits to MCJIT to get the build... |
blob | commitdiff | raw | diff to current |
2012-03-21 |
Danil Malyshev | Re-factored RuntimeDyld. |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Daniel Dunbar | build/make/test: Get rid of unused BUGPOINT_TOPTS variable. |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Daniel Dunbar | tests: Rip out a bunch of now unused test code relating... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
NAKAMURA Takumi | test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Andrew Trick | cmake+lit: handle ENABLE_ASSERTIONS feature properly. |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Andrew Trick | lit support for REQUIRES: asserts. |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Andrew Trick | Add support to lit for build mode requirements. e.g. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
NAKAMURA Takumi | Reapply r127073(partially): Introduce $(ECHOPATH) to... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
Jakob Stoklund Olesen | Revert r127073: "Introduce $(ECHOPATH) to print DOSish... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
NAKAMURA Takumi | Introduce $(ECHOPATH) to print DOSish path string on... |
blob | commitdiff | raw | diff to current |
2011-02-03 |
NAKAMURA Takumi | test/Makefile: "check-all" should update tools/clang... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
NAKAMURA Takumi | test: Use $SharedLibDir for loadable modules. On Cygmin... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
NAKAMURA Takumi | test: Add the new feature 'loadable_module'. |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Duncan Sands | Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
NAKAMURA Takumi | test/Makefile: Force lit -j1 on Cygwin. |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Michael J. Spencer | Partially revert r112480. Caused test failures. |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Michael J. Spencer | Test: Fix LLVMC tests on CMake. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Rafael Espindola | check-lit was failing again on F13 64 bits :-( |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Daniel Dunbar | Fix comment. |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Daniel Dunbar | tests: Kill off custom targets which were just there... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Daniel Dunbar | tests: Make 'lit' the default test tool. You can still... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Chris Lattner | daniel doesn't hate me, he hates macpython 2.5, which |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Chris Lattner | see comment. |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Rafael Espindola | Add more virtual memory to lit. The python in x86-64... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Chris Lattner | doh, didn't mean to check in my hackaround lit sucking. :) |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Chris Lattner | teach the x86 asm parser how to handle segment prefixes |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Jeffrey Yasskin | Try r96559 for the third time. This time the shared... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Eliminate llvmgcc_version testing variable. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Kill unused llvmgccmajvers testing variable. |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Jeffrey Yasskin | Roll back the shared library, r96559. It broke two... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Jeffrey Yasskin | Add a shared library for LLVM, named libLLVM2.7svn... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jeffrey Yasskin | Revert the test from r88984. It relies on being able... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jeffrey Yasskin | Make X86-64 in the Large model always emit 64-bit calls. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Daniel Dunbar | Two small fixes for site.exp for cmake. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Daniel Dunbar | Derive the right paths to use during testing instead... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Daniel Dunbar | Switch to using 'lit.site.cfg.in' for the site config... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Edward O'Callaghan | Fix gmake check for AuroraUX triple. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Torok Edwin | Fix make rule when objdir is inside srcdir. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Daniel Dunbar | Generate lit.site.cfg from a .in file, as clang does. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | Teach 'make check-all' to build the site configuration... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | Add 'make check-all', which runs the LLVM tests along... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Daniel Dunbar | Add a VALGRIND_EXTRA_ARGS makefile variable, with the... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Daniel Dunbar | Teach 'make check-lit' to run unittests. |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Daniel Dunbar | Add LLVMGCCBINDIR to path, since LLVMC expects to find... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Daniel Dunbar | Switch Ocaml to use llvm_supports_binding. |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Daniel Dunbar | tests: Add llvm_supports_binding predicate. |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Daniel Dunbar | Remove prcontext. |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Daniel Dunbar | Add 'lit' support for llvm tests. |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Erick Tryzelaar | Replace ocamlc tests with ocamlopt tests since they... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Erick Tryzelaar | Fix ocaml "make check" tests, that wasn't finding the... |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Daniel Dunbar | Avoid a problem with ulimit on Solaris & friends, patch... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Bob Wilson | Fix ocaml tests for 64-bit MacOS systems. LLVM is... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Shantonu Sen | Clarify how to configure llvm-gcc-4.2 for use with |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Dan Gohman | Add more ulimit limits, to catch more kinds of runaway... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Evan Cheng | Re-commit r67334 and r67349 with fix. |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Nick Lewycky | Revert r67334 and r37349 which break "make check" on... |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Evan Cheng | More makefile changes to allow dejagnu tests to pass... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Mikhail Glushenkov | Trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | make sure that make fully evaluates variables when... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Devang Patel | Run dsymutil on darwin, when it is expected, before... |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Misha Brukman | * Quoted the executable 'runtest' to emphasize the... |
blob | commitdiff | raw | diff to current |
2008-12-31 |
Misha Brukman | Removed extra spaces. |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Torok Edwin | Fix make check on Solaris 10/x86: the default grep... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Nuno Lopes | add support for running the test suite with valgrind... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Devang Patel | Add EXTRA_OPTIONS on the llvmgxx command line. |
blob | commitdiff | raw | diff to current |
next |