Skip to content
  1. 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
  2. Dec 29, 2007
  3. Sep 15, 2007
  4. 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
  5. May 24, 2007
  6. Oct 26, 2006
  7. Oct 25, 2006
  8. Aug 17, 2006
  9. Jul 03, 2006
  10. Jun 18, 2006
  11. Apr 22, 2007
  12. Feb 06, 2007
  13. Apr 17, 2006
  14. Jun 02, 2004
  15. Oct 21, 2003
  16. Jun 06, 2001
Loading