1. 01343f8 Reland "Enable new argument propagation" by Christoffer Quist Adamsen · 3 years, 7 months ago
  2. bc5b0e9 Merge issue by Clément Béra · 3 years, 7 months ago
  3. 5b18913 Test Record and annotations by Clément Béra · 3 years, 7 months ago
  4. 810efe0 Support unused records by Clément Béra · 3 years, 7 months ago
  5. f997786 Check for correct copyright year on presubmit by Morten Krogh-Jespersen · 3 years, 7 months ago
  6. e996693 Update to support Java 17 by Søren Gjesse · 3 years, 7 months ago
  7. a8cb578 Revert changes to missing interface tests. by Ian Zerny · 3 years, 7 months ago
  8. b2dfa86 Chained calls in Record tests by Clément Béra · 3 years, 7 months ago
  9. 97ac2e4 Always rewrite java.lang.Record by Clément Béra · 3 years, 7 months ago
  10. dfec373 [Metadata] Disable checking of equal metadata for pruned metadata test by Morten Krogh-Jespersen · 3 years, 7 months ago
  11. e8d3f98 Revert "Enable new argument propagation" by Christoffer Quist Adamsen · 3 years, 7 months ago
  12. e5885f6 Don't issue warnings for missing interfaces for virtual invokes. by Ian Zerny · 3 years, 7 months ago
  13. bead1c7 Fix null typed value with unknown abstract value by Christoffer Quist Adamsen · 3 years, 7 months ago
  14. 5700cdb Resolve NPE in proto optimization with missing proto classes by Christoffer Quist Adamsen · 3 years, 7 months ago
  15. d9a700a [Metadata] Keep special kotlin types for reflect and kotlinc by Morten Krogh-Jespersen · 3 years, 7 months ago
  16. bf8068a [Metadata] Add test for rewriting unit, primitives and arrays by Morten Krogh-Jespersen · 3 years, 7 months ago
  17. 04c40ec Minor fix after landing new argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  18. be44fc3 Enable new argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  19. 1ba9927 Add extra timing information to argument propagator by Christoffer Quist Adamsen · 3 years, 7 months ago
  20. 2d6e515 Disallow non-constant argument propagation for noshrinking methods by Christoffer Quist Adamsen · 3 years, 7 months ago
  21. a38f34e Unify optimization info fixup in argument propagator, enum unboxer, and staticizer by Christoffer Quist Adamsen · 3 years, 7 months ago
  22. c0de6a1 Reland "Enable Record Desugaring" by Clément Béra · 3 years, 7 months ago
  23. 044390f [Retrace] Add RetraceApiUnknownJsonTest to binary compat tests by Morten Krogh-Jespersen · 3 years, 7 months ago
  24. d9d121c "Reland "Allow inlining when the optimize flag is set"""" by Rico Wind · 3 years, 7 months ago
  25. a8f7a97 Regression test for invalid signature polymorphic parameter check. by Ian Zerny · 3 years, 7 months ago
  26. df26b14 [Retrace] Fix tests after changing ambiguous and single line by Morten Krogh-Jespersen · 3 years, 7 months ago
  27. 1fa0a8b [Retrace] Add api for getting mapping information by Morten Krogh-Jespersen · 3 years, 7 months ago
  28. fe44fe0 [Retrace] Retrace single positions lines if no stack trace position by Morten Krogh-Jespersen · 3 years, 7 months ago
  29. b4d07e7 Revert "Reland "Allow inlining when the optimize flag is set""" by Rico Wind · 3 years, 7 months ago
  30. f35d1fa Remove tachiyomi from run_on_app by Rico Wind · 3 years, 7 months ago
  31. b69c44b [Retrace] Add tests for inlining with no line-number table by Morten Krogh-Jespersen · 3 years, 7 months ago
  32. 1f2e116 Reland "Allow inlining when the optimize flag is set"" by Rico Wind · 3 years, 7 months ago
  33. a278000 Fix test of inlining targets with non resolved methods by Rico Wind · 3 years, 7 months ago
  34. 7b4ad2a Update test expectations for art 12.0.0 by Rico Wind · 3 years, 7 months ago
  35. 0aaacaa Fix test status by Ian Zerny · 3 years, 7 months ago
  36. 08f1d5a Increase timeout for desugared library head builder by Rico Wind · 3 years, 7 months ago
  37. fdb2d31 Reproduce and fix nondeterminism in argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  38. 3b20d83 Fix unhandled instruction sequence in outliner by Christoffer Quist Adamsen · 3 years, 7 months ago
  39. fd607bf Minor fixes for new argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  40. 488846e Cleanup computation of new argument index after argument removal by Christoffer Quist Adamsen · 3 years, 7 months ago
  41. c3057a6 Fix nondeterminism in argument removal by Christoffer Quist Adamsen · 3 years, 7 months ago
  42. b525bf2 Handle direct targets to inaccessible interface methods. by Ian Zerny · 3 years, 7 months ago
  43. e7b6c0c Don't consider non-interface invokes for interface desugaring. by Ian Zerny · 3 years, 7 months ago
  44. 4d9cb6c Share resolution checks for holder in interface desugaring. by Ian Zerny · 3 years, 7 months ago
  45. e3de8cd Refactor interface instruction desugaring determination. by Ian Zerny · 3 years, 7 months ago
  46. 22fac1e Fix missing override in Outliner by Christoffer Quist Adamsen · 3 years, 7 months ago
  47. e034857 Rewrite outliner state with lens by Christoffer Quist Adamsen · 3 years, 7 months ago
  48. 51f0bb2 Suppress warning of javax.annotation.Nullable in checked in r8 compilation by Rico Wind · 3 years, 7 months ago
  49. cc261e8 Revert "Enable Record Desugaring" by Christoffer Quist Adamsen · 3 years, 7 months ago
  50. b329ac4 Remove printuses and printseeds and use tracereferences locally by Morten Krogh-Jespersen · 3 years, 7 months ago
  51. ccac09f Tracereferences target should be placed on classpath by Morten Krogh-Jespersen · 3 years, 7 months ago
  52. e8b4803 Fix inadequate type propagation in lens code rewriter by Christoffer Quist Adamsen · 3 years, 7 months ago
  53. d80205d Revert "Update jdk-11 to version jdk-11.0.2+9" by Morten Krogh-Jespersen · 3 years, 7 months ago
  54. f1425d9 Extend api level analysis to account for all synthetic methods by Morten Krogh-Jespersen · 3 years, 7 months ago
  55. ae20e23 Update tracereferences to keep failed resolutions by Morten Krogh-Jespersen · 3 years, 7 months ago
  56. d62bacc Reland "[Retrace] Move synthesizing of filename out of retrace api" by Morten Krogh-Jespersen · 3 years, 7 months ago
  57. 9b6cb13 Remove youtube 16.12 by Rico Wind · 3 years, 7 months ago
  58. 156d401 Update jdk-11 to version jdk-11.0.2+9 by Morten Krogh-Jespersen · 3 years, 7 months ago
  59. d3b3d9a Do not include prelude in first catch handler when building IR by Christoffer Quist Adamsen · 3 years, 7 months ago
  60. b140fd1 Fix incorrect lookup in isMaterializableInContext() by Christoffer Quist Adamsen · 3 years, 7 months ago
  61. 03ead7e Require optimization info in DexEncodedMethod constructor by Christoffer Quist Adamsen · 3 years, 7 months ago
  62. e6e1e02 Correctly set is-library-override info for abstract methods by Christoffer Quist Adamsen · 3 years, 7 months ago
  63. 360faea Reserve library method signatures during parameter removal by Christoffer Quist Adamsen · 3 years, 7 months ago
  64. 53e64e3 Correct invalid parameter check for signature polymorphic by Morten Krogh-Jespersen · 3 years, 7 months ago
  65. 498c2f2 Remove dead method in IRBuilder by Christoffer Quist Adamsen · 3 years, 7 months ago
  66. 10852d0 Relax is-simple-renaming check in lens rewriting of synthetic methods by Christoffer Quist Adamsen · 3 years, 7 months ago
  67. f09d2e5 Fix inadequate tracing of invoke-dynamic in printuses and tracereferences by Christoffer Quist Adamsen · 3 years, 7 months ago
  68. e50e0e8 Disallow optimizations for modeled proto methods by Christoffer Quist Adamsen · 3 years, 7 months ago
  69. 28204f9 Fix method removal in replaceMethods() by Christoffer Quist Adamsen · 3 years, 7 months ago
  70. 47768e1 Correctly remove Assume instructions from IR in LensCodeRewriter by Christoffer Quist Adamsen · 3 years, 7 months ago
  71. 34e6717 Add regression test for inlining code with invalid calls by Rico Wind · 3 years, 7 months ago
  72. 39bdaaa Remove CONSTANT_Dynamic redundant testing by Søren Gjesse · 3 years, 7 months ago
  73. beb5d87 Update Guava to version 30.1.1-jre by Søren Gjesse · 3 years, 7 months ago
  74. c859a26 Refactor CONSTANT_Dynamic desugaring when throwing by Søren Gjesse · 3 years, 7 months ago
  75. 1f8a001 Revert "[Retrace] Move synthesizing of filename out of retrace api" by Morten Krogh-Jespersen · 3 years, 7 months ago
  76. 00796e5 [Retrace] Move synthesizing of filename out of retrace api by Morten Krogh-Jespersen · 3 years, 7 months ago
  77. 517ccc9 [Retrace] Identify ranges with cardinal to split overloaded mappings by Morten Krogh-Jespersen · 3 years, 7 months ago
  78. 46d63e5 Remove references to bundled opensource apps now that we have dumps by Morten Krogh-Jespersen · 3 years, 7 months ago
  79. ff821a5 [Retrace] Add test showing problem with inline frame interpretation by Morten Krogh-Jespersen · 3 years, 7 months ago
  80. f0f9c07 [Retrace] Add StringRetrace.create overload for reusing retracer by Morten Krogh-Jespersen · 3 years, 7 months ago
  81. b5260b8 Don't double desugar default interface methods. by Ian Zerny · 3 years, 7 months ago
  82. 00d7980 [Retrace] Add doc describing retrace version and synthetic by Morten Krogh-Jespersen · 3 years, 7 months ago
  83. 0932038 Reland "[ApiModel] Force specifying api level for definitions" by Morten Krogh-Jespersen · 3 years, 7 months ago
  84. d679cc0 Update CONSTANT_Dynamic desugaring by Søren Gjesse · 3 years, 7 months ago
  85. 59a0b90 Revert "[ApiModel] Force specifying api level for definitions" by Morten Krogh-Jespersen · 3 years, 7 months ago
  86. 0dcaf44 [ApiModel] Force specifying api level for definitions by Morten Krogh-Jespersen · 3 years, 7 months ago
  87. b557572 [Retrace] Add api tests for synthesized by Morten Krogh-Jespersen · 3 years, 7 months ago
  88. ea69722 [Retrace] Add retrace api test for source file by Morten Krogh-Jespersen · 3 years, 7 months ago
  89. dd3af3f Remove dead code from InterfaceMethodRewriter. by Ian Zerny · 3 years, 7 months ago
  90. de7ddfa Add automatic refresh for running with test state by Morten Krogh-Jespersen · 3 years, 7 months ago
  91. e6f2ba2 Break from use registry in argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  92. 1a161ce Only fixup affected classes in argument propagation by Christoffer Quist Adamsen · 3 years, 7 months ago
  93. 4e51c2f Reuse util for getting first non-receiver argument index by Christoffer Quist Adamsen · 3 years, 7 months ago
  94. 24c1652 Test mixed argument removal and enum unboxing by Christoffer Quist Adamsen · 3 years, 7 months ago
  95. 302c0db Revert "Allow inlining when the optimize flag is set" by Rico Wind · 3 years, 7 months ago
  96. d4107eb Only consider abstract methods that shadow abstract methods by Morten Krogh-Jespersen · 3 years, 7 months ago
  97. c8df781 Reproduction of AbstractMethodRemover removing method that should stay by Morten Krogh-Jespersen · 3 years, 7 months ago
  98. 75d3c2a Add testing flag for experimenting with simple inlining heuristics by Rico Wind · 3 years, 7 months ago
  99. 30273f3 Allow inlining when the optimize flag is set by Rico Wind · 3 years, 7 months ago
  100. 508ebbc Revert "Custom conversion stubs" by Morten Krogh-Jespersen · 3 years, 7 months ago