Skip to content
  1. Jul 31, 2009
    • Daniel Dunbar's avatar
      MultiTestRunner: Simplify, cleanup, and rename! · 3667b99a
      Daniel Dunbar authored
       - MultiTestRunner will eventually be renamed to 'lit', for LLVM integrated
         tester/testing. This has the pros of being pronouncable and short.
      
       - "Project" level configuration lives in 'lit.cfg', which is also what lit uses
         to find the root testing directory in some cases. This can be overridden for
         use in project files which want to precisely specify where things are.
      
       - TestRunner.py is not longer able to be invoked directly.
       
       - Moved some code to Util.py.
      
       - Introduced a configuration object.
      
       - Cleaned up --help, removed a few not-very-useful options.
      
       - Tried not to break anything that works. :)
      
      llvm-svn: 77665
      3667b99a
  2. Jul 27, 2009
    • Daniel Dunbar's avatar
      Tweak MultiTestRunner --path argument. · b8aa9589
      Daniel Dunbar authored
       - Accept multiple values instead of embedding separator.
       - Make sure this gets used when searching for 'clang' binary.
       - Switch makefiles to using --path to stay in sync with cmake.
      
      llvm-svn: 77234
      b8aa9589
  3. Jul 25, 2009
  4. Jul 12, 2009
  5. Jul 11, 2009
  6. Jul 06, 2009
  7. Jun 13, 2009
  8. Mar 25, 2009
  9. Mar 18, 2009
  10. Mar 13, 2009
  11. Dec 01, 2008
  12. Nov 19, 2008
  13. Sep 17, 2008
  14. Aug 29, 2008
  15. Aug 23, 2008
  16. Aug 21, 2008
  17. Aug 20, 2008
  18. Aug 18, 2008
  19. Aug 16, 2008
  20. Jul 26, 2008
  21. Jun 16, 2008
  22. Jun 08, 2008
  23. Apr 07, 2008
  24. Mar 26, 2008
  25. Mar 20, 2008
  26. Mar 18, 2008
  27. Mar 10, 2008
  28. Feb 01, 2008
  29. Nov 28, 2007
Loading