Skip to content
  1. Jul 21, 2009
  2. Jul 15, 2009
  3. Jul 14, 2009
  4. Jul 10, 2009
  5. Jul 06, 2009
  6. Jul 03, 2009
  7. May 06, 2009
  8. Mar 19, 2009
  9. Feb 03, 2009
  10. Jan 28, 2009
  11. Dec 08, 2008
  12. Dec 01, 2008
  13. Nov 03, 2008
  14. Oct 23, 2008
    • Daniel Dunbar's avatar
      Change create*Pass factory functions to return Pass* instead of · 7f39e2d8
      Daniel Dunbar authored
      LoopPass*.
       - Although less precise, this means they can be used in clients
         without RTTI (who would otherwise need to include LoopPass.h, which
         eventually includes things using dynamic_cast). This was the
         simplest solution that presented itself, but I am happy to use a
         better one if available.
      
      llvm-svn: 58010
      7f39e2d8
  15. Oct 17, 2008
  16. Sep 27, 2008
  17. 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
  18. Sep 24, 2008
  19. Sep 23, 2008
  20. Sep 05, 2008
  21. Sep 04, 2008
  22. Jul 03, 2008
  23. Jul 02, 2008
  24. Jun 18, 2008
  25. Jun 03, 2008
  26. May 23, 2008
  27. May 13, 2008
  28. May 06, 2008
Loading