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