Skip to content
  1. Feb 12, 2009
  2. Jan 20, 2009
  3. Jan 19, 2009
  4. Jul 26, 2008
  5. Apr 07, 2008
  6. Mar 20, 2008
  7. Mar 18, 2008
    • Gabor Greif's avatar
      Switch over to the parallelized makefile, but keep old serial · 2d2b401c
      Gabor Greif authored
      makefile around (just change Makefile.parallel to Makefile to
      get back old functionality).
      
      To run parallel tests, specify
      
          make -jN test # where N = num of CPUs * 2
      
      to get detailed output, run
      
          make -jN test VERBOSE=1
      
      to only get error descriptions *after the tests have run*, type
      
          make report
      
      this gives you the extra information which was omitted in non-VERBOSE
      mode.
      
      llvm-svn: 48486
      2d2b401c
  8. Mar 16, 2008
    • Chris Lattner's avatar
      Make a major restructuring of the clang tree: introduce a top-level · 7a51313d
      Chris Lattner authored
      lib dir and move all the libraries into it.  This follows the main
      llvm tree, and allows the libraries to be built in parallel.  The
      top level now enforces that all the libs are built before Driver,
      but we don't care what order the libs are built in.  This speeds
      up parallel builds, particularly incremental ones.
      
      llvm-svn: 48402
      7a51313d
  9. Mar 03, 2008
  10. Sep 16, 2007
  11. Sep 06, 2007
  12. Jul 16, 2007
  13. May 24, 2007
  14. May 21, 2007
  15. Jan 15, 2007
  16. Nov 21, 2006
  17. Oct 06, 2006
  18. Aug 17, 2006
  19. Jul 31, 2006
  20. Jul 03, 2006
  21. Jun 18, 2006
Loading