Skip to content
  1. Apr 12, 2010
  2. Mar 22, 2010
  3. Mar 16, 2010
  4. Feb 23, 2010
  5. Feb 18, 2010
  6. Feb 17, 2010
  7. Nov 25, 2009
  8. Nov 21, 2009
    • Alexis Hunt's avatar
      Added rudimentary C++0x attribute support. · 96d5c764
      Alexis Hunt authored
      The following attributes are currently supported in C++0x attribute
      lists (and in GNU ones as well):
       - align() - semantics believed to be conformant to n3000, except for
         redeclarations and what entities it may apply to
       - final - semantics believed to be conformant to CWG issue 817's proposed
         wording, except for redeclarations
       - noreturn - semantics believed to be conformant to n3000, except for
         redeclarations
       - carries_dependency - currently ignored (this is an optimization hint)
      
      llvm-svn: 89543
      96d5c764
  9. Nov 09, 2009
  10. Oct 29, 2009
  11. Oct 18, 2009
  12. Oct 17, 2009
  13. Sep 09, 2009
  14. Aug 09, 2009
  15. Jun 26, 2009
  16. Jun 08, 2009
  17. May 20, 2009
  18. May 09, 2009
  19. May 08, 2009
  20. May 07, 2009
    • Ted Kremenek's avatar
      More attribute renaming: · ba53fe98
      Ted Kremenek authored
      - Rename 'ns_returns_owned' -> 'ns_returns_retained'.
      - Rename 'cf_returns_owned' -> 'cf_returns_retained'.
      
      llvm-svn: 71182
      ba53fe98
  21. May 05, 2009
  22. May 04, 2009
  23. Apr 29, 2009
  24. Apr 27, 2009
  25. Apr 25, 2009
  26. Apr 20, 2009
  27. Apr 14, 2009
  28. Apr 11, 2009
    • Chris Lattner's avatar
      sink abstract typedefs like Action::ExprTy from the Action class · 7e0fe445
      Chris Lattner authored
      down to the ActionBase class.  This eliminates dependencies of (e.g.)
      DeclSpec.h on Action.h, meaning that action.h can now include these
      headers and use their types directly in the actions interfaces.
      
      This is a refactoring to support a future change, no functionality
      change.
      
      llvm-svn: 68869
      7e0fe445
  29. Apr 10, 2009
  30. Mar 27, 2009
  31. Mar 06, 2009
Loading