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