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