| Age | Commit message (Expand) | Author |
| 2008-12-21 | Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu... | Anders Carlsson |
| 2008-12-21 | Handle VLA indexing | Anders Carlsson |
| 2008-12-20 | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor |
| 2008-12-18 | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian |
| 2008-12-15 | Code gen. for ivar references; including bitfield | Fariborz Jahanian |
| 2008-12-12 | Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue | Chris Lattner |
| 2008-11-24 | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner |
| 2008-11-22 | Implemented ir-gen for 'implicit' properties using the new AST nodes. | Fariborz Jahanian |
| 2008-11-21 | Fields of ivars of struct types are considered ivars | Fariborz Jahanian |
| 2008-11-20 | Support generation of objc_assign_ivar for ivar | Fariborz Jahanian |
| 2008-11-20 | Added a test case for __weak field decls. Change SetVarDeclObjCAttribute | Fariborz Jahanian |
| 2008-11-20 | More objc gc stuff. Read/Write barriers for local static/extern, | Fariborz Jahanian |
| 2008-11-19 | More of objective-c's gc code-gen. Treat objective-c | Fariborz Jahanian |
| 2008-11-19 | Few more changes due to Daniel's feedback. | Fariborz Jahanian |
| 2008-11-19 | Fix redundant load of bit-fields on assignment (to get the updated | Daniel Dunbar |
| 2008-11-19 | Generate strong write barriers for __strong objects. | Fariborz Jahanian |
| 2008-11-18 | Patch for generation of weak write barriers for objc | Fariborz Jahanian |
| 2008-11-18 | Generate objc_read_weak for __weak objc loads. | Fariborz Jahanian |
| 2008-11-18 | Some basic support toward objective-c's GC code gen. | Fariborz Jahanian |
| 2008-11-14 | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor |
| 2008-11-13 | Easy IRgen improvement for bitfields, don't emit x >> 0. | Daniel Dunbar |
| 2008-11-04 | Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'.... | Douglas Gregor |
| 2008-10-17 | Emit more descriptive unsupported error message on dot-syntax use of super. | Daniel Dunbar |
| 2008-10-17 | Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue. | Daniel Dunbar |
| 2008-09-24 | Refactor some CodeGen functionality: | Daniel Dunbar |
| 2008-09-10 | Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, whi... | Argyrios Kyrtzidis |
| 2008-09-09 | Move ABI specific code for functions / calls to CGCall.cpp: | Daniel Dunbar |
| 2008-09-09 | Change CodeGen to emit calls using (RValue,Type) list: | Daniel Dunbar |
| 2008-09-08 | Refactor parameter attribute handling: | Daniel Dunbar |
| 2008-09-04 | Implement codegen of aggregates as lvalues in binary expressions, | Daniel Dunbar |
| 2008-08-30 | Add Objective-C property setter support. | Daniel Dunbar |
| 2008-08-30 | Refactor handling of calls: | Daniel Dunbar |
| 2008-08-29 | Add special "property reference" CodeGen::LValue type for emitting | Daniel Dunbar |
| 2008-08-25 | Support __PRETTY_FUNCTION__ and friends in Obj-C methods. | Daniel Dunbar |
| 2008-08-25 | Make code generation of ivar ref exprs more like member exprs. | Anders Carlsson |
| 2008-08-23 | Implement Obj-C ivar references to aggregates. | Daniel Dunbar |
| 2008-08-23 | NeXT: Fix message sends which return structures. | Daniel Dunbar |
| 2008-08-23 | Trim CGObjCRuntime::GenerateMessageSend[Super] | Daniel Dunbar |
| 2008-08-16 | Change WarnUnsupported to ErrorUnsupported (in name and in practice). | Daniel Dunbar |
| 2008-08-13 | Add GetAddrOfConstantCString method | Daniel Dunbar |
| 2008-08-13 | Change ObjCRuntime GenerateProtocol[Ref] methods to take | Daniel Dunbar |
| 2008-08-11 | Change CodeGenModule to only create ObjC runtime for ObjC files | Daniel Dunbar |
| 2008-08-11 | More #include cleaning | Daniel Dunbar |
| 2008-08-11 | More #include cleaning | Daniel Dunbar |
| 2008-08-11 | More #include cleaning | Daniel Dunbar |
| 2008-08-10 | Back out r54608 (inline string literals were getting an extra '\0') | Daniel Dunbar |
| 2008-08-10 | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner |
| 2008-08-06 | Fix bitfield accesses which straddle the boundary of the underlying | Daniel Dunbar |
| 2008-08-04 | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner |
| 2008-07-31 | Fix a regression I introduced in r54107: | Chris Lattner |