1. e3c75e0 Fix spelling error, and add target triplet to header. by Mike Stump · 15 years ago
  2. 039df91 When testing with VERBOSE=0, report results in the ISO format. We by Mike Stump · 15 years ago
  3. 5bea06a Add test case for __ASSEMBLER__ definition. by Daniel Dunbar · 16 years ago
  4. bd1f63a Ignore Output directories when searching for tests. by Daniel Dunbar · 16 years ago
  5. 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  6. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  7. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  8. 413ad8b Handle Objective-C++ tests. by Anders Carlsson · 16 years ago
  9. 5323e23 Use full path to count script, and don't treat files with missing RUN by Daniel Dunbar · 16 years ago
  10. 9562726 Missed a test case writing a .ll file. by Daniel Dunbar · 16 years ago
  11. 4565938 Reorder the PATH used during testing so $(ToolDir) and the LLVM by Daniel Dunbar · 16 years ago
  12. 6bfd621 Update test/Makefile to allow testing when using a separate obj by Daniel Dunbar · 16 years ago
  13. 9b20376 Fix some spam from make I accidentally introduced. by Eli Friedman · 16 years ago
  14. 0adb3c9 Get rid of the bogus -depth +0 argument; I really have no clue what the by Eli Friedman · 16 years ago
  15. 8b6b0f6 Change test/Makefile to automatically test all subdirs. by Daniel Dunbar · 16 years ago
  16. 5e8840c Move the C++ Sema tests into a separate SemaCXX directory. by Argyrios Kyrtzidis · 16 years ago
  17. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 16 years ago
  18. dd536bf Remove Analysis-Apple. by Ted Kremenek · 16 years ago
  19. 7627725 Enable the rewriter tests on all platforms; there don't appear to by Eli Friedman · 16 years ago
  20. 9d294b9 remove the old non-parallel test system. 'make' in clang/test now runs by Chris Lattner · 16 years ago
  21. 2daf5b6 Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. by Ted Kremenek · 16 years ago
  22. 1e2db03 Add ability to run clang tests under valgrind. Patch by Sam Bishop. by Gabor Greif · 16 years ago
  23. 5267d7c reduce chattyness of makefiles by Gabor Greif · 16 years ago
  24. 17feadf add 'clean' targets, make sure that 'make test' works after 'make clean' by Gabor Greif · 16 years ago
  25. 15bd799 rewriter tests are darwin specific, don't run them on other platforms. by Chris Lattner · 16 years ago
  26. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 16 years ago
  27. 77250c8 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 16 years ago
  28. a6e4d21 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 16 years ago
  29. efb7153 Added the "Serialization" test directory to the set of tests executed. by Ted Kremenek · 17 years ago
  30. bfc5e50 Moved dead-stores test cast to a new test suite subdirectory: Analysis. by Ted Kremenek · 17 years ago
  31. e389201 run .m files as tests by Chris Lattner · 17 years ago
  32. 1467e03 add required directories to the path automatically, so the user doesn't need to worry about it. by Chris Lattner · 17 years ago
  33. 11f2dfe Add missing directory by Bill Wendling · 17 years ago
  34. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  35. 9623feb don't pick up random stuff in .svn directories. by Chris Lattner · 17 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago