| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Miscellanous fixes in generatation of objc gc's write-barriers. | Fariborz Jahanian | 2009-09-21 | 1 | -17/+13 |
| * | Fixed a bug in generation of the new write-barriers when | Fariborz Jahanian | 2009-09-18 | 1 | -1/+11 |
| * | patch for generating objc'2 objc_assign_ivar. WIP. | Fariborz Jahanian | 2009-09-16 | 1 | -14/+9 |
| * | Starting patch to generate more specific API for objc's | Fariborz Jahanian | 2009-09-16 | 1 | -2/+37 |
| * | Removed a superfluous check before setting | Fariborz Jahanian | 2009-09-16 | 1 | -2/+1 |
| * | Code generation of Conditional operators that are lvalues (but that aren't bi... | Anders Carlsson | 2009-09-15 | 1 | -5/+38 |
| * | Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue. | Anders Carlsson | 2009-09-14 | 1 | -0/+2 |
| * | Don't use the PredefinedExpr string as the global variable name, these don't | Daniel Dunbar | 2009-09-12 | 1 | -1/+5 |
| * | Handle CK_DerivedToBase when emitting lvalue casts. | Anders Carlsson | 2009-09-12 | 1 | -21/+42 |
| * | Add support for __block variables with alignment greater than __alignof(void *). | Anders Carlsson | 2009-09-12 | 1 | -7/+2 |
| * | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor | 2009-09-12 | 1 | -1/+1 |
| * | Set the calling convention based on the CGFunctionInfo. | Daniel Dunbar | 2009-09-11 | 1 | -1/+8 |
| * | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson | 2009-09-10 | 1 | -1/+1 |
| * | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson | 2009-09-09 | 1 | -11/+3 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+2 |
| * | Reflow comments and some minor whitespace fixups. | Mike Stump | 2009-09-09 | 1 | -182/+179 |
| * | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson | 2009-09-08 | 1 | -14/+3 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+10 |
| * | Handle member expressions that return references correctly. | Anders Carlsson | 2009-09-01 | 1 | -0/+1 |
| * | Fixed a property getter ir-gen crash. | Fariborz Jahanian | 2009-09-01 | 1 | -2/+3 |
| * | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -1/+0 |
| * | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -1/+1 |
| * | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian | 2009-08-29 | 1 | -6/+7 |
| * | ir-gen related patch for type conversion | Fariborz Jahanian | 2009-08-28 | 1 | -0/+5 |
| * | Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error | Eli Friedman | 2009-08-27 | 1 | -3/+13 |
| * | When a member reference expression includes a qualifier on the member | Douglas Gregor | 2009-08-26 | 1 | -1/+3 |
| * | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -4/+4 |
| * | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -4/+5 |
| * | Only do this for initializers of course. | Anders Carlsson | 2009-08-16 | 1 | -8/+10 |
| * | Destroy bound temporaries. | Anders Carlsson | 2009-08-16 | 1 | -0/+16 |
| * | Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries... | Anders Carlsson | 2009-08-16 | 1 | -9/+16 |
| * | use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if | Chris Lattner | 2009-08-14 | 1 | -1/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -22/+33 |
| * | Use the inbounds variant of getelementptr for common pointer arithmetic. | Dan Gohman | 2009-08-12 | 1 | -3/+3 |
| * | Update for LLVM API changes. | Owen Anderson | 2009-07-30 | 1 | -8/+8 |
| * | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -10/+5 |
| * | Remove bogus "unsupported" case for vectors (which shouldn't | Eli Friedman | 2009-07-30 | 1 | -2/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -8/+8 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -3/+3 |
| * | Patch to provide cast of objects in member access | Fariborz Jahanian | 2009-07-29 | 1 | -16/+0 |
| * | Code refactoring to define getCXXRecordDeclForPointerType | Fariborz Jahanian | 2009-07-29 | 1 | -10/+9 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-28 | 1 | -6/+6 |
| * | More cleanup of data member access and then some. | Fariborz Jahanian | 2009-07-28 | 1 | -8/+16 |
| * | More work toward data member access ir-gen. | Fariborz Jahanian | 2009-07-28 | 1 | -0/+10 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -29/+29 |
| * | Move the LLVM field number for bit fields into the BitFieldInfo structure, si... | Anders Carlsson | 2009-07-23 | 1 | -7/+7 |
| * | Preserve address space information through member accesses, e.g., | Mon P Wang | 2009-07-22 | 1 | -22/+47 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -3/+3 |
| * | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -1/+1 |