Skip to content
  1. Dec 22, 2010
  2. Jul 18, 2010
  3. Jun 08, 2010
  4. Mar 12, 2010
  5. Jan 25, 2010
  6. Jan 24, 2010
  7. Oct 09, 2009
  8. Aug 23, 2009
  9. 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
  10. 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
  11. Dec 29, 2007
  12. Sep 15, 2007
  13. Sep 06, 2007
    • Ted Kremenek's avatar
      Added an early implementation of Live-Variables analysis built on · b56a9909
      Ted Kremenek authored
      source-level CFGs.  This code may change significantly in the near
      future as we explore different means to implement dataflow analyses.
      
      Added a driver option, -dump-live-variables, to view the output of
      live variable analysis.  This output is very ALPHA; it will be improved shortly.
      
      llvm-svn: 41737
      b56a9909
  14. May 24, 2007
  15. Oct 26, 2006
  16. Oct 25, 2006
  17. Aug 17, 2006
  18. Jul 03, 2006
  19. Jun 18, 2006
  20. Apr 22, 2007
  21. Feb 06, 2007
  22. Apr 17, 2006
  23. Jun 02, 2004
  24. Oct 21, 2003
  25. Jun 06, 2001
Loading