Skip to content
  1. Jan 21, 2009
  2. Jan 12, 2009
  3. Dec 19, 2008
  4. Dec 17, 2008
  5. Nov 29, 2008
  6. Nov 03, 2008
  7. 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
  8. Aug 30, 2008
  9. 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
  10. Aug 09, 2008
  11. Aug 08, 2008
  12. Jul 04, 2008
  13. Jun 20, 2008
  14. May 19, 2008
  15. May 06, 2008
  16. May 04, 2008
  17. Apr 28, 2008
  18. Apr 25, 2008
  19. Apr 13, 2008
  20. Mar 31, 2008
  21. Mar 27, 2008
  22. Mar 23, 2008
  23. Mar 20, 2008
  24. Mar 19, 2008
  25. Mar 16, 2008
  26. Mar 15, 2008
  27. Mar 07, 2008
  28. Feb 27, 2008
  29. Feb 26, 2008
  30. Feb 02, 2008
  31. Jan 01, 2008
  32. Dec 30, 2007
  33. Dec 29, 2007
Loading