Skip to content
  1. Mar 31, 2008
  2. 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
  3. Feb 08, 2008
  4. Feb 07, 2008
  5. Feb 06, 2008
  6. Feb 05, 2008
  7. Jan 12, 2008
  8. Dec 29, 2007
  9. Dec 02, 2007
  10. Nov 28, 2007
  11. Nov 13, 2007
  12. Oct 31, 2007
  13. Jul 14, 2007
  14. Jul 13, 2007
  15. Jun 16, 2007
    • Chris Lattner's avatar
      Finally bite the bullet and make the major change: split the clang namespace · 23b7eb67
      Chris Lattner authored
      out of the llvm namespace.  This makes the clang namespace be a sibling of
      llvm instead of being a child.
      
      The good thing about this is that it makes many things unambiguous.  The
      bad things is that many things in the llvm namespace (notably data structures
      like smallvector) now require an llvm:: qualifier.  IMO, libsystem and libsupport
      should be split out of llvm into their own namespace in the future, which will fix
      this issue.
      
      llvm-svn: 39659
      23b7eb67
  16. May 28, 2007
  17. May 24, 2007
Loading