1. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  2. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  3. f602806 Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up by Richard Smith · 12 years ago
  4. 0069b84 Assign APValues by swapping from a temporary. Removes a bunch of unnecessary by Richard Smith · 12 years ago
  5. 7a8c758 [AST] APValue: Split the fast path of MakeUninit to be inline. by Daniel Dunbar · 12 years ago
  6. 83587db Implement DR1454. This allows all intermediate results in constant expressions by Richard Smith · 12 years ago
  7. 6563928 Add an APValue representation for the difference between two address-of-label expressions. Add support to Evaluate and CGExprConstant for generating/handling them. Remove the special-case for such differences in Expr::isConstantInitializer. by Eli Friedman · 13 years ago
  8. d9ce41e Add missing flush call. This is an attempt to fix a broken Windows buildbot. by Eli Friedman · 13 years ago
  9. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  10. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  11. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  12. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  13. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  14. 38dce9b Fix 32-bit build bots and remove some casting-away-const warnings. by Richard Smith · 13 years ago
  15. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  16. 47a1eed constexpr function substitution: by Richard Smith · 13 years ago
  17. 9fe8c74 Fix missing includes for llvm_unreachable by David Blaikie · 13 years ago
  18. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  19. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  20. 5b106a8 Define DiagnosticBuilder<<APValue so it's easy to include APValues in by Jeffrey Yasskin · 13 years ago
  21. 8cad304 Refactoring of constant expression evaluator by Peter Collingbourne · 13 years ago
  22. cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 14 years ago
  23. a730583 Convert the type of the LValue offset variable in APValue to CharUnits, moving by Ken Dyck · 15 years ago
  24. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  25. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  26. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 15 years ago
  27. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 16 years ago
  28. 3d309f9 Add support for vectors to APValue. Vector constant evaluator and tests coming. by Nate Begeman · 16 years ago
  29. 64c34f1 add dump and print methods, add operator<< for APValue. by Chris Lattner · 16 years ago