Age | Commit message (Expand) | Author |
2009-11-29 | Don't pass false (default) for isVolatile parameter to CreateLoad. | Daniel Dunbar |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-27 | More work on ScalarExprEmitter::EmitCastExpr: for every cast kind, either | Eli Friedman |
2009-11-27 | Cleanup for ScalarExprEmitter::EmitCastExpr; no functional changes. | Eli Friedman |
2009-11-26 | Use the more general Evaluate infrastructure for folding constant DeclRefs | Eli Friedman |
2009-11-24 | We always need to emit the base expression of a member expression, even when ... | Anders Carlsson |
2009-11-23 | Don't try to treat an enum constant as an lvalue. | Anders Carlsson |
2009-11-23 | Handle converting member pointers to bool. | Anders Carlsson |
2009-11-23 | Handle base-to-derived casts. Will land test case shortly. | Anders Carlsson |
2009-11-20 | Fix lifetime of conditional temporaries. Patch by Victor Zverovich! | Anders Carlsson |
2009-11-18 | Minor cleanup to member pointer handling. | Eli Friedman |
2009-11-16 | Clean up scalar cast kind handling; make cast kind handling explicitly handle | Eli Friedman |
2009-11-16 | Implement most of dynamic_cast. WIP. | Mike Stump |
2009-11-06 | indirectbr seems to work! Rip out the old code. | Chris Lattner |
2009-11-03 | Refine volatile handling, specifically, we must have the canonical | Mike Stump |
2009-10-30 | Add CGException.cpp, to be used for exception related code generation. | Anders Carlsson |
2009-10-28 | Implement clang support for indirect branch and address of label | Chris Lattner |
2009-10-25 | Fix a bug in calculating shufflevector indices when constructing vectors from... | Nate Begeman |
2009-10-22 | Complete code gen for '.*' binary expression for | Fariborz Jahanian |
2009-10-22 | Canonicality is a property of qualified types, not unqualified types. | John McCall |
2009-10-21 | Code gen for '.*' binary expressions - WIP. | Fariborz Jahanian |
2009-10-18 | Support IRgen of OpenCL vector initializers, ensuring the resulting IR is in a | Nate Begeman |
2009-10-18 | Add some more cast kinds. | Anders Carlsson |
2009-10-17 | Fix PR5211: codegen shouldn't assume that the result of ||/&& is int | Chris Lattner |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-10 | Generate weak read barriers when reading a weak __block | Fariborz Jahanian |
2009-10-05 | Use new predicates for some type equality tests. | Benjamin Kramer |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | Remove now fixed FIXME. | Mike Stump |
2009-09-22 | No need to null check implicit lvalue cast exprs. | Anders Carlsson |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-15 | Handle reinterpret_cast between integral types and pointer types. | Anders Carlsson |
2009-09-15 | Codegen support for nullptr from C++0x. | Anders Carlsson |
2009-09-12 | When necessary, null check the base value in GetAddressCXXOfBaseClass. | Anders Carlsson |
2009-09-12 | Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind... | Anders Carlsson |
2009-09-12 | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu... | 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-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 |