Age | Commit message (Expand) | Author |
2010-02-17 | tests: Add '%clangxx' substitution, for 'clang++' | Daniel Dunbar |
2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-11 | Tests: Stop looking for clang-cc, we don't need it. | Daniel Dunbar |
2009-12-11 | Tests: Change substitution to automagically use 'clang -cc1' instead of 'clan... | Daniel Dunbar |
2009-11-08 | Drop require_and_and argument. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-07 | Tweak a FIXME. | Daniel Dunbar |
2009-11-05 | Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) | Daniel Dunbar |
2009-09-26 | Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. | Daniel Dunbar |
2009-09-24 | We no longer need anything from the llvm/test/Scripts dir. | Daniel Dunbar |
2009-09-22 | Always execute tests internally on Windows. | Daniel Dunbar |
2009-09-22 | Remove old test runner, this has moved to LLVM/utils/lit and all known clients | Daniel Dunbar |
2009-09-20 | Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. | Daniel Dunbar |
2009-09-17 | Tweak clang testing. | Daniel Dunbar |
2009-09-16 | tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere. | Daniel Dunbar |
2009-09-10 | Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. | Daniel Dunbar |
2009-09-08 | Support running tests using the new 'lit', via 'make test LIT2=1'. | Daniel Dunbar |
2009-09-06 | lit: Set requireAndAnd config variable (currently unused). | Daniel Dunbar |
2009-07-31 | Add missing test suffixes. | Daniel Dunbar |
2009-07-31 | MultiTestRunner: Simplify, cleanup, and rename! | Daniel Dunbar |