Sign in
r8
/
r8
/
c6d42df56e72f0a41cd8a841502343c4b3103f1e
c6d42df
Update if simplification based on ranges.
by Mads Ager
· 7 years ago
af95bc2
Minor tweak to default diagnostics handler.
by Mads Ager
· 7 years ago
17f0681
Simple class staticizer
by Denis Vnukov
· 7 years ago
7677f52
Merge "Reland "Implicitly add necessary rules for Java reflections in any R8 mode.""
by Jinseong Jeon
· 7 years ago
a670f39
Attempt to fix ProxiesTest/CF on Windows, CRLF comparison issue.
by Tamas Kenez
· 7 years ago
76a3bc5
Merge "Avoid the term obfuscation"
by Christoffer Quist Adamsen
· 7 years ago
ec0dfb2
Avoid the term obfuscation
by Christoffer Quist Adamsen
· 7 years ago
213ca10
Enable CF on TreeShakingSpecificTest.
by Tamas Kenez
· 7 years ago
dcdff39
Debug tests for vertical class merger
by Christoffer Quist Adamsen
· 7 years ago
be26c19
Rewrite appInfo.forceinline and appInfo.neverinline using GraphLense
by Christoffer Quist Adamsen
· 7 years ago
3e5246a
Use original field/method signatures in Proguard map
by Christoffer Quist Adamsen
· 7 years ago
e58ed21
Merge "Sort members by renamed name in Proguard map"
by Christoffer Quist Adamsen
· 7 years ago
8ae9422
Sort members by renamed name in Proguard map
by Christoffer Quist Adamsen
· 7 years ago
c9ccd86
Enable CF for Regress69825683Test.
by Tamas Kenez
· 7 years ago
0ff0078
Enable CF for Regress71604169Test.
by Tamas Kenez
· 7 years ago
583cff5
Enable CF for ForceInlineTest.
by Tamas Kenez
· 7 years ago
3a48661
Enable CF for ProxiesTest.
by Tamas Kenez
· 7 years ago
50d23e9
Enable CF on DefaultMethodsTest.
by Tamas Kenez
· 7 years ago
4fc877f
Reland "Implicitly add necessary rules for Java reflections in any R8 mode."
by Jinseong Jeon
· 7 years ago
78c8d6b
Merge "Fix local variable table in CF backend when inserting CfFrames."
by Mads Ager
· 7 years ago
39c08db
Fix local variable table in CF backend when inserting CfFrames.
by Mads Ager
· 7 years ago
d270a83
Use original method signatures in getOutermostCaller() checks
by Christoffer Quist Adamsen
· 7 years ago
1e01473
Forwarding of GraphLense to IRBuilder
by Christoffer Quist Adamsen
· 7 years ago
76c7d08
Merge "Revert "Implicitly add necessary rules for Java reflections in any R8 mode.""
by Jinseong Jeon
· 7 years ago
d6fca4c
Revert "Implicitly add necessary rules for Java reflections in any R8 mode."
by Jinseong Jeon
· 7 years ago
93a49bd
Merge "Implicitly add necessary rules for Java reflections in any R8 mode."
by Jinseong Jeon
· 7 years ago
76b3acf
Remove appInfo field from VerticalClassMergerGraphLense builder
by Christoffer Quist Adamsen
· 7 years ago
1d3fa94
Merge "Update patch version for release - new version is 1.3.11-dev"
by Christoffer Quist Adamsen
· 7 years ago
ea4427b
Update patch version for release - new version is 1.3.11-dev
by Christoffer Quist Adamsen
· 7 years ago
e3ac19d
Merge "Avoid <= in version checks as it is then easy to miss MR releases."
by Mads Ager
· 7 years ago
cad121c
Avoid <= in version checks as it is then easy to miss MR releases.
by Mads Ager
· 7 years ago
2462cc5
Sort classes by original name in Proguard map
by Christoffer Quist Adamsen
· 7 years ago
eb68767
Merge "Mapping from signatures after class merging to before"
by Christoffer Quist Adamsen
· 7 years ago
b026818
Update patch version for release - new version is 1.3.10-dev
by Christoffer Quist Adamsen
· 7 years ago
1f2fa3d
Implicitly add necessary rules for Java reflections in any R8 mode.
by Jinseong Jeon
· 7 years ago
a884573
Merge "Add precise source information to Proguard rule parser"
by Jinseong Jeon
· 7 years ago
d0fd33d
Update non-class splitting to put conflicting files in base.
by Mads Ager
· 7 years ago
3223334
Add precise source information to Proguard rule parser
by Christoffer Quist Adamsen
· 7 years ago
2065550
Mapping from signatures after class merging to before
by Christoffer Quist Adamsen
· 7 years ago
c08cfb1
Merge "Deprecate Inliner.Constraint#min"
by Jinseong Jeon
· 7 years ago
20c1803
Deprecate Inliner.Constraint#min
by Jinseong Jeon
· 7 years ago
296d482
Merge "Delete unused line"
by Christoffer Quist Adamsen
· 7 years ago
354198a
Delete unused line
by Christoffer Quist Adamsen
· 7 years ago
da28f37
Strip invalid locals information instead of failing compilation.
by Mads Ager
· 7 years ago
ba28fc6
Merge "Add support for splitting non-code resources in dex splitter."
by Mads Ager
· 7 years ago
a7ffe4f
Add support for splitting non-code resources in dex splitter.
by Mads Ager
· 7 years ago
5ca3dd6
Merge "InterfaceProcessor should keep some bridge methods"
by Christoffer Quist Adamsen
· 7 years ago
6afd23d
Merge "Refine inlining constraints with target holder."
by Jinseong Jeon
· 7 years ago
65bfdd9
Merge "Collect non-null parameter hints from Kotlin metadata."
by Jinseong Jeon
· 7 years ago
caf0900
Collect non-null parameter hints from Kotlin metadata.
by Jinseong Jeon
· 7 years ago
d37f812
Enable CF on PrintUsageTest.
by Tamas Kenez
· 7 years ago
5739e35
Rename DexInspector -> CodeInspector.
by Tamas Kenez
· 7 years ago
ee3d7d2
Enable CF on LibraryProvidedProguardRulesTest.
by Tamas Kenez
· 7 years ago
9abd60d
Enable CF on InliningWithoutPositionsTest and fix related bug:
by Tamas Kenez
· 7 years ago
9a7cbe1
Enable CF for NeverReturnsNormallyTest.
by Tamas Kenez
· 7 years ago
1602272
Enable CF for MoveStringConstantsTest.
by Tamas Kenez
· 7 years ago
f02e358
Fix missing java or incorrect android runtime libraries in R8/CF tests.
by Tamas Kenez
· 7 years ago
b3f958c
Refine inlining constraints with target holder.
by Jinseong Jeon
· 7 years ago
e1ea25c
Update patch version for release - new version is 1.3.9-dev
by Christoffer Quist Adamsen
· 7 years ago
1083dc6
Change cache to ConcurrentHashMap
by Christoffer Quist Adamsen
· 7 years ago
0abff42
Enable CF on IdentifierMinifierTest and related improvements:
by Tamas Kenez
· 7 years ago
9787b48
InterfaceProcessor should keep some bridge methods
by Christoffer Quist Adamsen
· 7 years ago
6bbcfa3
Add missing copyright messages.
by Tamas Kenez
· 7 years ago
7f0a9b8
Update patch version for release - new version is 1.3.8-dev.
by Mads Ager
· 7 years ago
44e73b2
Merge "Handle default interface methods in vertical class merging"
by Christoffer Quist Adamsen
· 7 years ago
072247c
Merge "Copy method access flags in LambdaClass"
by Christoffer Quist Adamsen
· 7 years ago
5541a4d
Merge "Cleanup remaining TODOs in R8InliningTest."
by Jinseong Jeon
· 7 years ago
83a689d
Cleanup remaining TODOs in R8InliningTest.
by Jinseong Jeon
· 7 years ago
429abcf
Merge "Reproduce IllegalAccessError due to a chain of inlinings (b/111080693)."
by Jinseong Jeon
· 7 years ago
fc19072
Extend InstructionSubject classes to CF, enable CF on ApplyMappingTest.
by Tamas Kenez
· 7 years ago
52c49a4
Merge "Revert "The meet of precise types is only defined for identical types.""
by Ian Zerny
· 7 years ago
27b70d1
Copy method access flags in LambdaClass
by Christoffer Quist Adamsen
· 7 years ago
3a65885
Revert "The meet of precise types is only defined for identical types."
by Ian Zerny
· 7 years ago
02b08de
Fix DexInspector imports in DuplicateDefinitionsTest
by Christoffer Quist Adamsen
· 7 years ago
afeaa29
Handle default interface methods in vertical class merging
by Christoffer Quist Adamsen
· 7 years ago
01cbe1a
Merge "Handle values defined by NonNull in field load elimination"
by Søren Gjesse
· 7 years ago
41481f9
Merge "Emit warning for duplicate fields and methods"
by Christoffer Quist Adamsen
· 7 years ago
be26a98
Refactor DexInspector and inner classes into dexinspector package.
by Tamas Kenez
· 7 years ago
2be02b1
Emit warning for duplicate fields and methods
by Christoffer Quist Adamsen
· 7 years ago
5ea49ea
Merge "Decouple method pools from ClassAndMemberPublicizer"
by Christoffer Quist Adamsen
· 7 years ago
4860265
Reproduce IllegalAccessError due to a chain of inlinings (b/111080693).
by Jinseong Jeon
· 7 years ago
b7eab50
Merge "Publicize private constructors."
by Jinseong Jeon
· 7 years ago
98c59df
Merge "Fix tests on Windows"
by Søren Gjesse
· 7 years ago
1224652
Handle values defined by NonNull in field load elimination
by Søren Gjesse
· 7 years ago
29ad7d5
Merge "Account for force inlined methods in call graph cycle elimination"
by Christoffer Quist Adamsen
· 7 years ago
4efc665
Decouple method pools from ClassAndMemberPublicizer
by Christoffer Quist Adamsen
· 7 years ago
8c27142
Refactor, simplify InstructionSubject to prepare the CF implementation.
by Tamas Kenez
· 7 years ago
09247fb
Account for force inlined methods in call graph cycle elimination
by Christoffer Quist Adamsen
· 7 years ago
b5abf8f
Fix tests on Windows
by Sren Gjesse
· 7 years ago
bbd3bba
Merge "Ignore monitor exit for field load elimination"
by Søren Gjesse
· 7 years ago
5179855
Ignore monitor exit for field load elimination
by Søren Gjesse
· 7 years ago
e37b6cf
Keep assertion code when required
by Søren Gjesse
· 7 years ago
c99072c
Enable CF in 3 R8 tests (MinifierClassSignatureTest, ...
by Tamas Kenez
· 7 years ago
ea7dc16
Merge "The meet of precise types is only defined for identical types."
by Ian Zerny
· 7 years ago
75e0eee
Merge "Build 'kotlin' prefix to not be relocated."
by Jinseong Jeon
· 7 years ago
739ebe8
Publicize private constructors.
by Jinseong Jeon
· 7 years ago
8fb4fd0
Support simple cases of desugared lambdas in class inliner
by Denis Vnukov
· 7 years ago
4065e24
The meet of precise types is only defined for identical types.
by Ian Zerny
· 7 years ago
517c766
Suppress stdout in run_proguard_dx_on_app.py
by Ian Zerny
· 7 years ago
9417854
Add caller-preserving positions to CfSourceCode and enable CF in test.
by Tamas Kenez
· 7 years ago
Next »