Skip to content
  1. 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
  2. Oct 17, 2008
  3. Sep 27, 2008
  4. 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
  5. Sep 24, 2008
  6. Sep 23, 2008
  7. Sep 05, 2008
  8. Sep 04, 2008
  9. Jul 03, 2008
  10. Jul 02, 2008
  11. Jun 18, 2008
  12. Jun 03, 2008
  13. May 23, 2008
  14. May 13, 2008
  15. May 06, 2008
  16. Apr 25, 2008
  17. Apr 21, 2008
  18. Apr 06, 2008
  19. Mar 09, 2008
  20. Dec 29, 2007
  21. Dec 17, 2007
    • David Greene's avatar
      · c4a80fb5
      David Greene authored
      Get rid of annoying spaces.
      
      llvm-svn: 45100
      c4a80fb5
  22. Nov 27, 2007
  23. Oct 09, 2007
    • Devang Patel's avatar
      · 2af23f97
      Devang Patel authored
      Do not walk invalid iterator.
      
      llvm-svn: 42812
      2af23f97
  24. Oct 06, 2007
  25. Oct 03, 2007
  26. Sep 21, 2007
  27. Aug 21, 2007
Loading