1. 13fd7e5 "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." by Chris Lattner · 16 years ago
  2. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  3. 1b8956e Don't name the ObjC types if there aren't any ObjC objects in the file. by Eli Friedman · 16 years ago
  4. 5f58b91 Remove spurious == 0 by Anton Korobeynikov · 16 years ago
  5. 20ff310 Support for code generation of Objective-C top-level language constructs. by Anton Korobeynikov · 16 years ago
  6. 3eae03e simplify some builder calls. by Chris Lattner · 16 years ago
  7. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 16 years ago
  8. 2979ec7 The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once by Ted Kremenek · 16 years ago
  9. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 16 years ago
  10. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  11. 572cf09 simplify code by using the variadic StructType::get method. 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/CGObjCGNU.cpp]
  13. 0f98426 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago