- ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 14 years ago
- e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
- 98af1ac test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 14 years ago
- 431feb5 by David Greene · 14 years ago
- 4f9e971 test: add .cu extension by Peter Collingbourne · 14 years ago
- b4a88ef Let lit give helpful advice if 'make test' was not run yet. by Nico Weber · 14 years ago
- 8c6b913 Recognize .ll as input files. Handle %test_debuginfo on a RUN command line. by Devang Patel · 14 years ago
- db91864 tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on by Daniel Dunbar · 14 years ago
- 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
- e1fa096 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
- 43533c9 Revert r97727 at ddunbar's request; we want to solve this some other way. by John McCall · 15 years ago
- 0ea271c Steal the TARGET lit condition from the LLVM test suite. by John McCall · 15 years ago
- 6643096 tests: Tweak %clangxx definition to something which should be more portable. by Daniel Dunbar · 15 years ago
- 679d605 tests: Add '%clangxx' substitution, for 'clang++' by Daniel Dunbar · 15 years ago
- 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
- e9c2f0f Tests: Stop looking for clang-cc, we don't need it. by Daniel Dunbar · 15 years ago
- 98d3ea6 Tests: Change substitution to automagically use 'clang -cc1' instead of 'clang-cc'. I still plan to eventually rewrite the tests to clarify the magic (I will probably actually rewrite them to %clang so it is more obvious this is a variable that gets substituted). by Daniel Dunbar · 15 years ago
- bc20ef3 Drop require_and_and argument. by Daniel Dunbar · 15 years ago
- 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
- 2335421 Tweak a FIXME. by Daniel Dunbar · 15 years ago
- b258d8f Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) by Daniel Dunbar · 15 years ago
- 9e10cc7 Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. by Daniel Dunbar · 15 years ago
- ee45d6d We no longer need anything from the llvm/test/Scripts dir. by Daniel Dunbar · 15 years ago
- b850ddd Always execute tests internally on Windows. by Daniel Dunbar · 15 years ago
- 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
- 1b720a9 Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. by Daniel Dunbar · 15 years ago
- 7af18d3 Tweak clang testing. - Move CMake to using the new test runner. by Daniel Dunbar · 15 years ago
- 280aa75 tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere. by Daniel Dunbar · 15 years ago
- 5803331 Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. by Daniel Dunbar · 15 years ago
- 724827f Support running tests using the new 'lit', via 'make test LIT2=1'. by Daniel Dunbar · 15 years ago
- 6827f3f lit: Set requireAndAnd config variable (currently unused). by Daniel Dunbar · 15 years ago
- c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
- 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago