Sign in
r8
/
r8
/
HEAD
3568dcd
Revert "Replace pruned type variables with concrete instantiations"
by Morten Krogh-Jespersen
· 10 hours ago
main
42ff355
Correct kotlin source debug extension tests for 1.4
by Morten Krogh-Jespersen
· 12 hours ago
e44d653
Add YouTube 16.12
by Christoffer Quist Adamsen
· 12 hours ago
d609084
Allow unboxing enums with multidimensional arrays
by Christoffer Quist Adamsen
· 14 hours ago
55bf5e7
Allow unboxing empty/unused enums
by Christoffer Quist Adamsen
· 14 hours ago
5835a31
Update kotlin-metadata library to version 0.2.0
by Morten Krogh-Jespersen
· 13 hours ago
3f478d7
Run R8 on kotlinc 1.5.0 standard lib
by Morten Krogh-Jespersen
· 14 hours ago
6fcf1eb
Add kotlin compiler 1.5.0-M2
by Morten Krogh-Jespersen
· 14 hours ago
17b6fa0
Rewrite type elements after redundant interface removal
by Christoffer Quist Adamsen
· 14 hours ago
f42347c
Move generic signature visitor to top-level class
by Morten Krogh-Jespersen
· 16 hours ago
0af93bf
Revert "More detailed enum unboxing diagnostics for debugging"
by Christoffer Quist Adamsen
· 17 hours ago
fd7d193
Add test for generic signatures that should be pruned in fullmode
by Morten Krogh-Jespersen
· 18 hours ago
f756610
Replace pruned type variables with concrete instantiations
by Morten Krogh-Jespersen
· 18 hours ago
d274e02
Update expectations for Art tests using Class.forName
by Christoffer Quist Adamsen
· 20 hours ago
23964b1
More detailed enum unboxing diagnostics for debugging
by Christoffer Quist Adamsen
· 32 hours ago
07a2ae7
Fix lens rewriting of invoke signatures
by Christoffer Quist Adamsen
· 32 hours ago
49d3649
Update VerticalClassMergerIndirectReflectiveNameTest expectation
by Christoffer Quist Adamsen
· 32 hours ago
0c6d81c
Materialize static-get for assume rules with static field
by Christoffer Quist Adamsen
· 2 days ago
f62bf6f
Rewrite Class.forName() in presence of catch handlers
by Christoffer Quist Adamsen
· 5 days ago
d2642a4
Resolve unchecked cast build warnings
by Christoffer Quist Adamsen
· 2 days ago
b40744d
Minor cleanup of optimization info rewrite
by Christoffer Quist Adamsen
· 2 days ago
1819376
Record all reasons for not unboxing enums
by Christoffer Quist Adamsen
· 2 days ago
a99ce7e
Reland "Postpone InterfaceProcessor interface modifications"
by Clément Béra
· 3 days ago
8f26cd4
Use ListHelpers that return the original list if no changes
by Morten Krogh-Jespersen
· 3 days ago
f702455
Revert "Postpone InterfaceProcessor interface modifications"
by Christoffer Quist Adamsen
· 3 days ago
e662a41
Delete YouTube 16.10
by Christoffer Quist Adamsen
· 3 days ago
2c18fcc
Change GenericSignatureVisitor to emit return types
by Morten Krogh-Jespersen
· 3 days ago
fedb460
Fix attempt to create ValueType from void type in ForwardMethodBuilder
by Christoffer Quist Adamsen
· 3 days ago
6305cbb
Allow phis in proto extension registry shrinking
by Christoffer Quist Adamsen
· 3 days ago
eca7080
Handle aux data for optional proto 3 fields
by Christoffer Quist Adamsen
· 3 days ago
8a9fb5e
Remove incorrect rewriting from invoke-interface to invoke-static
by Christoffer Quist Adamsen
· 3 days ago
02a91a1
Ensure fields marked as dead will be eligible for removal
by Christoffer Quist Adamsen
· 3 days ago
7e1c201
Handle synthesizing class contexts in missing classes
by Christoffer Quist Adamsen
· 3 days ago
542a41b
Interface Method desugaring class processing concurrent
by Clément Béra
· 3 days ago
0730131
Interface processor support concurrency
by Clément Béra
· 3 days ago
9df87f4
Postpone InterfaceProcessor interface modifications
by Clément Béra
· 3 days ago
d5344a5
Postpone EmulatedInterfaceProcessor interface modifications
by Clément Béra
· 6 days ago
6723ced
Refactor enum instruction analysis into method per instruction type
by Christoffer Quist Adamsen
· 5 days ago
7471eea
Handle assume users in enum values analysis
by Christoffer Quist Adamsen
· 5 days ago
aabdb42
Move ScopeReference to the top-level.
by Ian Zerny
· 6 days ago
112a989
Move scope helpers to static methods.
by Ian Zerny
· 6 days ago
e727302
Fix inputs not defined on all paths in run_on_app.py
by Christoffer Quist Adamsen
· 3 days ago
0588244
Ensure that inputs list is always initialized
by Rico Wind
· 3 days ago
92a63dd
Unify handling of scoped and global mapping information.
by Ian Zerny
· 6 days ago
e8dabfc
Update test after move of mapping information.
by Ian Zerny
· 7 days ago
f095574
Fix missing overrides
by Clément Béra
· 7 days ago
adc0cba
Rewrite java.nio.Buffer jdk11/13 covariant return
by Clément Béra
· 7 days ago
b36c638
Reland "Add UninitializedThisLocalRead to instance initializer exits"
by Morten Krogh-Jespersen
· 8 days ago
75a0979
Add direct CLI options for dump to file and directory
by Søren Gjesse
· 8 days ago
53fa1ca
Store scoped mapping info on the side.
by Ian Zerny
· 8 days ago
a74174d
Remove debug 'or True' from app dump runner
by Rico Wind
· 8 days ago
33936d1
Set jdkhome for golem runners
by Rico Wind
· 8 days ago
9f37743
Add reference suffix to retraced item references.
by Ian Zerny
· 9 days ago
5bb6446
Rename retrace element classes as top-level types.
by Ian Zerny
· 9 days ago
29255ae
Allowing multiple GeneratedExtensionRegistrys
by Sam Maier
· 2 weeks ago
feae729
Introduce a base RetraceElement interface.
by Ian Zerny
· 9 days ago
ce59076
Introduce a base RetraceResult interface.
by Ian Zerny
· 3 weeks ago
376b4a5
Revert "Add UninitializedThisLocalRead to instance initializer exits"
by Morten Krogh-Jespersen
· 9 days ago
22d9016
Add UninitializedThisLocalRead to instance initializer exits
by Morten Krogh-Jespersen
· 3 weeks ago
80e0048
Support building of YouTube 16.10
by Søren Gjesse
· 9 days ago
e7de59a
Use reader instead of buffered reader in ProguardMapSupplier
by Morten Krogh-Jespersen
· 9 days ago
8b9f75d
Change ProguardMapProducer to return a BufferedStreamReader
by Morten Krogh-Jespersen
· 9 days ago
7adcff8
Postpone renaming of emulated interfaces
by Clément Béra
· 9 days ago
aeadc49
Filter emulated interface sub interfaces
by Clément Béra
· 9 days ago
aee30be
Harmonize interface desugaring class processing
by Clément Béra
· 2 weeks ago
a642f22
Split emulated interface processing in its class
by Clément Béra
· 2 weeks ago
078ed14
Split interface desugaring in its own package
by Clément Béra
· 2 weeks ago
5182c2d
Correct bug id for TODO to reference the correct ID
by Morten Krogh-Jespersen
· 3 weeks ago
e7d074d
Export default regular expression
by Morten Krogh-Jespersen
· 3 weeks ago
0339b48
Use instruction directly to remove field users when class-inlining
by Morten Krogh-Jespersen
· 3 weeks ago
a0f9426
Remove signature keys from additional mappings.
by Ian Zerny
· 3 weeks ago
391847f
Delete MethodSignatureChangedInformation.
by Ian Zerny
· 3 weeks ago
bb86106
Add JVM runtime tests for clobbering uninitialized this in init
by Morten Krogh-Jespersen
· 3 weeks ago
b700862
Add Square Inc. to authors
by Rico Wind
· 3 weeks ago
e42b142
Add a scope to compiler synthetics mapping info.
by Ian Zerny
· 3 weeks ago
f5f3a54
Add experimental map-file version.
by Ian Zerny
· 3 weeks ago
29cf914
Throw InvalidDebugInfoException for input with stack maps
by Morten Krogh-Jespersen
· 3 weeks ago
5159d89
Fix tests for API not present on any API level
by Søren Gjesse
· 3 weeks ago
06fef6f
Add reproduction for not emitting locals for stack map table
by Morten Krogh-Jespersen
· 3 weeks ago
1c28c2f
Update main-dex expectation after keeping annotations when noShrinking
by Morten Krogh-Jespersen
· 3 weeks ago
8c15ecd
Add android.jar for Android R (beta revision 2)
by Søren Gjesse
· 3 weeks ago
2eaf4ac
Internal support for emitting map-file info from D8.
by Ian Zerny
· 3 weeks ago
c777d87
Mark annotations as kept if we are running with noShrinking
by Morten Krogh-Jespersen
· 3 weeks ago
bd07504
Add test for missing types in annotations when using noShrinking
by Morten Krogh-Jespersen
· 3 weeks ago
1659069
Do not use inner class separator when adding suffix to name
by Morten Krogh-Jespersen
· 3 weeks ago
8fb1339
Adjust OOM threshold for iosched
by Morten Krogh-Jespersen
· 3 weeks ago
9bd9b29
Fix maxLocals bug with ForwardMethodBuilder
by Clément Béra
· 3 weeks ago
e139309
Fix long line
by Rico Wind
· 4 weeks ago
a58c991
Update bots to pull main instead of master
by Rico Wind
· 4 weeks ago
1b52acf
Change master->main for non bot code in repo
by Rico Wind
· 4 weeks ago
078894f
Ensure repackaging do not pick types that has been pruned
by Morten Krogh-Jespersen
· 4 weeks ago
9e1edd2
Add reproduction for repackaging picking merged and pruned class
by Morten Krogh-Jespersen
· 4 weeks ago
0e12f71
Use thread-safe seen set for unique context assertion.
by Ian Zerny
· 4 weeks ago
995d75c
Fix changed reference in L8CommandTest
by Morten Krogh-Jespersen
· 4 weeks ago
946bea9
Add --pg-map-output and proguardMapConsumer to L8 command
by Morten Krogh-Jespersen
· 4 weeks ago
884d024
Add access bridges for targeted lambda methods in D8.
by Ian Zerny
· 4 weeks ago
aa81672
Fix tests for JDK11 desugared library
by Clément Béra
· 4 weeks ago
cac269b
Allow to test JDK11 desugared library from IntelliJ
by Clément Béra
· 4 weeks ago
c4e4ae5
Add mapping information for compiler synthesized classes.
by Ian Zerny
· 4 weeks ago
9235ae3
Check for main dex rules being empty when dumping
by Morten Krogh-Jespersen
· 4 weeks ago
Next »