1. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  2. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  3. de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
  4. f4bb8d0 PR13273: When performing list-initialization with an empty initializer list, by Richard Smith · 12 years ago
  5. d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 12 years ago
  6. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  7. 49149fe Don't forget to evaluate the subexpression in a null pointer cast. If we're by Richard Smith · 12 years ago
  8. 5fe61c6 ConstStructBuilder: fix offset math for base classes so it works correctly in general. Found by inspection. by Eli Friedman · 12 years ago
  9. 946e272 Don't even try to directly emit the value of a DeclRefExpr if that declaration by Richard Smith · 12 years ago
  10. a3ca41f Reinstate r151879, r151880, reverted in r151922, along with a bugfix for by Richard Smith · 12 years ago
  11. c169e08 Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variables in contexts where there" and "Fix buildbot: make this test less dependent on the value names in the produced IR." by Daniel Dunbar · 12 years ago
  12. 0524171 Fix buildbot: make this test less dependent on the value names in the produced IR. by Richard Smith · 12 years ago
  13. a3cac5b PR12145: Avoid emitting loads of constexpr variables in contexts where there by Richard Smith · 12 years ago
  14. c22adbd PR12067: When emitting an evaluated constant structure in C++11 mode, don't by Richard Smith · 12 years ago
  15. e15c712 When performing IRGen on a global, emit it as a constant if: by Richard Smith · 13 years ago
  16. f3908f2 Make sure all remaining parts of the constant evaluator are aware that an array by Richard Smith · 13 years ago
  17. ce582fe PR12012: Fix a regression in r150419 where we would try (and fail) to by Richard Smith · 13 years ago
  18. 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 13 years ago
  19. 745f514 constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr by Richard Smith · 13 years ago
  20. 7a776be fix to go along with an llvm change: VMCore now returns an UndefValue by Chris Lattner · 13 years ago
  21. 2d6a567 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 13 years ago
  22. 5930a4c Address Richard's review comments on r147561 (Evaluate support for address-of-label differences). by Eli Friedman · 13 years ago