| Age | Commit message (Expand) | Author |
| 2009-09-14 | Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue. | Anders Carlsson |
| 2009-09-12 | Don't use the PredefinedExpr string as the global variable name, these don't | Daniel Dunbar |
| 2009-09-12 | Handle CK_DerivedToBase when emitting lvalue casts. | Anders Carlsson |
| 2009-09-12 | Add support for __block variables with alignment greater than __alignof(void *). | Anders Carlsson |
| 2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
| 2009-09-11 | Set the calling convention based on the CGFunctionInfo. | Daniel Dunbar |
| 2009-09-10 | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson |
| 2009-09-09 | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson |
| 2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
| 2009-09-09 | Reflow comments and some minor whitespace fixups. | Mike Stump |
| 2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson |
| 2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
| 2009-09-01 | Handle member expressions that return references correctly. | Anders Carlsson |
| 2009-09-01 | Fixed a property getter ir-gen crash. | Fariborz Jahanian |
| 2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
| 2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
| 2009-08-29 | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian |
| 2009-08-28 | ir-gen related patch for type conversion | Fariborz Jahanian |
| 2009-08-27 | Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error | Eli Friedman |
| 2009-08-26 | When a member reference expression includes a qualifier on the member | Douglas Gregor |
| 2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
| 2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
| 2009-08-16 | Only do this for initializers of course. | Anders Carlsson |
| 2009-08-16 | Destroy bound temporaries. | Anders Carlsson |
| 2009-08-16 | Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries... | Anders Carlsson |
| 2009-08-14 | use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if | Chris Lattner |
| 2009-08-13 | Update for LLVM API change. | Owen Anderson |
| 2009-08-12 | Use the inbounds variant of getelementptr for common pointer arithmetic. | Dan Gohman |
| 2009-07-30 | Update for LLVM API changes. | Owen Anderson |
| 2009-07-30 | Canonicalize else spacing. | Mike Stump |
| 2009-07-30 | Remove bogus "unsupported" case for vectors (which shouldn't | Eli Friedman |
| 2009-07-29 | Update for LLVM API change. | Owen Anderson |
| 2009-07-29 | Change uses of: | Ted Kremenek |
| 2009-07-29 | Patch to provide cast of objects in member access | Fariborz Jahanian |
| 2009-07-29 | Code refactoring to define getCXXRecordDeclForPointerType | Fariborz Jahanian |
| 2009-07-28 | Update for LLVM API change. | Owen Anderson |
| 2009-07-28 | More cleanup of data member access and then some. | Fariborz Jahanian |
| 2009-07-28 | More work toward data member access ir-gen. | Fariborz Jahanian |
| 2009-07-24 | Update for LLVM API change. | Owen Anderson |
| 2009-07-23 | Move the LLVM field number for bit fields into the BitFieldInfo structure, si... | Anders Carlsson |
| 2009-07-22 | Preserve address space information through member accesses, e.g., | Mon P Wang |
| 2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
| 2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
| 2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
| 2009-07-16 | Update for LLVM API change. | Owen Anderson |
| 2009-07-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson |
| 2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
| 2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
| 2009-06-26 | OpenCL 1.0 Support: fix a bug with lvalue swizzles | Nate Begeman |
| 2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |