Sign in
r8
/
r8
/
06d6bfd80be845143028fea8231c517dc7984930
06d6bfd
Add support for catch all wildcards in the feature split mapping.
by Rico Wind
· 7 years ago
5cbf26c
Merge "Update patch version for release"
by Ian Zerny
· 7 years ago
47cd424
Update patch version for release
by Ian Zerny
· 7 years ago
724fb51
Merge "CfBuilder: Fix missing label and stack frame for entry block"
by Mathias Rav
· 7 years ago
fcdee96
CfBuilder: Fix missing label and stack frame for entry block
by Mathias Rav
· 7 years ago
4c8de06
Kotlin-style lambda class merging, phase 1.
by Denis Vnukov
· 7 years ago
0fceca3
CfRegisterAllocator: Fix linear scan adding active register to freeRegisters
by Mathias Rav
· 7 years ago
fbb2947
Merge "Inline static methods preserving class initialization"
by Sebastien Hertz
· 7 years ago
4bc5bf0
Fix CfBuilder handling of stack map frames
by Mathias Rav
· 7 years ago
0216024
Merge "CfConstNumber: Handle negative zero correctly"
by Mathias Rav
· 7 years ago
e2740d6
Merge "Improve CfPrinter output of code"
by Mathias Rav
· 7 years ago
20df5a6
Improve CfPrinter output of code
by Mathias Rav
· 7 years ago
553dd03
CfConstNumber: Handle negative zero correctly
by Mathias Rav
· 7 years ago
5b41916
Inline static methods preserving class initialization
by Sebastien Hertz
· 7 years ago
4faa204
Merge "CF backend: Omit writing code for native methods"
by Mathias Rav
· 7 years ago
4dc541a
Merge "CF backend bugfix for duplicate frames"
by Mathias Rav
· 7 years ago
e443602
CF backend bugfix for duplicate frames
by Mathias Rav
· 7 years ago
ea8df0e
Merge "Introduce ProguardIfRule that represents -if and subsequent -keep rule."
by Jinseong Jeon
· 7 years ago
881a5c9
CF backend: Omit writing code for native methods
by Mathias Rav
· 7 years ago
30c1508
Merge "Add tests for Kotlin companion properties"
by Sebastien Hertz
· 7 years ago
60462f2
Fix InliningWithoutPositions test on ART 4.4.4
by Tamas Kenez
· 7 years ago
79a314f
Add tests for Kotlin companion properties
by Sebastien Hertz
· 7 years ago
2f30be0
Don't check for missing debug info for optimizing "if" branches.
by Tamas Kenez
· 7 years ago
de24a7b
Inlining: preserve call-frames for instructions without positions.
by Tamas Kenez
· 7 years ago
9c65c78
Merge "-adaptclassstrings is not parsed as -identifiernamestring rule."
by Jinseong Jeon
· 7 years ago
b1d4e97
Merge "Make desugaring more tolerant on missing hierarchy"
by Yohann Roussel
· 7 years ago
8021b92
Update jctf test specification for ThreadGroup_destroy_A01
by Tamas Kenez
· 7 years ago
7e0d40b
Introduce ProguardIfRule that represents -if and subsequent -keep rule.
by Jinseong Jeon
· 7 years ago
c87ed49
-adaptclassstrings is not parsed as -identifiernamestring rule.
by Jinseong Jeon
· 7 years ago
8259a59
Make desugaring more tolerant on missing hierarchy
by Yohann Roussel
· 7 years ago
b9e1072
Merge "Include catched types as direct dependencies"
by Yohann Roussel
· 7 years ago
455e024
Include catched types as direct dependencies
by Yohann Roussel
· 7 years ago
96461e2
Merge "Add test for superfluous monitor instructions"
by Mathias Rav
· 7 years ago
1d6ef62
Add test for superfluous monitor instructions
by Mathias Rav
· 7 years ago
faa20db
Merge "Add tests for Kotlin properties"
by Sebastien Hertz
· 7 years ago
8332ae6
Merge "Block the receiver register always before Android M."
by Mads Ager
· 7 years ago
02767ca
Block the receiver register always before Android M.
by Mads Ager
· 7 years ago
7a9999a
Merge "Code clean-up"
by Mathias Rav
· 7 years ago
54e6e8d
Code clean-up
by Mathias Rav
· 7 years ago
98a068e
Merge "Devirtualization from invoke-interface to invoke-virtual."
by Jinseong Jeon
· 7 years ago
5139907
Devirtualization from invoke-interface to invoke-virtual.
by Jinseong Jeon
· 7 years ago
1991b80
Merge "Parse, warn, and ignore new options in Proguard 6."
by Jinseong Jeon
· 7 years ago
b43193e
Parse, warn, and ignore new options in Proguard 6.
by Jinseong Jeon
· 7 years ago
7fb951f
Add tests for Kotlin properties
by Sebastien Hertz
· 7 years ago
8b7d3fd
Prevent reordered instructions w/o positions getting random positions.
by Tamas Kenez
· 7 years ago
b298dad
Merge "Add Proguard 6.0 to third_party"
by Søren Gjesse
· 7 years ago
10eaf81
Add Proguard 6.0 to third_party
by Søren Gjesse
· 7 years ago
90ef229
Merge "Update patch version for release."
by Søren Gjesse
· 7 years ago
76eb8a5
Update patch version for release.
by Søren Gjesse
· 7 years ago
c7c838d
Ignore tests causing segfaults on ART 6.0.1 during debugging session.
by Ian Zerny
· 7 years ago
45333be
Merge "Relax the inlining constraints for virtual invokes."
by Mads Ager
· 7 years ago
0363baf
Relax the inlining constraints for virtual invokes.
by Mads Ager
· 7 years ago
bf6020a
Another status update to the line-table test.
by Ian Zerny
· 7 years ago
603fac7
Mark line-table test as passing on JVM.
by Ian Zerny
· 7 years ago
33c9c10
Add more tests for valid CF with method name conflicts in hierarchy.
by Jinseong Jeon
· 7 years ago
29abcb6
Merge "Resolve field name conflicts in aggressively overloaded input."
by Jinseong Jeon
· 7 years ago
5ca6339
Resolve field name conflicts in aggressively overloaded input.
by Jinseong Jeon
· 7 years ago
c24fb76
Make runForTesting use InternalOptions.numberOfThreads again.
by Tamas Kenez
· 7 years ago
6e08d45
Merge "Dump timing when system proterty com.android.tools.r8.printtimes is set"
by Søren Gjesse
· 7 years ago
88f7766
Merge "Convert not in dex input to xor with minus one if the not instruction cannot be used"
by Søren Gjesse
· 7 years ago
4912c1c
Convert not in dex input to xor with minus one if the not instruction cannot be used
by Søren Gjesse
· 7 years ago
81871db
Update status of line-table test to failing for 4.4.4 and before.
by Ian Zerny
· 7 years ago
f216035
Emit advance-pc event when only locals have changed.
by Ian Zerny
· 7 years ago
a43bd0f
Fix the BSPatch module after renaming classes
by Søren Gjesse
· 7 years ago
3a44d4e
Merge "Add Python script to easily run ASMifier"
by Søren Gjesse
· 7 years ago
2920977
Dump timing when system proterty com.android.tools.r8.printtimes is set
by Søren Gjesse
· 7 years ago
71a6c52
Add Python script to easily run ASMifier
by Søren Gjesse
· 7 years ago
2b4de3e
Update patch version for release.
by Mads Ager
· 7 years ago
6bab177
Merge "Do not use "not" instructions when targeting Dalvik."
by Mads Ager
· 7 years ago
f41b558
Do not use "not" instructions when targeting Dalvik.
by Mads Ager
· 7 years ago
daf2ddd
Merge "Add the chosen field renaming back to NamingState."
by Jinseong Jeon
· 7 years ago
4c32c0a
Cleaning around Dex parsing
by Yohann Roussel
· 7 years ago
7658c21
Enable DexSplitter to run by passing in options
by Rico Wind
· 7 years ago
3745a99
Fix Position.equals() when it's a none-position.
by Tamas Kenez
· 7 years ago
b936b95
Add the chosen field renaming back to NamingState.
by Jinseong Jeon
· 7 years ago
27176ee
Merge "Value-based worklist in type analysis."
by Jinseong Jeon
· 7 years ago
ba6cb8a
Value-based worklist in type analysis.
by Jinseong Jeon
· 7 years ago
5afad1d
Merge "Java8-ify Minifier: more adequate stream use."
by Jinseong Jeon
· 7 years ago
1849088
Merge "Specify version of Notify."
by Jinseong Jeon
· 7 years ago
1ea59db
Merge "Remove dead code from VirtualFile"
by Yohann Roussel
· 7 years ago
0f34aac
Remove dead code from VirtualFile
by Yohann Roussel
· 7 years ago
143ed11
Cleanup gradle dependencies version management
by Sebastien Hertz
· 7 years ago
fe97a71
Run Kotlin tests for target 1.8
by Sebastien Hertz
· 7 years ago
29828b3
Fix when 'name' or 'type' of StartLocal (DexDebugEvent) are null.
by Tamas Kenez
· 7 years ago
b2b1034
Java8-ify Minifier: more adequate stream use.
by Jinseong Jeon
· 7 years ago
10307de
Specify version of Notify.
by Jinseong Jeon
· 7 years ago
38f0d86
Merge "Inherit useIdentifierNameString from the inlinee."
by Jinseong Jeon
· 7 years ago
0508647
Inherit useIdentifierNameString from the inlinee.
by Jinseong Jeon
· 7 years ago
b0c201b
Merge "Fix Kotlin getter name in tests"
by Sebastien Hertz
· 7 years ago
4be2c52
Merge "Rename internal optimization flags"
by Søren Gjesse
· 7 years ago
37c4f6e
Rename internal optimization flags
by Søren Gjesse
· 7 years ago
791f201
Fix Kotlin getter name in tests
by Sebastien Hertz
· 7 years ago
05cd49d
Merge "Add core-lambda-stubs.jar"
by Søren Gjesse
· 7 years ago
42adf2c
Merge "Do not remove bridge flag if the method did not inline."
by Jinseong Jeon
· 7 years ago
307a05c
Update patch version for release
by Søren Gjesse
· 7 years ago
0eac45e
Do not remove bridge flag if the method did not inline.
by Jinseong Jeon
· 7 years ago
e6ce06c
Merge "Add tests for valid class files with name conflict."
by Jinseong Jeon
· 7 years ago
6c97122
Add tests for valid class files with name conflict.
by Jinseong Jeon
· 7 years ago
99c1b19
Merge "Add more tests regarding member resolution with -overloadaggressively."
by Jinseong Jeon
· 7 years ago
55881c0
Add more tests regarding member resolution with -overloadaggressively.
by Jinseong Jeon
· 7 years ago
Next »