Skip to content
  1. Nov 13, 2009
  2. Oct 30, 2009
  3. Sep 09, 2009
  4. Jul 14, 2009
  5. Jun 05, 2009
  6. Jun 01, 2009
  7. May 16, 2009
  8. Apr 24, 2009
  9. Jan 29, 2009
  10. Jan 27, 2009
  11. Jan 18, 2009
  12. Nov 24, 2008
  13. Nov 19, 2008
  14. Nov 18, 2008
  15. Aug 17, 2008
  16. 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
  17. Jul 03, 2008
  18. May 05, 2008
  19. May 04, 2008
  20. Apr 13, 2008
  21. 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
  22. Mar 05, 2008
  23. Feb 13, 2008
  24. Jan 23, 2008
  25. Dec 29, 2007
  26. Dec 12, 2007
    • Ted Kremenek's avatar
      TargetInfo no longer includes a reference to SourceManager. · 1daa3cfb
      Ted Kremenek authored
      Moved all clients of Diagnostics to use FullSourceLoc instead of SourceLocation.
      Added many utility methods to FullSourceLoc to provide shorthand for:
      
          FullLoc.getManager().someMethod(FullLoc.getLocation());
          
      instead we have:
      
          FullLoc.someMethod();
          
      Modified TextDiagnostics (and related classes) to use this short-hand.
      
      llvm-svn: 44957
      1daa3cfb
  27. Oct 09, 2007
  28. Oct 07, 2007
  29. Sep 04, 2007
  30. Aug 30, 2007
Loading