Skip to content
  1. Sep 27, 2008
    • Devang Patel's avatar
      Now Attributes are divided in three groups · a05633e1
      Devang Patel authored
      - return attributes - inreg, zext and sext
      - parameter attributes
      - function attributes - nounwind, readonly, readnone, noreturn
      
      Return attributes use 0 as the index.
      Function attributes use ~0U as the index.
      
      This patch requires corresponding changes in llvm-gcc and clang.
      
      llvm-svn: 56704
      a05633e1
  2. Sep 25, 2008
    • Devang Patel's avatar
      Large mechanical patch. · 4c758ea3
      Devang Patel authored
      s/ParamAttr/Attribute/g
      s/PAList/AttrList/g
      s/FnAttributeWithIndex/AttributeWithIndex/g
      s/FnAttr/Attribute/g
      
      This sets the stage 
      - to implement function notes as function attributes and 
      - to distinguish between function attributes and return value attributes.
      
      This requires corresponding changes in llvm-gcc and clang.
      
      llvm-svn: 56622
      4c758ea3
  3. Sep 24, 2008
  4. Sep 23, 2008
  5. Sep 22, 2008
  6. Sep 20, 2008
  7. Sep 19, 2008
  8. Sep 09, 2008
  9. Sep 08, 2008
  10. Sep 07, 2008
  11. Sep 06, 2008
  12. Sep 05, 2008
  13. Sep 04, 2008
  14. Sep 03, 2008
  15. Aug 14, 2008
  16. Aug 13, 2008
Loading