Skip to content
  1. May 05, 2009
  2. May 04, 2009
    • Chris Lattner's avatar
      "The attached diff fixes the //FIXME in message send to super. This should... · bef2ee43
      Chris Lattner 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)."
      
      Patch by David Chisnall!
      
      llvm-svn: 70877
      bef2ee43
    • 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
  3. May 03, 2009
  4. Apr 26, 2009
  5. 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
  6. Apr 22, 2009
  7. Apr 21, 2009
  8. Apr 20, 2009
  9. Apr 19, 2009
  10. Apr 09, 2009
  11. Apr 01, 2009
  12. Mar 31, 2009
  13. Mar 30, 2009
  14. Feb 28, 2009
  15. Feb 10, 2009
  16. Feb 04, 2009
  17. Feb 03, 2009
  18. Feb 02, 2009
  19. Jan 27, 2009
  20. Jan 21, 2009
  21. Jan 12, 2009
Loading