Skip to content
  1. Mar 24, 2009
  2. Mar 18, 2009
  3. Mar 17, 2009
    • Douglas Gregor's avatar
      Build system changes to use TableGen to generate the various · 23d75bb3
      Douglas Gregor authored
      diagnostics. This builds on the patch that Sebastian committed and
      then revert. Major differences are:
      
        - We don't remove or use the current ".def" files. Instead, for now,
          we just make sure that we're building the ".inc" files.
        - Fixed CMake makefiles to run TableGen and build the ".inc" files
          when needed. Tested with both the Xcode and Makefile generators
          provided by CMake, so it should be solid.
        - Fixed normal makefiles to handle out-of-source builds that involve
          the ".inc" files.
      
      I'll send a separate patch to the list with Sebastian's changes that
      eliminate the use of the .def files.
      
      llvm-svn: 67058
      23d75bb3
  4. Mar 14, 2009
  5. Feb 12, 2009
  6. Jan 20, 2009
  7. Jan 19, 2009
  8. Jul 26, 2008
  9. Apr 07, 2008
  10. Mar 20, 2008
  11. 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
  12. 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
  13. Mar 03, 2008
  14. Sep 16, 2007
  15. Sep 06, 2007
  16. Jul 16, 2007
  17. May 24, 2007
  18. May 21, 2007
  19. Jan 15, 2007
  20. Nov 21, 2006
  21. Oct 06, 2006
  22. Aug 17, 2006
  23. Jul 31, 2006
  24. Jul 03, 2006
  25. Jun 18, 2006
Loading