Skip to content
  1. May 04, 2009
    • Daniel Dunbar's avatar
      Patch from David Chisnall: · 566421c8
      Daniel Dunbar authored
      The attached diff fixes the //FIXME in message send to super.  This
      should now be faster, and works in the presence of class posing.  This
      is now the same approach as used in GCC (the earlier code was a quick
      hack to get something working).
      
      llvm-svn: 70868
      566421c8
  2. May 03, 2009
  3. Apr 26, 2009
  4. Apr 23, 2009
    • Douglas Gregor's avatar
      Eliminate the three SmallVectors in ObjCImplDecl (for instance · 29bd76fd
      Douglas Gregor authored
      methods, class methods, and property implementations) and instead
      place all of these entities into the DeclContext.
      
      This eliminates more linear walks when looking for class or instance
      methods and should make PCH (de-)serialization of ObjCDecls trivial
      (and lazy).
      
      llvm-svn: 69849
      29bd76fd
  5. Apr 22, 2009
  6. Apr 21, 2009
  7. Apr 20, 2009
  8. Apr 19, 2009
  9. Apr 09, 2009
  10. Apr 01, 2009
  11. Mar 31, 2009
  12. Mar 30, 2009
  13. Feb 28, 2009
  14. Feb 10, 2009
  15. Feb 04, 2009
  16. Feb 03, 2009
  17. Feb 02, 2009
  18. Jan 27, 2009
  19. Jan 21, 2009
  20. Jan 12, 2009
  21. Jan 10, 2009
  22. Jan 09, 2009
    • Douglas Gregor's avatar
      Provide a new kind of iterator, the specific_decl_iterator, that · ffca3a21
      Douglas Gregor authored
      filters the decls seen by decl_iterator with two criteria: the dynamic
      type of the declaration and a run-time predicate described by a member
      function. This simplifies EnumDecl, RecordDecl, and ObjCContainerDecl
      considerably. It has no measurable performance impact.
      
      llvm-svn: 61994
      ffca3a21
Loading