Skip to content
  1. Nov 03, 2008
  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. Aug 30, 2008
  4. Aug 17, 2008
    • Gordon Henriksen's avatar
      Rename some GC classes so that their roll will hopefully be clearer. · d930f913
      Gordon Henriksen authored
      In particular, Collector was confusing to implementors. Several
      thought that this compile-time class was the place to implement
      their runtime GC heap. Of course, it doesn't even exist at runtime.
      Specifically, the renames are:
      
        Collector               -> GCStrategy
        CollectorMetadata       -> GCFunctionInfo
        CollectorModuleMetadata -> GCModuleInfo
        CollectorRegistry       -> GCRegistry
        Function::getCollector  -> getGC (setGC, hasGC, clearGC)
      
      Several accessors and nested types have also been renamed to be
      consistent. These changes should be obvious.
      
      llvm-svn: 54899
      d930f913
  5. Aug 09, 2008
  6. Aug 08, 2008
  7. Jul 04, 2008
  8. Jun 20, 2008
  9. May 19, 2008
  10. May 06, 2008
  11. May 04, 2008
  12. Apr 28, 2008
  13. Apr 25, 2008
  14. Apr 13, 2008
  15. Mar 31, 2008
  16. Mar 27, 2008
  17. Mar 23, 2008
  18. Mar 20, 2008
  19. Mar 19, 2008
  20. Mar 16, 2008
  21. Mar 15, 2008
  22. Mar 07, 2008
  23. Feb 27, 2008
  24. Feb 26, 2008
  25. Feb 02, 2008
  26. Jan 01, 2008
  27. Dec 30, 2007
  28. Dec 29, 2007
  29. Dec 27, 2007
  30. Dec 23, 2007
  31. Dec 19, 2007
  32. Dec 17, 2007
Loading