| Commit message (Expand) | Author | Age | Files | Lines |
* | Add safe part of previous (reverted) commit, necessary to update to LLVM API ... | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -31/+31 |
* | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+7 |
* | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -0/+1 |
* | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -5/+1 |
* | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -1/+1 |
* | When a member reference expression includes a qualifier on the member | Douglas Gregor | 2009-08-26 | 1 | -0/+5 |
* | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -2/+2 |
* | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian | 2009-08-18 | 1 | -1/+1 |
* | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -1/+2 |
* | Take 2 on AltiVec-style vector initializers. | Nate Begeman | 2009-08-10 | 1 | -0/+4 |
* | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar | 2009-08-10 | 1 | -4/+0 |
* | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman | 2009-08-09 | 1 | -0/+4 |
* | Make canonicalization of overloaded function declarations match the | Douglas Gregor | 2009-07-31 | 1 | -19/+3 |
* | Canonicalize template template parameters. We can't test this yet, but | Douglas Gregor | 2009-07-31 | 1 | -1/+5 |
* | Canonicalize function parameters | Douglas Gregor | 2009-07-31 | 1 | -0/+12 |
* | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor | 2009-07-31 | 1 | -2/+24 |
* | Canonicalization for dependent typeof(expr) types. | Douglas Gregor | 2009-07-30 | 1 | -2/+2 |
* | Use the new statement/expression profiling code to unique dependent | Douglas Gregor | 2009-07-29 | 1 | -0/+13 |
* | Fix a typo in a comment | Douglas Gregor | 2009-07-28 | 1 | -1/+1 |
* | Profiling the pointer of a canonical type is sufficient to uniquely identify ... | Douglas Gregor | 2009-07-28 | 1 | -20/+13 |
* | Finish profile support for statements. | Douglas Gregor | 2009-07-28 | 1 | -3/+128 |
* | Complete profile support for C++ and Objective-C expressions | Douglas Gregor | 2009-07-28 | 1 | -62/+78 |
* | Add a Profile function for statements so that we can (eventually) determine | Douglas Gregor | 2009-07-28 | 1 | -0/+537 |