aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-16Update clang's lit.site.cfg.in in preparation for adding config.llvm_build_mo...Andrew Trick
2011-06-02Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-te...Galina Kistanova
2011-05-31Preparations for separating target-specific clang tests.Galina Kistanova
2011-03-08test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s).NAKAMURA Takumi
2011-03-05Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)."Benjamin Kramer
2011-03-05test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).NAKAMURA Takumi
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin
2010-07-18daniel doesn't hate me, he hates macpython 2.5, whichChris Lattner
2010-07-15see comment.Chris Lattner
2010-06-25I don't know when I committed this, but it's probably a "bad thing".Chris Lattner
2010-06-23improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-05-15sighChris Lattner
2010-05-15fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out.Chris Lattner
2010-05-12don't force 16 threads.Chris Lattner
2010-05-09pch'ify typeid.Chris Lattner
2010-04-20grr, lit only hates me, not the rest of the world.Chris Lattner
2010-04-20revert r101863, whcih is causing Sema/altivec-init.c to fail on a tonChris Lattner
2010-04-05Print the errors when a clang test fails instead of just listing theJeffrey Yasskin
2009-11-05Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar
2009-11-05Add EXTRA_TESTDIRS variable for specifying additional test directories.Daniel Dunbar
2009-11-03make 'make clean' work on Solaris, per Gabor Greif commentNuno Lopes
2009-11-03make 'make clean' clean everythingNuno Lopes
2009-11-03Add target_triple to Clang site configuration.Daniel Dunbar
2009-09-29Allow the PYTHON make variable to override the default Python when running Cl...Douglas Gregor
2009-09-26Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-20Switch to using the new LLVM lit test runner by default.Daniel Dunbar
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar
2009-09-17Tweak clang testing.Daniel Dunbar
2009-09-10Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds.Daniel Dunbar
2009-09-08Support running tests using the new 'lit', via 'make test LIT2=1'.Daniel Dunbar
2009-09-04Support 'make test TESTSUITE=CodeGen', etc.Daniel Dunbar
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar
2009-07-27Tweak MultiTestRunner --path argument.Daniel Dunbar
2009-07-25MultiTestRunner: Make sure to point at src dir, for out of tree builds.Daniel Dunbar
2009-07-25Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.Daniel Dunbar
2009-07-12Revert to using shell to find files instead of 'find', that wasn't portable. Daniel Dunbar
2009-07-11Stop looking for tests in the Output/ directory.Daniel Dunbar
2009-07-11restore proper valgrind support.Nuno Lopes
2009-07-06Fix out-of-source regression testing for makefilesDouglas Gregor
2009-06-13Switch to the new test runner.Daniel Dunbar
2009-03-25Update to account for the great driver renaming.Mike Stump
2009-03-18Add version information to ISO style test results.Mike Stump
2009-03-13Fix spelling error, and add target triplet to header.Mike Stump
2009-03-13When testing with VERBOSE=0, report results in the ISO format. WeMike Stump
2008-12-01Add test case for __ASSEMBLER__ definition.Daniel Dunbar
2008-11-19Ignore Output directories when searching for tests.Daniel Dunbar
2008-09-17Another attempt to make test/Makefile return correct error code.Daniel Dunbar