1. a421007 refactor more objc codegen interfaces to pass around selectors so by Chris Lattner · 16 years ago
  2. 5e7dcc6 remove the old getSelector implementation, which removes some by Chris Lattner · 16 years ago
  3. 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 16 years ago
  4. 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 16 years ago
  5. 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 16 years ago
  6. 3aba07c improve indentation, avoid thrashing on maps and recalculating strings as much. by Chris Lattner · 16 years ago
  7. dce1406 give CreateObjCRuntime a full CGM so it can get whatever state it needs, by Chris Lattner · 16 years ago
  8. 8ef07c0 Include <string> header to allow compiling for MSVC. by Argyrios Kyrtzidis · 16 years ago
  9. 20ff310 Support for code generation of Objective-C top-level language constructs. by Anton Korobeynikov · 16 years ago
  10. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 16 years ago
  11. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  12. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGObjCRuntime.h]
  13. 0f98426 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago