Skip to content
Snippets Groups Projects
  1. May 14, 2008
  2. May 04, 2008
  3. Apr 13, 2008
  4. Apr 08, 2008
  5. Apr 06, 2008
  6. Apr 04, 2008
  7. Mar 19, 2008
  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. Jan 30, 2008
  10. Dec 29, 2007
  11. Dec 11, 2007
    • Ted Kremenek's avatar
      Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now · d4e5fbac
      Ted Kremenek authored
      SourceManager is passed by reference, allowing the SourceManager to be
      associated with a specific translation unit, and not the entire execution
      of the driver.
      
      Modified all users of Diagnostics to comply with this new interface.
      
      Integrated SourceManager as a member variable of TargetInfo. TargetInfo will
      eventually be associated with a single translation unit (just like
      SourceManager).
      
      Made the SourceManager reference in ASTContext private. Provided accessor
      getSourceManager() for clients to use instead. Modified clients to comply with
      new interface.
      
      llvm-svn: 44878
      d4e5fbac
  12. Dec 02, 2007
  13. Oct 30, 2007
  14. Oct 25, 2007
  15. Oct 09, 2007
  16. Sep 13, 2007
  17. Sep 07, 2007
    • Hartmut Kaiser's avatar
      Fixed compilation on Windows. · ec7531c9
      Hartmut Kaiser authored
      Silenced a couple of warnings.
      Added *.vcproj file for new clangAnalysis library.
      Renamed Basic to clangBasic projects.
      
      llvm-svn: 41767
      ec7531c9
  18. Sep 04, 2007
  19. Sep 01, 2007
  20. Aug 27, 2007
  21. Aug 26, 2007
  22. Aug 24, 2007
  23. Aug 23, 2007
  24. Aug 22, 2007
  25. Aug 21, 2007
Loading