Age | Commit message (Expand) | Author |
2012-10-20 | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith |
2012-08-07 | Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it | Richard Smith |
2012-07-07 | PR13290: Constant-evaluation support for CXXConstructExprs which construct a | Richard Smith |
2012-07-05 | PR13273: When performing list-initialization with an empty initializer list, | Richard Smith |
2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
2012-04-15 | PR12226: don't generate wrong code if a braced string literal is used to | Richard Smith |
2012-04-08 | Don't forget to evaluate the subexpression in a null pointer cast. If we're | Richard Smith |
2012-03-30 | ConstStructBuilder: fix offset math for base classes so it works correctly in... | Eli Friedman |
2012-03-07 | Don't even try to directly emit the value of a DeclRefExpr if that declaration | Richard Smith |
2012-03-02 | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith |
2012-03-02 | Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable... | Daniel Dunbar |
2012-03-02 | Fix buildbot: make this test less dependent on the value names in the produce... | Richard Smith |
2012-03-02 | PR12145: Avoid emitting loads of constexpr variables in contexts where there | Richard Smith |
2012-02-23 | PR12067: When emitting an evaluated constant structure in C++11 mode, don't | Richard Smith |
2012-02-17 | When performing IRGen on a global, emit it as a constant if: | Richard Smith |
2012-02-17 | Make sure all remaining parts of the constant evaluator are aware that an array | Richard Smith |
2012-02-17 | PR12012: Fix a regression in r150419 where we would try (and fail) to | Richard Smith |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith |
2012-01-27 | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith |
2012-01-26 | fix to go along with an llvm change: VMCore now returns an UndefValue | Chris Lattner |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2012-01-05 | Address Richard's review comments on r147561 (Evaluate support for address-of... | Eli Friedman |