Skip to content
  1. Oct 25, 2007
    • Fariborz Jahanian's avatar
      Refactored RewriteObjcMethodsMetaData to better rewrite · 3df412a6
      Fariborz Jahanian authored
      instance/class methods metadata.
      
      llvm-svn: 43320
      3df412a6
    • Steve Naroff's avatar
      More work on translating message expressions. · 574440fa
      Steve Naroff authored
      Still to do:
      
      - Chris will fix a bug in the rewriting engine for nested stmts. For example, the following:
      
          NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 
      
      tranlates to:
      
          NSAutoreleasePool * pool = objc_msgSend(objc_msgSend(objc_getClass("NSAutoreleasePool"), sel_getUid("alloc")), sel_getUid("init"))utoreleasePool"), sel_getUid("alloc")) init];
      
      ...which is correct, except there is garbage after sel_getUid("init"). This is because the rewriter isn't updating the extent of the containing message expression. 
      
      - Do the crazy cast thang.
      
      llvm-svn: 43316
      574440fa
  2. Oct 24, 2007
  3. Oct 23, 2007
  4. Oct 22, 2007
  5. Oct 19, 2007
  6. Oct 18, 2007
  7. Oct 17, 2007
  8. Oct 16, 2007
  9. Oct 13, 2007
  10. Oct 11, 2007
Loading