| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refine volatile handling, specifically, we must have the canonical | Mike Stump | 2009-11-03 | 1 | -5/+9 |
| * | Add CGException.cpp, to be used for exception related code generation. | Anders Carlsson | 2009-10-30 | 1 | -1/+6 |
| * | Implement clang support for indirect branch and address of label | Chris Lattner | 2009-10-28 | 1 | -0/+5 |
| * | Fix a bug in calculating shufflevector indices when constructing vectors from... | Nate Begeman | 2009-10-25 | 1 | -4/+3 |
| * | Complete code gen for '.*' binary expression for | Fariborz Jahanian | 2009-10-22 | 1 | -24/+5 |
| * | Canonicality is a property of qualified types, not unqualified types. | John McCall | 2009-10-22 | 1 | -1/+1 |
| * | Code gen for '.*' binary expressions - WIP. | Fariborz Jahanian | 2009-10-21 | 1 | -0/+27 |
| * | Support IRgen of OpenCL vector initializers, ensuring the resulting IR is in a | Nate Begeman | 2009-10-18 | 1 | -42/+169 |
| * | Add some more cast kinds. | Anders Carlsson | 2009-10-18 | 1 | -1/+10 |
| * | Fix PR5211: codegen shouldn't assume that the result of ||/&& is int | Chris Lattner | 2009-10-17 | 1 | -10/+14 |
| * | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer | 2009-10-13 | 1 | -12/+6 |
| * | Generate weak read barriers when reading a weak __block | Fariborz Jahanian | 2009-10-10 | 1 | -1/+5 |
| * | Use new predicates for some type equality tests. | Benjamin Kramer | 2009-10-05 | 1 | -2/+2 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -2/+1 |
| * | Remove now fixed FIXME. | Mike Stump | 2009-09-22 | 1 | -1/+0 |
| * | No need to null check implicit lvalue cast exprs. | Anders Carlsson | 2009-09-22 | 1 | -8/+15 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -5/+5 |
| * | Handle reinterpret_cast between integral types and pointer types. | Anders Carlsson | 2009-09-15 | 1 | -0/+16 |
| * | Codegen support for nullptr from C++0x. | Anders Carlsson | 2009-09-15 | 1 | -0/+4 |
| * | When necessary, null check the base value in GetAddressCXXOfBaseClass. | Anders Carlsson | 2009-09-12 | 1 | -1/+9 |
| * | Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind... | Anders Carlsson | 2009-09-12 | 1 | -10/+18 |
| * | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu... | Anders Carlsson | 2009-09-12 | 1 | -1/+3 |
| * | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson | 2009-09-09 | 1 | -8/+0 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+1 |
| * | Reflow comments and some minor whitespace fixups. | Mike Stump | 2009-09-09 | 1 | -185/+182 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -1/+11 |
| * | Use the correct cast kinds for bit casts and function to pointer decay. Fixes... | Anders Carlsson | 2009-09-01 | 1 | -0/+4 |
| * | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian | 2009-08-29 | 1 | -2/+5 |
| * | ir-gen for type convesion of class objects. WIP. | Fariborz Jahanian | 2009-08-26 | 1 | -0/+5 |
| * | Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas... | Anders Carlsson | 2009-08-24 | 1 | -35/+23 |
| * | Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast | Anders Carlsson | 2009-08-24 | 1 | -1/+8 |
| * | Pass the cast kind to ScalarExprEmitter::EmitCastExpr. | Anders Carlsson | 2009-08-24 | 1 | -4/+5 |
| * | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -2/+2 |
| * | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -1/+2 |
| * | Improve handling of delete expressions. | Anders Carlsson | 2009-08-16 | 1 | -0/+4 |
| * | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -34/+54 |
| * | Use the new nsw form of add for signed integer addition. | Dan Gohman | 2009-08-12 | 1 | -2/+11 |
| * | Use the inbounds variant of getelementptr for common pointer arithmetic. | Dan Gohman | 2009-08-12 | 1 | -3/+3 |
| * | Remove the hack that turns sdiv by a power of 2 to ashr, and | Dan Gohman | 2009-08-11 | 1 | -12/+5 |
| * | Take 2 on AltiVec-style vector initializers. | Nate Begeman | 2009-08-10 | 1 | -1/+1 |
| * | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar | 2009-08-10 | 1 | -1/+1 |
| * | Improve handling of member pointers. | Anders Carlsson | 2009-08-09 | 1 | -0/+8 |
| * | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman | 2009-08-09 | 1 | -1/+1 |
| * | Add a CK_ArrayToPointerDecay cast kind. | Anders Carlsson | 2009-08-07 | 1 | -0/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -8/+8 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -3/+3 |
| * | Update for LLVM API changes. | Owen Anderson | 2009-07-30 | 1 | -5/+5 |
| * | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -2/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -14/+13 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -5/+5 |