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