Skip to content
  1. Jan 16, 2009
  2. Nov 20, 2008
  3. Nov 19, 2008
  4. Nov 18, 2008
  5. Oct 04, 2008
  6. Sep 26, 2008
  7. Aug 11, 2008
    • Daniel Dunbar's avatar
      More #include cleaning · 56fdb6ae
      Daniel Dunbar authored
       - Kill unnecessary #includes in .cpp files. This is an automatic
         sweep so some things removed are actually used, but happen to be
         included by a previous header. I tried to get rid of the obvious
         examples and this was the easiest way to trim the #includes in one
         fell swoop.
       - We now return to regularly scheduled development.
      
      llvm-svn: 54632
      56fdb6ae
  8. 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
  9. Dec 29, 2007
  10. Dec 19, 2007
  11. Oct 09, 2007
  12. Oct 07, 2007
  13. Jul 23, 2007
  14. Jul 20, 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. Apr 10, 2007
  17. Nov 21, 2006
  18. Oct 30, 2006
  19. Oct 22, 2006
  20. Oct 18, 2006
  21. Oct 06, 2006
  22. Jul 20, 2006
  23. Jul 19, 2006
  24. Jul 11, 2006
  25. Jul 08, 2006
  26. Jul 05, 2006
  27. Jul 04, 2006
  28. Jul 03, 2006
Loading