summaryrefslogtreecommitdiffstats
path: root/test/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix makefile for debuginfo-tests execution.Filipe Cabecinhas2014-10-171-0/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+0
* Reverting because reverting r200145.Adrian Prantl2014-01-271-0/+4
* Reverting because reverting r200145.Adrian Prantl2014-01-271-0/+1
* clang-check: Unittests doesn't requires tools.NAKAMURA Takumi2014-01-261-1/+0
* check-clang doesn't require neither llvm_src_root nor llvm_obj_root.NAKAMURA Takumi2014-01-261-4/+0
* Ensure that ENABLE_SHARED is substituted for use in Windows buildsAlp Toker2014-01-081-0/+1
* Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLESAlp Toker2014-01-081-1/+1
* Prospective build fix for the Makefile systemAlp Toker2014-01-081-0/+1
* check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated f...NAKAMURA Takumi2013-12-181-0/+1
* Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky2013-08-271-0/+3
* 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