| Age | Commit message (Expand) | Author |
| 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-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
| 2009-09-01 | Use the correct cast kinds for bit casts and function to pointer decay. Fixes... | Anders Carlsson |
| 2009-08-29 | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian |
| 2009-08-26 | ir-gen for type convesion of class objects. WIP. | Fariborz Jahanian |
| 2009-08-24 | Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas... | Anders Carlsson |
| 2009-08-24 | Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast | Anders Carlsson |
| 2009-08-24 | Pass the cast kind to ScalarExprEmitter::EmitCastExpr. | Anders Carlsson |
| 2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
| 2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
| 2009-08-16 | Improve handling of delete expressions. | Anders Carlsson |
| 2009-08-13 | Update for LLVM API change. | Owen Anderson |
| 2009-08-12 | Use the new nsw form of add for signed integer addition. | Dan Gohman |
| 2009-08-12 | Use the inbounds variant of getelementptr for common pointer arithmetic. | Dan Gohman |
| 2009-08-11 | Remove the hack that turns sdiv by a power of 2 to ashr, and | Dan Gohman |
| 2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
| 2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
| 2009-08-09 | Improve handling of member pointers. | Anders Carlsson |
| 2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
| 2009-08-07 | Add a CK_ArrayToPointerDecay cast kind. | Anders Carlsson |
| 2009-07-31 | Update for LLVM API change. | Owen Anderson |
| 2009-07-31 | Update for LLVM API change. | Owen Anderson |
| 2009-07-30 | Update for LLVM API changes. | Owen Anderson |
| 2009-07-30 | Canonicalize else spacing. | Mike Stump |
| 2009-07-29 | Update for LLVM API change. | Owen Anderson |
| 2009-07-29 | Change uses of: | Ted Kremenek |
| 2009-07-29 | Code refactoring to define getCXXRecordDeclForPointerType | Fariborz Jahanian |
| 2009-07-28 | ir-gen derived-to-base conversion in implicit casts. | Fariborz Jahanian |
| 2009-07-28 | Update for LLVM API change. | Owen Anderson |
| 2009-07-27 | Update for LLVM API change. | Owen Anderson |
| 2009-07-24 | Update for LLVM API change. | Owen Anderson |
| 2009-07-22 | Make vectorized floating-point comparisons work without crashing. | Eli Friedman |
| 2009-07-21 | Update for LLVM API change. | Owen Anderson |
| 2009-07-18 | Revert r75641. | Anders Carlsson |
| 2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
| 2009-07-16 | ir-gen for --/++ operators of objc object pointers | Fariborz Jahanian |
| 2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
| 2009-07-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson |
| 2009-07-14 | Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). | Steve Naroff |
| 2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
| 2009-07-13 | Update for LLVM API change. | Owen Anderson |
| 2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
| 2009-07-08 | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner |
| 2009-06-17 | Update clang for the add ->add/fadd split. Likewise for sub and mul. | Chris Lattner |
| 2009-06-04 | Use PushConditionalTempDestruction/PopConditionalTempDestruction for the tern... | Anders Carlsson |
| 2009-06-04 | Use conditional temp destruction for || and &&. | Anders Carlsson |
| 2009-05-31 | Add a new function for emitting new functions. | Anders Carlsson |
| 2009-05-31 | Call EmitCXXExprWithTemporaries. | Anders Carlsson |