1. 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 16 years ago
  2. 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 16 years ago
  3. 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 16 years ago
  4. 630404b Fix 80 col violations, assert on assumptions. by Chris Lattner · 16 years ago
  5. 8fdf328 "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." by Chris Lattner · 16 years ago
  6. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  7. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  8. 2979ec7 The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once by Ted Kremenek · 16 years ago
  9. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  10. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGObjC.cpp]
  11. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  12. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  13. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago