Skip to content
  1. Jun 08, 2010
  2. Apr 30, 2010
  3. Mar 18, 2010
  4. Mar 10, 2010
  5. Dec 22, 2009
  6. Nov 25, 2009
  7. Nov 15, 2009
  8. Oct 12, 2009
  9. Oct 09, 2009
  10. Sep 23, 2009
  11. Mar 24, 2009
  12. Mar 18, 2009
  13. 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
  14. Mar 14, 2009
  15. Feb 12, 2009
  16. Jan 20, 2009
  17. Jan 19, 2009
  18. Jul 26, 2008
  19. Apr 07, 2008
  20. Mar 20, 2008
  21. 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
  22. 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
  23. Mar 03, 2008
  24. Sep 16, 2007
  25. Sep 06, 2007
  26. Jul 16, 2007
  27. May 24, 2007
  28. May 21, 2007
  29. Jan 15, 2007
  30. Nov 21, 2006
  31. Oct 06, 2006
  32. Aug 17, 2006
Loading