1. 0b4d7eb Add removeFrame for inlineframes throwing NPE without check by Morten Krogh-Jespersen · 2 years, 8 months ago
  2. 6f61b2c Reland "Remove single line debug entries for non-overloaded methods" by Morten Krogh-Jespersen · 2 years, 8 months ago
  3. 2d46f63 Reland "Differentiate compiler synthesized ConstClass/CheckCast" by Clément Béra · 2 years, 8 months ago
  4. d66c2e5 Simplify constant value by Clément Béra · 2 years, 8 months ago
  5. 96a6a6f [Retrace] Remove or-numbering for single line retracing by Morten Krogh-Jespersen · 2 years, 8 months ago
  6. c234247 Replace all source file attributes in optimizing/minifying builds. by Ian Zerny · 2 years, 8 months ago
  7. 69c3fcb Don't rewrite source file in non-minifying compat mode. by Ian Zerny · 2 years, 8 months ago
  8. d40514e Compatibility tests for renaming source file. by Ian Zerny · 2 years, 8 months ago
  9. 1433d58 Support custom source file in R8. by Ian Zerny · 2 years, 8 months ago
  10. f828e2a Reland "Keep debug related information in R8 debug mode." by Ian Zerny · 2 years, 8 months ago
  11. 2402707 Mark effectively final methods as final by Christoffer Quist Adamsen · 2 years, 8 months ago
  12. bc4cb14 Parameterise art tests outputMayDiffer by conditions by Morten Krogh-Jespersen · 2 years, 8 months ago
  13. 95ba94e Use latest graph lens as code lens for inlining IR by Christoffer Quist Adamsen · 2 years, 8 months ago
  14. d5c5f23 Do not single caller inline overrides of kept methods by Christoffer Quist Adamsen · 2 years, 8 months ago
  15. 50085b2 Check for applymapping of class before repackaging by Morten Krogh-Jespersen · 2 years, 8 months ago
  16. ef978ff Allow passing in custom file name for archiving failures by Morten Krogh-Jespersen · 2 years, 8 months ago
  17. e3ed224 Fix invoke-special to method present after horizontal class merging by Christoffer Quist Adamsen · 2 years, 8 months ago
  18. 374deaf Fix incorrect mapping from invoke-special in UseRegistry by Christoffer Quist Adamsen · 2 years, 8 months ago
  19. 138bdf0 Disallow vertical class merging of invoke-special to default interface method by Christoffer Quist Adamsen · 2 years, 8 months ago
  20. ab9da1d Extend UseRegistry with AppView by Christoffer Quist Adamsen · 2 years, 8 months ago
  21. 940d2b9 Support for getting method signature at time of given lens by Christoffer Quist Adamsen · 2 years, 8 months ago
  22. 4d4919f Introduce registerInvokeSpecial() method on UseRegistry by Christoffer Quist Adamsen · 2 years, 8 months ago
  23. 4dea4f7 Reland "Make sure loops with no iterations are removed" by Clément Béra · 2 years, 8 months ago
  24. 5260d79 Avoid inliner reprocessing of singler caller inlined methods by Christoffer Quist Adamsen · 2 years, 9 months ago
  25. 077a53f Remove applyDoubleInlining flag by Christoffer Quist Adamsen · 2 years, 9 months ago
  26. 5e944b6 Disable proguard retrace tests on dalvik by Morten Krogh-Jespersen · 2 years, 9 months ago
  27. 0ed2f07 Fix retrace proguard tests on dalvik by Morten Krogh-Jespersen · 2 years, 9 months ago
  28. 44688aa Revert "Keep debug related information in R8 debug mode." by Christoffer Quist Adamsen · 2 years, 9 months ago
  29. 4884e24 Only set result once in IllegalAccessDetector by Christoffer Quist Adamsen · 2 years, 9 months ago
  30. b9b5a2e Add getContext() method to UseRegistry by Christoffer Quist Adamsen · 2 years, 9 months ago
  31. 22c4aaf Cleanup mapping from invoke-special to IR by Christoffer Quist Adamsen · 2 years, 9 months ago
  32. adbfe6d Don't remove arguments for interface invokes dispatching to library by Søren Gjesse · 2 years, 9 months ago
  33. 3fc855b Fix incomplete registry callback by Christoffer Quist Adamsen · 2 years, 9 months ago
  34. deede28 Fix applymapping test by Morten Krogh-Jespersen · 2 years, 9 months ago
  35. 03f8577 Remove debug tests running on output from R8 release by Morten Krogh-Jespersen · 2 years, 9 months ago
  36. 7ff0dff Update retraceproguard tests to use test parameters by Morten Krogh-Jespersen · 2 years, 9 months ago
  37. 9f13e38 Keep debug related information in R8 debug mode. by Ian Zerny · 2 years, 9 months ago
  38. 78ece7e Compatibility tests for source file attribute. by Ian Zerny · 2 years, 9 months ago
  39. 10b104f Revert "Differentiate compiler synthesized ConstClass/CheckCast" by Christoffer Quist Adamsen · 2 years, 9 months ago
  40. 8255322 Add test for applymapping with repackageclasses by Morten Krogh-Jespersen · 2 years, 9 months ago
  41. 814acb3 Run Java11Bootstrap tests on JDK 11 and up by Morten Krogh-Jespersen · 2 years, 9 months ago
  42. d3f4820 Reproduce incomplete tracing from incorrect mapping of invoke-special by Christoffer Quist Adamsen · 2 years, 9 months ago
  43. d1b5ca8 [Retrace] Group inline frames by minified name and line only by Morten Krogh-Jespersen · 2 years, 9 months ago
  44. fdc3f0a [Retrace] Add test for identity mapping by Morten Krogh-Jespersen · 2 years, 9 months ago
  45. 0a4dfb9 Regression test and fix for retracing classes with dashes. by Ian Zerny · 2 years, 9 months ago
  46. a52e827 Remove unneeded and incorrect set-file modification. by Ian Zerny · 2 years, 9 months ago
  47. f4db7b0 Revert "Make sure loops with no iterations are removed" by Morten Krogh-Jespersen · 2 years, 9 months ago
  48. d93f2a4 Don't consume dx generated input in the examples test by Rico Wind · 2 years, 9 months ago
  49. df23d1c Make sure loops with no iterations are removed by Clément Béra · 2 years, 9 months ago
  50. 7105d44 Remove neverInline() from MethodOptimizationInfo by Christoffer Quist Adamsen · 2 years, 9 months ago
  51. e959e84 Revert "Remove single line debug entries for non-overloaded methods" by Ian Zerny · 2 years, 9 months ago
  52. 11bee07 Differentiate compiler synthesized ConstClass/CheckCast by Clément Béra · 2 years, 9 months ago
  53. d8d5276 Disregard debug set-file events. by Ian Zerny · 2 years, 9 months ago
  54. 035264b Update repro of b/202074964 to test with classpath by Søren Gjesse · 2 years, 9 months ago
  55. af24884 Update test by Søren Gjesse · 2 years, 9 months ago
  56. 8a0c6bf Avoid decoding method names in CfInvoke.getInvokeType by Christoffer Quist Adamsen · 2 years, 9 months ago
  57. 23e72a9 Remove single line debug entries for non-overloaded methods by Morten Krogh-Jespersen · 2 years, 9 months ago
  58. 87b7f4f Use generic for HashCode return type by Morten Krogh-Jespersen · 2 years, 9 months ago
  59. 798aac0 Reland "[ApiModel] Generate and use a serialized format for populating database" by Morten Krogh-Jespersen · 2 years, 9 months ago
  60. c2f4295 Ensure deterministic output from generating keep rules in CodeToKeep by Morten Krogh-Jespersen · 2 years, 9 months ago
  61. 8dcb415 Create a wrapper around Hashing to allow using it from tests by Morten Krogh-Jespersen · 2 years, 9 months ago
  62. ee4bec5 Test showing set-file debug event is unused by all VMs. by Ian Zerny · 2 years, 9 months ago
  63. 89e1901 Move compilation of R8 out in run_on_app.py to ensure proper timing by Morten Krogh-Jespersen · 2 years, 9 months ago
  64. ead53c1 Reproduction of b/202142500 by Søren Gjesse · 2 years, 9 months ago
  65. 1768e25 Read system property information in compiledump.py by Søren Gjesse · 2 years, 9 months ago
  66. 013c30b Use a source set to compile main with java 11 by Morten Krogh-Jespersen · 2 years, 9 months ago
  67. 3efde1c Fix youtube tests by Clément Béra · 2 years, 9 months ago
  68. 2a2d448 Refactor source file rewriting. by Ian Zerny · 2 years, 9 months ago
  69. b23c47c Reland "Support custom map id in R8." by Ian Zerny · 2 years, 9 months ago
  70. 70aa3c8 Add mock class and additional pending classes to API tests. by Ian Zerny · 2 years, 9 months ago
  71. c7a31d5 Revert "[ApiModel] Generate and use a serialized format for populating database" by Morten Krogh-Jespersen · 2 years, 9 months ago
  72. f87f473 Include system properties prefixed with com.android.tools.r8. in dumps by Søren Gjesse · 2 years, 9 months ago
  73. c2a9e6a [ApiModel] Generate and use a serialized format for populating database by Morten Krogh-Jespersen · 2 years, 9 months ago
  74. 162a92d Revert "Support custom map id in R8." by Ian Zerny · 2 years, 9 months ago
  75. a440564 Support custom map id in R8. by Ian Zerny · 2 years, 9 months ago
  76. 7a94b30 Update kotlin class inliner tests after change to 1.5 by Morten Krogh-Jespersen · 2 years, 9 months ago
  77. e90c98e [Retrace] Narrowing by non-mapped position should give empty result by Morten Krogh-Jespersen · 2 years, 9 months ago
  78. 33bf9cb [Retrace] Only stream over unique method references by Morten Krogh-Jespersen · 2 years, 9 months ago
  79. 620091c Produce mapping files for identity mappings. by Ian Zerny · 2 years, 9 months ago
  80. c9cef38 Regression test for no mapping file output. by Ian Zerny · 2 years, 9 months ago
  81. f1f4dc7 [Retrace] Add tests for looking up methods and non-existing frames by Morten Krogh-Jespersen · 2 years, 9 months ago
  82. 500c562 Disable retrace tests when not testing r8lib by Christoffer Quist Adamsen · 2 years, 9 months ago
  83. f20a530 Fixup invalid EnclosingMethodAttribute if referencing clinit by Morten Krogh-Jespersen · 2 years, 9 months ago
  84. 2ce1d72 Add test for invalid EnclosingMethodAttribute referencing clinit by Morten Krogh-Jespersen · 2 years, 9 months ago
  85. 9903329 Clean-op creating positions and copying by Morten Krogh-Jespersen · 2 years, 9 months ago
  86. c41fddb Update dart-sdk to version 2.14.3 by Morten Krogh-Jespersen · 2 years, 9 months ago
  87. 57e20e8 [Retrace] Add support for retracing stacktraces with outlines by Morten Krogh-Jespersen · 2 years, 9 months ago
  88. c0e073c Add test for multiple inlining without null receiver check by Morten Krogh-Jespersen · 2 years, 9 months ago
  89. d7f06c5 Share the code for regenerating checked in api tests. by Ian Zerny · 2 years, 9 months ago
  90. 6bd2a88 Refactor retrace api tests to the common base. by Ian Zerny · 2 years, 9 months ago
  91. 4172657 Store block entry states for blocks with multiple predecessors by Christoffer Quist Adamsen · 2 years, 9 months ago
  92. 9645a0e Add widening to class inliner constraint analysis by Christoffer Quist Adamsen · 2 years, 9 months ago
  93. b46489a [Retrace] Remove retrace jars from archiving by Morten Krogh-Jespersen · 2 years, 9 months ago
  94. 83cf7d0 [Retrace] Support outline information in mapping files by Morten Krogh-Jespersen · 2 years, 9 months ago
  95. 20458bd [Retrace] Remove r8retrace.jar and use r8lib.jar instead by Morten Krogh-Jespersen · 2 years, 9 months ago
  96. b833cb3 Experimental flag to not make the fields in lambda classes final by Søren Gjesse · 2 years, 9 months ago
  97. aaf23cb Add timing information to class inliner analysis by Christoffer Quist Adamsen · 2 years, 9 months ago
  98. 5619ad7 Fix RetraceApiBinaryCompatibility by not using guava dependencies by Morten Krogh-Jespersen · 2 years, 9 months ago
  99. 82ae75a [Retrace] Fix compilation and tests by Morten Krogh-Jespersen · 2 years, 9 months ago
  100. 9a14ed5 [Retrace] Add private rewrite previuos obfuscated position action by Morten Krogh-Jespersen · 2 years, 9 months ago