| Age | Commit message (Expand) | Author |
| 2009-02-19 | Some code simplification. ir gen for gc'able array | Fariborz Jahanian |
| 2009-02-18 | Address Chris's comments regarding C++ name mangling. | Douglas Gregor |
| 2009-02-18 | Some refactoring and simplificaiotn of objc's gc | Fariborz Jahanian |
| 2009-02-18 | Start generating gc'able code using the new | Fariborz Jahanian |
| 2009-02-18 | Cleanup objc's gc attributes code no longer needed. | Fariborz Jahanian |
| 2009-02-17 | 80-cols. | Daniel Dunbar |
| 2009-02-16 | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar |
| 2009-02-16 | fix volatile handling with ExtVectorElementExpr, so that we | Chris Lattner |
| 2009-02-16 | introduce and use a new ExtVectorElementExpr::isArrow method, at Eli's sugges... | Chris Lattner |
| 2009-02-16 | enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy | Chris Lattner |
| 2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
| 2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |
| 2009-02-13 | Add basic support for C++ name mangling according to the Itanium C++ | Douglas Gregor |
| 2009-02-12 | Add support for generating block call expressions. | Anders Carlsson |
| 2009-02-11 | Support IRgen of va_arg of structure as l-value. | Daniel Dunbar |
| 2009-02-10 | Some refactoring of Ivar offset code gen. | Fariborz Jahanian |
| 2009-02-10 | Add util Emit{LoadOf,StoreTo}Scalar methods to encapsulate conversion | Daniel Dunbar |
| 2009-02-05 | Pull CodeGenFunction::GetUndefRValue() out of EmitUnsupportedRValue. | Daniel Dunbar |
| 2009-02-03 | ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). | Fariborz Jahanian |
| 2009-02-03 | objc2's ir-gen for nonfragile ivar access. | Fariborz Jahanian |
| 2009-02-02 | Thread CGFunctionInfo construction through CodeGenTypes. | Daniel Dunbar |
| 2009-02-02 | More ABI API cleanup. | Daniel Dunbar |
| 2009-02-02 | ABI handling API changes. | Daniel Dunbar |
| 2009-02-02 | Refactored code gen for ivar access in preparation for | Fariborz Jahanian |
| 2009-01-18 | Vector codegen improvements | Nate Begeman |
| 2009-01-12 | Patch to implement code gen for aggrgate-valued property used | Fariborz Jahanian |
| 2009-01-09 | Implement EmitUnsupportedRValue to generate an appropriately typed RValue. | Daniel Dunbar |
| 2009-01-09 | Give "unsupported" error on calls through block pointers instead of | Daniel Dunbar |
| 2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
| 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 |