Skip to content
  1. Jan 25, 2009
  2. Jan 20, 2009
  3. Jan 09, 2009
  4. Nov 24, 2008
    • Chris Lattner's avatar
      Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of · f3d3faec
      Chris Lattner authored
      uses of getName() with uses of getDeclName().  This upgrades a bunch of
      diags to take DeclNames instead of std::strings.
      
      This also tweaks a couple of diagnostics to be cleaner and changes
      CheckInitializerTypes/PerformInitializationByConstructor to pass
      around DeclarationNames instead of std::strings.
      
      llvm-svn: 59947
      f3d3faec
  5. Oct 15, 2008
  6. Sep 20, 2008
  7. Aug 09, 2008
  8. Aug 08, 2008
  9. Aug 05, 2008
  10. Aug 02, 2008
  11. Jul 25, 2008
  12. Jul 24, 2008
  13. Jul 23, 2008
  14. Jul 22, 2008
  15. Jul 15, 2008
  16. Jul 14, 2008
  17. Jul 03, 2008
  18. Jul 02, 2008
  19. Jun 21, 2008
  20. Jun 20, 2008
  21. May 22, 2008
  22. May 06, 2008
  23. Apr 18, 2008
  24. Apr 15, 2008
  25. Apr 14, 2008
  26. 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
  27. Mar 13, 2008
  28. Mar 06, 2008
  29. Jan 29, 2008
  30. Jan 17, 2008
    • Ted Kremenek's avatar
      Added support to dataflow solver to (when requested) also record dataflow · b4b65e63
      Ted Kremenek authored
      values for the block-level expressions.
      
      Modified 'LiveVariables' to provide the option to clients to record
      liveness information for block-level expressions (using the above feature).
      
      Modified 'DeadStores' to conform to the new interface of 'LiveVariables'.
      
      Modified 'GRConstants' to compute liveness information for block-level
      expressions.
      
      llvm-svn: 46137
      b4b65e63
  31. Jan 08, 2008
Loading