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. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  5. afdd46c Fix 2 memory leaks by George Burgess IV · 6 years ago
  6. cbff561 Remove use of LOG(*) from HIDL. by Steven Moreland · 7 years ago
  7. 77bed87 Remove unnecessary TODO from ConstantExpression.h by Steven Moreland · 7 years ago
  8. d9d6dcb Don't CHECK on too large literal. by Steven Moreland · 7 years ago
  9. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  10. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  11. a6d3388 Better constant expression acyclic check error messages by Timur Iskhakov · 7 years ago
  12. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  13. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  14. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  15. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  16. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  17. 505e561 Use constant expression isTrivialDescription by Timur Iskhakov · 7 years ago
  18. 306cc4b Fix or suppress misc-macro-parentheses in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  19. d27580c Add `m` prefix to ConstantExpression child members by Timur Iskhakov · 7 years ago
  20. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  21. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  22. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  23. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  24. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  25. c07b202 Unsigned value for -Lvts is emitted correctly. by Yifan Hong · 8 years ago
  26. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  27. 5706a43 Clean up ArrayType.cpp by Yifan Hong · 8 years ago
  28. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  29. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  30. fc610cd Use std::string for ConstantExpression::*value() methods. by Yifan Hong · 8 years ago
  31. 2bd3c1f Clean up indentations in ConstantExpression.cpp. by Yifan Hong · 8 years ago
  32. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  33. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  34. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  35. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  36. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  37. 5216569 parsing major operators. by Yifan Hong · 8 years ago