1. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  2. 7794369 Use ConstantExpression for FLAG_ONE_WAY. by Steven Moreland · 6 years ago
  3. f21962d ConstantExpression: description included in value. by Steven Moreland · 6 years ago
  4. d9d6dcb Don't CHECK on too large literal. by Steven Moreland · 7 years ago
  5. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  6. a6d3388 Better constant expression acyclic check error messages by Timur Iskhakov · 7 years ago
  7. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  8. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  9. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  10. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  11. d27580c Add `m` prefix to ConstantExpression child members by Timur Iskhakov · 7 years ago
  12. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  13. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  14. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  15. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  16. c07b202 Unsigned value for -Lvts is emitted correctly. by Yifan Hong · 8 years ago
  17. 5706a43 Clean up ArrayType.cpp by Yifan Hong · 8 years ago
  18. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  19. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  20. fc610cd Use std::string for ConstantExpression::*value() methods. by Yifan Hong · 8 years ago
  21. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  22. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  23. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  24. 5216569 parsing major operators. by Yifan Hong · 8 years ago