r8 /
r8 /
5da4e3569eb04b5e7e81bc3bcaaf531e386e3400 - 5da4e35 Add Chrome enum regression test by Clément Béra · 4 years, 2 months ago
- 93eecda Add test of string switch for Dalvik MAX_INT issue by Søren Gjesse · 4 years, 2 months ago
- d02c513 Pull out switch key MAX_INT to if when Dalvik bug might be present by Søren Gjesse · 4 years, 2 months ago
- 282ce17 Remove uses of name-based identification of synthetics. by Ian Zerny · 4 years, 2 months ago
- 2915431 Fix NPE from missing class in hierarchy during merging by Christoffer Quist Adamsen · 4 years, 2 months ago
- 3f55d20 Add test showing main dex computation using dead path by Morten Krogh-Jespersen · 4 years, 2 months ago
- b7074cc Revert "Stop relying on $VALUES name" by Christoffer Quist Adamsen · 4 years, 2 months ago
- d408d8d Fix r8_release.py by Christoffer Quist Adamsen · 4 years, 2 months ago
- 486e75a Add test for disallowing merging of classes in main dex list by Morten Krogh-Jespersen · 4 years, 2 months ago
- 10e4147 Misc. updates to allow better logging removal by Christoffer Quist Adamsen · 4 years, 2 months ago
- ffa27cd Test for disallowing horizontal merging of classes in main dex list by Morten Krogh-Jespersen · 4 years, 2 months ago
- e7de162 Removed the wrong loop in fix for b/175332495. by Ian Zerny · 4 years, 2 months ago
- 7557bd6 Reland "Hygienic outlining." by Ian Zerny · 4 years, 2 months ago
- 8a7e640 Consider all users when determining only-used-in-block. by Ian Zerny · 4 years, 2 months ago
- e8db196 Rename DexEncodedMethod#parameters() for consistency with DexMethod by Christoffer Quist Adamsen · 4 years, 2 months ago
- 62b3a4a Remove redundant method proto() in DexEncodedMethod by Christoffer Quist Adamsen · 4 years, 2 months ago
- be6d7e0 Add a test for disallowing inlining into main dex list classes by Christoffer Quist Adamsen · 4 years, 2 months ago
- 90c7c47 Print stack trace of main thread in !isProcessed() assertion by Christoffer Quist Adamsen · 4 years, 2 months ago
- 65b0e07 Compute the set of synthetics after finalization. by Ian Zerny · 4 years, 2 months ago
- d5ec6c5 Revert "Hygienic outlining." by Rico Wind · 4 years, 2 months ago
- c49173e Hygienic outlining. by Ian Zerny · 4 years, 2 months ago
- c6e8cc3 Add tests that distinguish main dex list from main dex tracing result by Christoffer Quist Adamsen · 4 years, 2 months ago
- 3f5c630 Extend reprocessing assertion failure with context by Christoffer Quist Adamsen · 4 years, 2 months ago
- e66cb17 Allow unused -dontwarn rules in Chrome and YouTube by Christoffer Quist Adamsen · 4 years, 2 months ago
- 36d6d12 Change TreeFixerBase to take AppView<?> after synthetics use it by Morten Krogh-Jespersen · 4 years, 2 months ago
- 411eb51 Keep track of failed field and method resolutions by Morten Krogh-Jespersen · 4 years, 3 months ago
- c31c063 Fix failures from missing classes update by Christoffer Quist Adamsen · 4 years, 2 months ago
- fb47ce4 Replace lambdas by method reference by Christoffer Quist Adamsen · 4 years, 2 months ago
- 870de2d Disallow unused dont warn rules during testing by Christoffer Quist Adamsen · 4 years, 2 months ago
- 27a500a Rewrite predicates in fields to private methods by Christoffer Quist Adamsen · 4 years, 2 months ago
- 9d8d893 Respect package boundaries in unused interface removal by Christoffer Quist Adamsen · 4 years, 2 months ago
- b828ec1 Fix missing class errors in tests by Christoffer Quist Adamsen · 4 years, 2 months ago
- 744ba75 Enable easy signing of apks with apk_utils.py by Rico Wind · 4 years, 2 months ago
- 9844f73 Print markers in disassemble. by Ian Zerny · 4 years, 2 months ago
- f9c73ea Enable new missing class reporting in tests by Christoffer Quist Adamsen · 4 years, 2 months ago
- 3c36c8e Synthesize companion classpath classes expected to be present by Christoffer Quist Adamsen · 4 years, 2 months ago
- 9684aa3 Add support for synthesizing classpath classes by Christoffer Quist Adamsen · 4 years, 2 months ago
- e9ecde6 Implement nest based access desugaring as cf-to-cf by Christoffer Quist Adamsen · 4 years, 2 months ago
- 1608ec8 Respect -dontnote in lambda merger by Christoffer Quist Adamsen · 4 years, 2 months ago
- 570e2ef Fix thread unsafe access to method-id map in LambdaRewriter. by Ian Zerny · 4 years, 2 months ago
- ad5218a Reland changes to hygienic synthetics. by Ian Zerny · 4 years, 2 months ago
- 6a1efd5 Update R8 on DEX compilation test. by Ian Zerny · 4 years, 2 months ago
- 9addf8f Fix nondeterminism in post method processor by Christoffer Quist Adamsen · 4 years, 2 months ago
- 8991892 Insert assume-not-null instructions based on assume rules by Christoffer Quist Adamsen · 4 years, 2 months ago
- 5702441 Model possibly missing interfaces. by Ian Zerny · 4 years, 2 months ago
- 5340497 Workaround for unrealesed updated desugared library by Søren Gjesse · 4 years, 2 months ago
- 50930e4 Fix 'Can't mix strings and bytes in path components' from run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
- 147342c Fix 'object has no attribute' error in run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
- ef1b267 Revert "Use optInfo to find dead fields in enum unboxer" by Christoffer Quist Adamsen · 4 years, 2 months ago
- b1a4b04 [Retrace] Release retrace_lib.jar for google3 by Morten Krogh-Jespersen · 4 years, 2 months ago
- 56695d8 Use optInfo to find dead fields in enum unboxer by Clément Béra · 4 years, 2 months ago
- 7043284 Fix python3 using decimal for Xmx by Morten Krogh-Jespersen · 4 years, 2 months ago
- dff9702 Stop relying on $VALUES name by Clément Béra · 4 years, 2 months ago
- b4f82ac Check for not extending main-dex file in second round by Morten Krogh-Jespersen · 4 years, 2 months ago
- 130394c Remove disabled permutation from run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
- 6d54693 Fix explicit MIN_SDK rule check by Christoffer Quist Adamsen · 4 years, 2 months ago
- 45abed9 Update run_on_app to be python3 by Morten Krogh-Jespersen · 4 years, 2 months ago
- 8a4d1ca Update r8_release to python3 by Morten Krogh-Jespersen · 4 years, 2 months ago
- 667e1cb Update reproduction of b/177790310 by Søren Gjesse · 4 years, 2 months ago
- 3be4ffb Add a reproduction of b/177790310 outside of Art tests by Søren Gjesse · 4 years, 2 months ago
- 91f7f8a Update status for Art test 095_switch_MAX_INT by Søren Gjesse · 4 years, 2 months ago
- d937395 Reproduce compilation failure from unexpected string switch by Christoffer Quist Adamsen · 4 years, 2 months ago
- 0c328d4 Test for invalid optimization when ZipFile is not Closeable. by Ian Zerny · 4 years, 3 months ago
- 4f43513 Don't do any switch rewriting for cf to cf desugaring by Søren Gjesse · 4 years, 3 months ago
- b081f3e Disable de-virtualizing of invoke if adding to main dex by Morten Krogh-Jespersen · 4 years, 3 months ago
- fd4164d Reland "Add library retargeting classes into retarget package" by Morten Krogh-Jespersen · 4 years, 3 months ago
- 74b2bd6 Do not use cast for finding const-number instruction by Morten Krogh-Jespersen · 4 years, 3 months ago
- 900d934 Revert changes to hygienic synthetics. by Ian Zerny · 4 years, 3 months ago
- a913e03 Revert "Add library retargeting classes into retarget package" by Christoffer Quist Adamsen · 4 years, 3 months ago
- d3b7b8a [Retrace] Archive retrace.jar in google3 by Morten Krogh-Jespersen · 4 years, 3 months ago
- eebdeb3 [Retrace] Add r8retrace-exclude-jar to built jars by Morten Krogh-Jespersen · 4 years, 3 months ago
- 000bc0c Disable failing test. by Ian Zerny · 4 years, 3 months ago
- 75d7342 Revert "No NullOrAbstractValue for primitive" by Ian Zerny · 4 years, 3 months ago
- 9f85fa9 Add library retargeting classes into retarget package by Morten Krogh-Jespersen · 4 years, 3 months ago
- 5c9ded1 Fix missing import in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
- 581c08c Strengthen inlining of side effect free methods by Christoffer Quist Adamsen · 4 years, 3 months ago
- a3ca435 Fix invoke-super of a default method in desugared library for cf to cf by Søren Gjesse · 4 years, 3 months ago
- 4c41bbe No NullOrAbstractValue for primitive by Clément Béra · 4 years, 3 months ago
- f637b90 Hygienic service loader rewriting. by Ian Zerny · 4 years, 3 months ago
- 566ff05 Remove dead code for legacy dispatch classes. by Ian Zerny · 4 years, 3 months ago
- c39c637 Remove hygienic synthetics from predicate for non-hygienic/duplicates. by Ian Zerny · 4 years, 3 months ago
- 286bdd4 Hygienic desugaring of try-with-resource $closeResource. by Ian Zerny · 4 years, 3 months ago
- 0a22c26 Reland "Hygienic lambda desugaring." by Ian Zerny · 4 years, 3 months ago
- c753ffa Allow writing synthetic classes in CF backend. by Ian Zerny · 4 years, 3 months ago
- 28a5b9e Split interface method rewriting into invoke-specific rewriting methods by Christoffer Quist Adamsen · 4 years, 3 months ago
- f79f1a2 Towards using DexClassAndMethod in desugaring by Christoffer Quist Adamsen · 4 years, 3 months ago
- a3da66f Test invoke-super of a default method in desugared library by Søren Gjesse · 4 years, 3 months ago
- a9ff1cf Fix object has no attribute error in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
- 0bcc9a5 Fix typo in error message. by Ian Zerny · 4 years, 3 months ago
- c1c13bd Fix nondeterminism in AppliedGraphLens construction by Christoffer Quist Adamsen · 4 years, 3 months ago
- 6a1de57 Add usage of main-dex rules to D8 API test. by Ian Zerny · 4 years, 3 months ago
- 99683a3 Add D8 support for main-dex rules. by Ian Zerny · 4 years, 3 months ago
- 2212f22 [Retrace] Parameterize retrace tests over CF runtimes by Morten Krogh-Jespersen · 4 years, 3 months ago
- 698ae92 Add synthetic bridges not in map by Morten Krogh-Jespersen · 4 years, 3 months ago
- 8712040 Test for Month name on various platforms by Clément Béra · 4 years, 3 months ago
- 3d369b4 Make run_on_app_dump.py run with python3 by Rico Wind · 4 years, 3 months ago
- 5b5ce3c Remove uses of System.exit by Ian Zerny · 4 years, 3 months ago
- 0d7a96f [Retrace] Build an external retrace library and run tests on it by Morten Krogh-Jespersen · 4 years, 3 months ago
- 834ad8a Keep original interface method forwarding bridge by Morten Krogh-Jespersen · 4 years, 3 months ago
- 2567365 Rewrite Objects.requireNonNull with one argument to getClass by Søren Gjesse · 4 years, 3 months ago