1. 4b6b5fc Add OpenJDK 20.0.1 by Søren Gjesse · 1 year, 11 months ago
  2. bc5b0f8 Add missing import to RedundantBridgeRemover by Christoffer Quist Adamsen · 1 year, 11 months ago
  3. 9cf7f8f Synthesize rules to disallow shrinking of Fragment/ZygotePreload inits by Christoffer Quist Adamsen · 1 year, 11 months ago
  4. f027763 Move finalizing of fields to after IR conversion by Christoffer Quist Adamsen · 1 year, 11 months ago
  5. f392fc5 Refine access analysis in bridge removal by Christoffer Quist Adamsen · 1 year, 11 months ago
  6. 3b089a5 Account for constructor inlining in proto builder optimization by Christoffer Quist Adamsen · 1 year, 11 months ago
  7. d1bfac9 Account for extra unused parameters in enum unboxing rewriting by Christoffer Quist Adamsen · 1 year, 11 months ago
  8. f26f402 Enable constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  9. 9b847cd Remove bogus check for Integer.MAX_VALUE on register values by Søren Gjesse · 1 year, 11 months ago
  10. cad47ce [LIR] Add support for neg and shift instructions. by Ian Zerny · 1 year, 11 months ago
  11. 3c21ca4 Minor updates in preparation for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  12. 8508c3f Hoist constructor calls when constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  13. 20eba0d Ensure nodes to roots are correct and present in StringBuilder graphs by Morten Krogh-Jespersen · 1 year, 11 months ago
  14. d997f24 [Retrace] Archive maps from generated retrace libraries by Morten Krogh-Jespersen · 1 year, 11 months ago
  15. bdd18c2 Migrate more legacy regression tests. by Ian Zerny · 1 year, 11 months ago
  16. e81b303 [LIR] Add support for IOR by Ian Zerny · 1 year, 11 months ago
  17. afff9b6 [Retrace] Add getter for RetracedSourceFile on proxy by Morten Krogh-Jespersen · 1 year, 11 months ago
  18. 8b36eb0 [Retrace] Add test for not infered source file using proxy by Morten Krogh-Jespersen · 1 year, 11 months ago
  19. aea82c8 Migrate enclosingmethod legacy test. by Ian Zerny · 1 year, 11 months ago
  20. e60beb1 Update RewriteSwitchMapsTest after moving switchmaps example. by Ian Zerny · 1 year, 11 months ago
  21. 8e0843f [Retrace] Fix ambiguous reporting for inline frames by Morten Krogh-Jespersen · 1 year, 11 months ago
  22. 95b2b58 [Retrace] Add test for ambiguous inline reporting by Morten Krogh-Jespersen · 1 year, 11 months ago
  23. a6720fa Reland "Ensure marking phi root as escaping if operand is escaping" by Morten Krogh-Jespersen · 1 year, 11 months ago
  24. 02a8436 Prepare tests for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  25. 3612be1 Move pending API tests to committed. by Ian Zerny · 1 year, 11 months ago
  26. b3fbbfd Update tests using legacy throwing test data. by Ian Zerny · 1 year, 11 months ago
  27. 765ecfa Unbox enums through Objects#equals by Clément Béra · 1 year, 11 months ago
  28. 7eae994 Unbox enums through Objects#toString by Clément Béra · 1 year, 11 months ago
  29. 6c720a5 Fix removal of live array-puts in presence of Assume instruction by Christoffer Quist Adamsen · 1 year, 11 months ago
  30. bed41a1 Reproduce removal of live array-puts in presence of Assume instruction by Christoffer Quist Adamsen · 1 year, 11 months ago
  31. 07aeab9 Delete trivial example test. by Ian Zerny · 1 year, 11 months ago
  32. 72d43e1 [LIR] Add support for more binops. by Ian Zerny · 1 year, 11 months ago
  33. 93504d3 [LIR] Add support for new unboxed enum instance. by Ian Zerny · 1 year, 11 months ago
  34. c8068e1 Use rematerializable candidate with short live range, if no alternative by Søren Gjesse · 1 year, 11 months ago
  35. 405520a Prepare inliner for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  36. 34ac3d6 Prepare clinit analysis for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  37. 4b8928a Revert "Ensure marking phi root as escaping if operand is escaping" by Christoffer Adamsen · 1 year, 11 months ago
  38. 70a66c0 Ensure marking phi root as escaping if operand is escaping by Morten Krogh-Jespersen · 1 year, 11 months ago
  39. a1dfd74 Add test for incorrect rewriting of StringBuilder by Morten Krogh-Jespersen · 1 year, 11 months ago
  40. 4d04bde Disallow optimization of modeled proto fields by Christoffer Quist Adamsen · 1 year, 11 months ago
  41. 2f2ab6c Add builders to ConstNumber and ConstString by Christoffer Quist Adamsen · 1 year, 11 months ago
  42. 91b0081 [GlobalSynthetics] Ensure all tests generate allowed global synthetics by Morten Krogh-Jespersen · 1 year, 11 months ago
  43. 80d1c1e Disable passthrough of DefaultInstanceInitializerCode for inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  44. 9f7c9d6 Prepare class inliner for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  45. 064ff8b Prepare enum unboxing for constructor inlining by Christoffer Quist Adamsen · 1 year, 11 months ago
  46. bfd0269 Account for constructor inlining in proto shrinking by Christoffer Quist Adamsen · 1 year, 11 months ago
  47. d9c505e Add tests for Record blog post by Clément Béra · 1 year, 11 months ago
  48. 6980109 Fix instance-put to uninitialized-object after inlining check by Christoffer Quist Adamsen · 1 year, 11 months ago
  49. 2a71540 Prune direct methods that are never called after first optimization pass by Christoffer Quist Adamsen · 1 year, 11 months ago
  50. ce4bbdd Remove redundant bridges in top-down traversal over class hierarchy by Christoffer Quist Adamsen · 1 year, 11 months ago
  51. c9744af [GlobalSynthetics] Add method-handle-lookup desugared class to output by Morten Krogh-Jespersen · 1 year, 11 months ago
  52. 0a7a75d [GlobalSynthetics] Add var-handle desugared class to output by Morten Krogh-Jespersen · 1 year, 11 months ago
  53. a6015e9 [GlobalSynthetics] Add record tag to output by Morten Krogh-Jespersen · 1 year, 11 months ago
  54. 40c5f56 [GlobalSynthetics] Add testing infrastructure for building tests by Morten Krogh-Jespersen · 1 year, 11 months ago
  55. 7c44fe4 [GlobalSynthetics] Add missing implementation of api references by Morten Krogh-Jespersen · 1 year, 11 months ago
  56. 1db66b9 [GlobalSynthetics] Remove unwanted exposed apis by Morten Krogh-Jespersen · 1 year, 11 months ago
  57. 6d1bcea Clean existing MethodParameters test to use transforms. by Ian Zerny · 1 year, 11 months ago
  58. 61f8adf Correctly handle null-valued names in MethodParameters. by Ian Zerny · 1 year, 11 months ago
  59. 88e2326 Refactor field optimizations to use DexClassAndField by Christoffer Quist Adamsen · 1 year, 11 months ago
  60. 43a1581 Introduce a DexClassAndFieldSet by Christoffer Quist Adamsen · 1 year, 11 months ago
  61. 77ea594 Add new @NoInliningOfDefaultInitializer testing annotation by Christoffer Quist Adamsen · 1 year, 11 months ago
  62. 65820a0 Add new @NoRedundantFieldLoadElimination testing annotation by Christoffer Quist Adamsen · 1 year, 11 months ago
  63. b9ab9fd Enable retargeting of constructor calls after constructor shrinking by Christoffer Quist Adamsen · 1 year, 11 months ago
  64. c33e8e9 Refactor class signature creation to use its builder. by Ian Zerny · 1 year, 11 months ago
  65. 2fc5a66 [LIR] Add support for item-based const string. by Ian Zerny · 1 year, 11 months ago
  66. f6c2859 Reland "Dedup code objects on api 31 and above"" by Rico Wind · 1 year, 11 months ago
  67. 9c21393 [LIR] Add support for multi-new-array. by Ian Zerny · 1 year, 11 months ago
  68. bee94bd Revert "Dedup code objects on api 31 and above" by Rico Wind · 1 year, 11 months ago
  69. 861785d Remove joptsimple dependency by Søren Gjesse · 1 year, 11 months ago
  70. 9e30e7e Dedup code objects on api 31 and above by Rico Wind · 1 year, 11 months ago
  71. 4667b25 Reland "Update Tivi dump to latest revision" by Christoffer Quist Adamsen · 1 year, 11 months ago
  72. b98d679 Add classpath files in incremental D8 benchmark by Christoffer Quist Adamsen · 1 year, 11 months ago
  73. 023eea8 Revert "Update Tivi dump to latest revision" by Christoffer Adamsen · 1 year, 11 months ago
  74. fc66269 Print signature in disassemble. by Ian Zerny · 1 year, 11 months ago
  75. f5688fb Update fastutil to version 7.2.1 by Søren Gjesse · 1 year, 11 months ago
  76. a599e65 Update smali to version 3.0.3 (the Google maintained version) by Søren Gjesse · 1 year, 11 months ago
  77. 63a53a9 Update Guava to version 31.1-jre by Søren Gjesse · 1 year, 11 months ago
  78. a590d90 Remove signature from companion class by Morten Krogh-Jespersen · 1 year, 11 months ago
  79. fa1c7bb Update Tivi dump to latest revision by Christoffer Quist Adamsen · 1 year, 11 months ago
  80. cbb9d85 Regression test for unneeded signature on companion classes. by Ian Zerny · 1 year, 11 months ago
  81. b2d1595 Remove vivified synthetic kind by Morten Krogh-Jespersen · 1 year, 11 months ago
  82. ceec78c [GlobalSynthetics] Scaffolding around a global synthetics compiler by Morten Krogh-Jespersen · 1 year, 11 months ago
  83. ca3a29f Minor cleanup in inliner by Christoffer Quist Adamsen · 1 year, 11 months ago
  84. 5d57e8e Fix build warnings from downcast and non-varargs call of varargs method by Christoffer Quist Adamsen · 1 year, 11 months ago
  85. 614d46a Use switches for the enum unboxer generated methods by Clément Béra · 1 year, 11 months ago
  86. 573f37b Update compatibility-faq with more information about rxjava by Morten Krogh-Jespersen · 1 year, 11 months ago
  87. dbbf7b6 Add assertion for keep rules on unboxed enums by Clément Béra · 1 year, 11 months ago
  88. ef95961 Add Base64 to desugared library nio by Clément Béra · 1 year, 11 months ago
  89. ae27204 Add missing line continuations to README.md by Rico Wind · 1 year, 11 months ago
  90. 6e95794 Fix enum unboxer keep rule updates by Clément Béra · 1 year, 11 months ago
  91. 4303e27 Suppress warning from unsafe cast in test by Christoffer Quist Adamsen · 1 year, 11 months ago
  92. 73d5766 Disable obsolete assertion to fix red bots by Clément Béra · 1 year, 11 months ago
  93. 6bcd6cc Remove stale test reference. by Ian Zerny · 1 year, 11 months ago
  94. 5f01b57 Migrate legacy loadconst and UdpServer example tests. by Ian Zerny · 1 year, 11 months ago
  95. c431d6e Migrate legacy jumbostring example test to new test infra. by Ian Zerny · 1 year, 11 months ago
  96. 421c871 [LIR] Add support for int-switch. by Ian Zerny · 1 year, 11 months ago
  97. e3414e2 [Partition] Add cli for partitioning a proguard map into zip by Morten Krogh-Jespersen · 1 year, 11 months ago
  98. 58c98a9 [Retrace] Extend retrace to accept partition-map by Morten Krogh-Jespersen · 1 year, 11 months ago
  99. 43337c7 Update README.md by Søren Gjesse · 1 year, 11 months ago
  100. 503b4f7 Enable unboxing enums with subtypes by Clément Béra · 2 years ago