1. 139eece Add support for bot part of internal_test.py by Rico Wind · 6 years ago
  2. f3d8e98 Reenable disabled youtube app building, the bug has been fixed by Rico Wind · 6 years ago
  3. 1d63757 Merge "Fix for NonVirtualOverrideTest on old VMs" by Christoffer Quist Adamsen · 6 years ago
  4. 93dd207 Merge "Keep a class if conditionally dependent rules keep instance members." by Jinseong Jeon · 6 years ago
  5. 58bffa5 Keep a class if conditionally dependent rules keep instance members. by Jinseong Jeon · 6 years ago
  6. 9309929 Fix for NonVirtualOverrideTest on old VMs by Christoffer Quist Adamsen · 6 years ago
  7. 40ee03d Clean up ConstNumber creations in IRCode. by Jinseong Jeon · 6 years ago
  8. 71f8380 Merge "Check resolved method matches invoke-type in class inliner" by Christoffer Quist Adamsen · 6 years ago
  9. 2fa4ad0 Merge "Handle private methods that shadow virtual methods" by Christoffer Quist Adamsen · 6 years ago
  10. 3a63daa Merge "Refine reference type lattice elements." by Jinseong Jeon · 6 years ago
  11. 2d35c46 Check resolved method matches invoke-type in class inliner by Christoffer Quist Adamsen · 6 years ago
  12. 41d937d Handle private methods that shadow virtual methods by Christoffer Quist Adamsen · 6 years ago
  13. d2b9e39 Merge "Ignore some Proguard options" by Søren Gjesse · 6 years ago
  14. 2c1567d Merge "Never lower const instruction past a cmp instruction on Lollipop." by Mads Ager · 6 years ago
  15. 41bfdce Merge "Add script to run internal testing" by Rico Wind · 6 years ago
  16. f663002 Never lower const instruction past a cmp instruction on Lollipop. by Mads Ager · 6 years ago
  17. e4786ea Disable R8RunExamplesAndroidOTest/invokecustom2-with-shrinking on older VMs. by Tamas Kenez · 6 years ago
  18. 4ab6675 Merge "Don't associate synthetic lines with synthetic monitor exits in release mode." by Ian Zerny · 6 years ago
  19. 8aaa63d Ignore some Proguard options by Søren Gjesse · 6 years ago
  20. dcb2ffe Don't associate synthetic lines with synthetic monitor exits in release mode. by Ian Zerny · 6 years ago
  21. 800fd71 Add script to run internal testing by Rico Wind · 6 years ago
  22. 3f9302b Disable failing internal app compilations by Rico Wind · 6 years ago
  23. 52298c7 Merge "Disable class merging and minification for PrivateOverrideTest" by Christoffer Quist Adamsen · 6 years ago
  24. 738f219 Disable class merging and minification for PrivateOverrideTest by Christoffer Quist Adamsen · 6 years ago
  25. abe98d4 Update patch version for release - new version is 1.3.22-dev by Tamas Kenez · 6 years ago
  26. f793c24 Merge "Treat non-lambda metafactory argument method handles specially." by Mads Ager · 6 years ago
  27. ab4dc70 Treat non-lambda metafactory argument method handles specially. by Mads Ager · 6 years ago
  28. 761f756 Merge "Add a test for b/116093710" by Christoffer Quist Adamsen · 6 years ago
  29. 25ccf37 Merge "Add support for -keepdirectories" by Søren Gjesse · 6 years ago
  30. eae05d6 Add support for -keepdirectories by Søren Gjesse · 6 years ago
  31. 288a9e7 Refine reference type lattice elements. by Jinseong Jeon · 6 years ago
  32. 042afa5 Merge "Wildcard after back-reference is not referable." by Jinseong Jeon · 6 years ago
  33. b24ce84 Wildcard after back-reference is not referable. by Jinseong Jeon · 6 years ago
  34. 2b8d078 Merge "Extend tests for b/116092333" by Jinseong Jeon · 6 years ago
  35. f9edc86 Merge "Correct type lattice conversion in NumberConversion." by Jinseong Jeon · 6 years ago
  36. 36ce546 Add a test for b/116093710 by Christoffer Quist Adamsen · 6 years ago
  37. 2c19a4f Disable string-length tests for pre-5 VMs. by Ian Zerny · 6 years ago
  38. ab91611 Merge "Revert "Update all feature predicates with guards depending on the output format."" by Ian Zerny · 6 years ago
  39. ba282b6 Merge "Enable vertical class merging" by Christoffer Quist Adamsen · 6 years ago
  40. a382fca Merge "Revert "Revert "Deterministic iteration order over methods in minifier""" by Christoffer Quist Adamsen · 6 years ago
  41. 61a7c3d Revert "Update all feature predicates with guards depending on the output format." by Ian Zerny · 6 years ago
  42. c114d15 Revert "Revert "Deterministic iteration order over methods in minifier"" by Christoffer Quist Adamsen · 6 years ago
  43. e85f832 Merge "Improve collection of constant arrays for reflective calls" by Søren Gjesse · 6 years ago
  44. 33e5001 Improve collection of constant arrays for reflective calls by Søren Gjesse · 6 years ago
  45. 5bbf7c8 Enable vertical class merging by Christoffer Quist Adamsen · 6 years ago
  46. 2389ef9 Merge "Preserve the behavior of stepping into String#length()." by Jinseong Jeon · 6 years ago
  47. 88897ce Merge "Update all feature predicates with guards depending on the output format." by Ian Zerny · 6 years ago
  48. 88de63e Extend tests for b/116092333 by Jinseong Jeon · 6 years ago
  49. 1101ef3 Correct type lattice conversion in NumberConversion. by Jinseong Jeon · 6 years ago
  50. ab3e29c Preserve the behavior of stepping into String#length(). by Jinseong Jeon · 6 years ago
  51. 36244cf Don't use newline in test. by Ian Zerny · 6 years ago
  52. 1eb78fc Update all feature predicates with guards depending on the output format. by Ian Zerny · 6 years ago
  53. d148bda Merge "Add convinience option to run_on_app to run all compilations" by Rico Wind · 6 years ago
  54. b57bbc1 Add convinience option to run_on_app to run all compilations by Rico Wind · 6 years ago
  55. c363507 Merge "Insert a nop on any exceptional edges directly targeting a loop header." by Ian Zerny · 6 years ago
  56. a67f7fe Insert a nop on any exceptional edges directly targeting a loop header. by Ian Zerny · 6 years ago
  57. ee52fdd Merge "Revert "Deterministic iteration order over methods in minifier"" by Søren Gjesse · 6 years ago
  58. aff1753 Revert "Deterministic iteration order over methods in minifier" by Tamas Kenez · 6 years ago
  59. 835b9fd Merge "Deterministic construction of MixedSectionCollection" by Christoffer Quist Adamsen · 6 years ago
  60. f21e98c Use Java runtime libraries for cf tests. by Tamas Kenez · 6 years ago
  61. 29ffc0a Merge "Deterministic iteration order over methods in minifier" by Christoffer Quist Adamsen · 6 years ago
  62. 24ecf60 Deterministic iteration order over methods in minifier by Christoffer Quist Adamsen · 6 years ago
  63. f121834 Merge "Ensure consistent behaviour between runs of R8 with and without assertions enabled" by Rico Wind · 6 years ago
  64. 8ba2285 Deterministic construction of MixedSectionCollection by Christoffer Quist Adamsen · 6 years ago
  65. 9fe3e9a Merge "Keep a class if dependent rules keep instance members" by Søren Gjesse · 6 years ago
  66. 6a2b8ab Ensure consistent behaviour between runs of R8 with and without assertions enabled by Rico Wind · 6 years ago
  67. 800fc62 Keep a class if dependent rules keep instance members by Søren Gjesse · 6 years ago
  68. 3d3734e Merge "Add a few consistency checks related to exceptional edges in IR." by Ian Zerny · 6 years ago
  69. 7271f71 Add a few consistency checks related to exceptional edges in IR. by Ian Zerny · 6 years ago
  70. 00b25e0 Refine primitive type lattice elements. by Jinseong Jeon · 6 years ago
  71. ad2c9e7 Merge "Apply graph lense to InvokeMultiNewArray in LensCodeRewriter." by Jinseong Jeon · 6 years ago
  72. 312a53d Return all markers in extract marker tool. by Ian Zerny · 6 years ago
  73. 64ee959 Enable CF backend for CheckCastRemovalTest. by Tamas Kenez · 6 years ago
  74. 1ffcc0e Apply graph lense to InvokeMultiNewArray in LensCodeRewriter. by Jinseong Jeon · 6 years ago
  75. b6dde88 Merge "Deprecate InvokeMethod#computeSingleTarget." by Jinseong Jeon · 6 years ago
  76. b85d439 Deprecate InvokeMethod#computeSingleTarget. by Jinseong Jeon · 6 years ago
  77. f697ac8 Merge "Update synthetic bridges after vertical class merging" by Christoffer Quist Adamsen · 6 years ago
  78. 30128f1 Merge "Fix tests about surrogate pairs." by Jinseong Jeon · 6 years ago
  79. c655d26 Update synthetic bridges after vertical class merging by Christoffer Quist Adamsen · 6 years ago
  80. 8bc2cba Adjust keep rules for atomic field updaters by Christoffer Quist Adamsen · 6 years ago
  81. 7085b01 Merge "Add compilation mode to the marker." by Ian Zerny · 6 years ago
  82. 3150ad6 Add compilation mode to the marker. by Ian Zerny · 6 years ago
  83. c9fb4db Add third_party/chrome to gitignore by Rico Wind · 6 years ago
  84. eca1cbb Fix tests about surrogate pairs. by Jinseong Jeon · 6 years ago
  85. e41555c Rename Top/Bottom lattice elements in type analysis. by Jinseong Jeon · 6 years ago
  86. b3cdd53 Merge "Reland "Add error information when failing to compute the meet of two types."" by Ian Zerny · 6 years ago
  87. 67c645b Merge "Add chrome jar and pg conf to third party" by Rico Wind · 6 years ago
  88. 8ad9639 Merge "Rename Instruction#hasInvariantVerificationType to hasInvariantOutType." by Jinseong Jeon · 6 years ago
  89. 86bfc83 Add chrome jar and pg conf to third party by Rico Wind · 6 years ago
  90. 29bb4c2 Reland "Add error information when failing to compute the meet of two types." by Ian Zerny · 6 years ago
  91. 4e0edda2 Merge "Introduce MainDexOverflowDiagnostic." by Ian Zerny · 6 years ago
  92. 7247517 Introduce MainDexOverflowDiagnostic. by Ian Zerny · 6 years ago
  93. 8dd05f6 Rename Instruction#hasInvariantVerificationType to hasInvariantOutType. by Jinseong Jeon · 6 years ago
  94. 7558b19 Compute the length of const string at compile time. by Jinseong Jeon · 6 years ago
  95. 214a7a6 Merge "Refactor non-null-related tests." by Jinseong Jeon · 6 years ago
  96. a333555 Merge "Subtyping is not needed in TypeVerificationHelper." by Jinseong Jeon · 6 years ago
  97. b25f54e Merge "Deprecate type map in TypeAnalysis." by Jinseong Jeon · 6 years ago
  98. 079a771 Merge "Fix semantics of arrayGet/checkCast of Top/Bottom type lattices." by Jinseong Jeon · 6 years ago
  99. b87b387 Merge "Assert the absence of out value for <init> call." by Jinseong Jeon · 6 years ago
  100. 830e3cc Merge "Synchronize calls to DiagnosticsHandler implementation" by Søren Gjesse · 6 years ago