1. 73eed6a Switch TestRunner.sh to just use 'lit'. - Does people use this? by Daniel Dunbar · 15 years ago
  2. 5cea4bd Don't substitute prcontext. by Daniel Dunbar · 15 years ago
  3. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  4. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  5. 1c44830 If stderr isn't a terminal, don't try to guess the terminal width or by Daniel Dunbar · 15 years ago
  6. 609e5c3 Set COLUMNS=0 to disable wrapping instead of a random large number. by Daniel Dunbar · 15 years ago
  7. f4287fd Make diagnostic printing more deterministic when running tests. by Daniel Dunbar · 15 years ago
  8. 5ddce19 Use clang to find clang-cc, if it isn't in path. by Daniel Dunbar · 15 years ago
  9. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago
  10. e494d34 Update TestRunner.sh for renaming. - Substitutes both clang and clang-cc. by Daniel Dunbar · 15 years ago
  11. 00231ee Test commit. by Daniel Dunbar · 16 years ago
  12. 0cb45f6 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
  13. 8bdd880 skip test if llvm-gcc is requires but not found on the path. by Nuno Lopes · 16 years ago
  14. f557fb7 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 16 years ago
  15. 607b17b Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 16 years ago
  16. fde9fe7 Remove bashism; sh != bash on Ubuntu. by Eli Friedman · 16 years ago
  17. 5e38073 Allow CLANG env variable to override "clang" command in TestRunner.sh by Daniel Dunbar · 16 years ago
  18. 4cc34cb The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames by Sam Bishop · 16 years ago
  19. 1e2db03 Add ability to run clang tests under valgrind. Patch by Sam Bishop. by Gabor Greif · 16 years ago
  20. cf20b48 let the %t magic happen, thanks Chris! by Gabor Greif · 16 years ago
  21. 0f23303 Actually expand the %t1 patterns (in RUN: lines) to a unique by Gabor Greif · 16 years ago
  22. 5ca1b5a Second round of review feedback. by Gabor Greif · 16 years ago
  23. 32a3999 verify that tests contain RUN lines. by Chris Lattner · 17 years ago
  24. 6a18c76 Changed TestRunner.sh to dump the output and generated script files in by Ted Kremenek · 17 years ago
  25. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago