Sign in
r8
/
r8
/
14153473cfe1e1f9d383beed6e75c2824381d6ca
1415347
Add kotlinx.coroutines tests and run them internally
by Morten Krogh-Jespersen
· 5 years ago
57da50a
Update InvalidTypesTest expected output
by Christoffer Quist Adamsen
· 5 years ago
7edfd6e
Add CLI support for feature splits
by Rico Wind
· 5 years ago
ed88cc4
Revert "Fix incorrect accessibility check in inliner"
by Christoffer Quist Adamsen
· 5 years ago
7290eea
Revert "Fix outliner assertion error in presence of feature splits"
by Christoffer Quist Adamsen
· 5 years ago
02a3d2e
Enable ReachabilitySensitiveTest on Art 10
by Clément Béra
· 5 years ago
3bbb50e
Provide an option to skip creation of extra rules in run_on_app.py
by Christoffer Quist Adamsen
· 5 years ago
083df9b
Make latest DexVm latest
by Clément Béra
· 5 years ago
dde2500
Fix incorrect accessibility check in inliner
by Christoffer Quist Adamsen
· 5 years ago
0803900
Fix outliner assertion error in presence of feature splits
by Christoffer Quist Adamsen
· 5 years ago
d240e1c
Reproduce outliner bug in presence of feature splits
by Christoffer Quist Adamsen
· 5 years ago
991303d
Handle null AndroidApiLevel in setMinApi()
by Christoffer Quist Adamsen
· 5 years ago
1184eac
Towards extending assume-non-null insertion to assume-dynamic-type insertion
by Christoffer Quist Adamsen
· 5 years ago
fb89eaa
Towards unifying AssumeDynamicType and AssumeNotNull
by Christoffer Quist Adamsen
· 5 years ago
57254f0
Fix class inliner bail-out due to imprecise receiver type
by Christoffer Quist Adamsen
· 5 years ago
33bc77c
Ensure that we only read input sources once for CfToLineNumbers
by Morten Krogh-Jespersen
· 5 years ago
250ad60
Enable Art 10 for InvalidTypesTest
by Christoffer Quist Adamsen
· 5 years ago
2b04eb4
Introduce diagnostics for API level related errors.
by Ian Zerny
· 5 years ago
d2ecb62
Report overflow when writing class file output as diagnostics
by Søren Gjesse
· 5 years ago
3a80647
Do not set method overrides when parsing dex
by Morten Krogh-Jespersen
· 5 years ago
92e18d3
Revert "Do not rewrite methods in the parser when doing resource shrinking"
by Morten Krogh-Jespersen
· 5 years ago
4732fa6
Do not rewrite methods in the parser when doing resource shrinking
by Morten Krogh-Jespersen
· 5 years ago
856ae3c
Set dex instruction offset in bridge hoisting
by Christoffer Quist Adamsen
· 5 years ago
7a3cd93
Fix MetadataRewriteInPropertyTest expectation
by Morten Krogh-Jespersen
· 5 years ago
acccea4
Update message expectations for KotlinLambdaMergerValidationTest
by Morten Krogh-Jespersen
· 5 years ago
7b43495
Keep bytecode for inline property accessors
by Morten Krogh-Jespersen
· 5 years ago
3e7ea39
Re-enable Art-10 bot
by Clément Béra
· 5 years ago
5335760
Add support for flexible upper bound in kotlin metadata
by Morten Krogh-Jespersen
· 5 years ago
0ff4b88
Remove unused AbstractError
by Christoffer Quist Adamsen
· 5 years ago
f3e533b
Remove member rebinding access control routines
by Christoffer Quist Adamsen
· 5 years ago
603a4eb
Account for appInfo being null in AssemblyWriter
by Morten Krogh-Jespersen
· 5 years ago
fd7372a
Process kotlin.Metadata if the annotation will be output
by Morten Krogh-Jespersen
· 5 years ago
15ead9f
Generalize bridge hoisting
by Christoffer Quist Adamsen
· 5 years ago
c9cf682
Harden assertion configuration analysis to allow input stack maps
by Morten Krogh-Jespersen
· 5 years ago
c3ae494
Ignore -adaptkotlinmetadata and print info
by Morten Krogh-Jespersen
· 5 years ago
c1030a4
Allow publicizing kept items
by Christoffer Quist Adamsen
· 5 years ago
2b34940
Remove unused alias introducer
by Christoffer Quist Adamsen
· 5 years ago
8b0786b
Relax assertion in call site optimization
by Christoffer Quist Adamsen
· 5 years ago
95dba3f
Update ErrorDuringIrConversionTest expectation for r8lib
by Christoffer Quist Adamsen
· 5 years ago
d84a6f0
Allow passing extracted dump to compiledump.py
by Christoffer Quist Adamsen
· 5 years ago
7ffbc71
Fix ExecutionException is never thrown error in tests
by Christoffer Quist Adamsen
· 5 years ago
fd906b5
Fix ExecutionException is never thrown error
by Christoffer Quist Adamsen
· 5 years ago
73ebb67
Avoid applying the graph lens more than once to the post method processor
by Christoffer Quist Adamsen
· 5 years ago
fcfc63a
Extend dump to support feature splits and min-api
by Christoffer Quist Adamsen
· 5 years ago
21953ba
Remove unneeded assert bailout.
by Ian Zerny
· 5 years ago
b51a94e
Check equality of synthetic class in MetadataPassThroughTest
by Morten Krogh-Jespersen
· 5 years ago
587a90f
Refactor top-level exception handling to report all exceptions.
by Ian Zerny
· 5 years ago
a8a7499
Add a test to reproduce b/156591935
by Søren Gjesse
· 5 years ago
92fb9fd
Abandon call site optimization when number of targets exceed threshold
by Christoffer Quist Adamsen
· 5 years ago
87eb2b7
Introduce an (unused) abandoned call site optimization instance
by Christoffer Quist Adamsen
· 5 years ago
1eec30f
Minor cleanup of call site optimization
by Christoffer Quist Adamsen
· 5 years ago
8d284ef
Disable enum unboxing to fix double-lens application
by Christoffer Quist Adamsen
· 5 years ago
1709229
Disable enum unboxing in compilation-steps
by Clément Béra
· 5 years ago
8f55aa4
Enhance error message
by Clément Béra
· 5 years ago
7e5f7fa
Read input stack maps for pass through test
by Morten Krogh-Jespersen
· 5 years ago
991d27b
Fix bad merge of kotlin keep package change
by Morten Krogh-Jespersen
· 5 years ago
3b65f86
Maintain package name in kotlin metadata header
by Morten Krogh-Jespersen
· 5 years ago
b6d2c6a
Reland "Enable pass through of bytecode for kotlin inline functions"
by Morten Krogh-Jespersen
· 5 years ago
746d065
Use ordinary inner child separator for anonymous classes in metadata
by Morten Krogh-Jespersen
· 5 years ago
9700fa0
Reland "Enum unboxing: Enums with static methods"
by Clément Béra
· 5 years ago
27bf54f
Reimplement insertion of assume-not-null instructions
by Christoffer Quist Adamsen
· 5 years ago
63439c6
Account for anonymous classifiers in kotlin metadata
by Morten Krogh-Jespersen
· 5 years ago
84749ad
Add a test for not keeping all of kotlin.Metadata
by Morten Krogh-Jespersen
· 5 years ago
8538c95
Only process and keep kotlin.Metadata when kept
by Morten Krogh-Jespersen
· 5 years ago
206af4a
Fix minor imprecision in isStoringObjectWithFinalizer()
by Christoffer Quist Adamsen
· 5 years ago
5f086a0
Deprecate TestBase.runtimeJar(Backend)
by Morten Krogh-Jespersen
· 5 years ago
4b113c4
Fix inconsistent android.jar in R8InliningTest
by Christoffer Quist Adamsen
· 5 years ago
5e92e2d
Revert "Reland "Enum unboxing: Enums with static methods""
by Christoffer Quist Adamsen
· 5 years ago
a82f90b
Update NameThenLengthTest expectation
by Christoffer Quist Adamsen
· 5 years ago
ff57130
Reland "Enum unboxing: Enums with static methods"
by Clément Béra
· 5 years ago
7ab5e59
Update GmsCore determinism check
by Christoffer Quist Adamsen
· 5 years ago
7e24f57
Update EnumMinificationKotlinTest after updating kotlinc
by Morten Krogh-Jespersen
· 5 years ago
798cae7
Forward basic block iterator and timing to assumers
by Christoffer Quist Adamsen
· 5 years ago
ef84775
Extend side effect analysis to invoke-interface and invoke-super
by Christoffer Quist Adamsen
· 5 years ago
93a764a
Remove test version of KotlinClassMetadataReader
by Morten Krogh-Jespersen
· 5 years ago
0896766
Update release script
by Søren Gjesse
· 5 years ago
3e95673
Use kotlin version 1.3.72
by Morten Krogh-Jespersen
· 5 years ago
d32c8f2
Add kotlinc version 1.3.72
by Morten Krogh-Jespersen
· 5 years ago
b328dc6
Move kotlinc dependencies into a single folder
by Morten Krogh-Jespersen
· 5 years ago
085db9a
Track invalid kotlin metadata
by Morten Krogh-Jespersen
· 5 years ago
3c201fd
Update internal tests to use ConcurrentHashMap
by Christoffer Quist Adamsen
· 5 years ago
17e1634
Update test expectation after disabling enum unboxing for CF
by Christoffer Quist Adamsen
· 5 years ago
841f058
Use concurrent set for new assertion
by Christoffer Quist Adamsen
· 5 years ago
6c428ea
Disable cf to cf enum unboxing
by Clément Béra
· 5 years ago
4464283
Fix nondeterminism in service loader rewriter
by Christoffer Quist Adamsen
· 5 years ago
c2230a6
Introduce a unique ID for each method processing
by Christoffer Quist Adamsen
· 5 years ago
d4c602b
Update synthesized $load method names
by Christoffer Quist Adamsen
· 5 years ago
abc5a08
Add a method for obtaining a program resource as a byte array.
by Ian Zerny
· 5 years ago
9afb119
Fix ToolHelper.getFirstSupportedAndroidJar
by Søren Gjesse
· 5 years ago
351f447
Workaround for non-determinism in service loader rewriter
by Christoffer Quist Adamsen
· 5 years ago
b51a0b1
Change return type of directMethods() and virtualMethods() to Iterable
by Christoffer Quist Adamsen
· 5 years ago
ce97caf
Update accessibility check in FieldInstruction
by Christoffer Quist Adamsen
· 5 years ago
c07fb10
Move resolution methods to AppInfoWithClassHierarchy
by Christoffer Quist Adamsen
· 5 years ago
4707126
Remove static references to resolution methods on AppInfo
by Christoffer Quist Adamsen
· 5 years ago
ce55d0b
Desugared library: Invalid missing class warnings
by Clément Béra
· 5 years ago
199c661
Do not publicize private members that are kept
by Christoffer Quist Adamsen
· 5 years ago
3f9d7c4
Revert "Enable pass through of bytecode for kotlin inline functions"
by Morten Krogh-Jespersen
· 5 years ago
1610a0d
Enable pass through of bytecode for kotlin inline functions
by Morten Krogh-Jespersen
· 5 years ago
0bf37ad
Use initialMissingTypes after final round of tracing
by Morten Krogh-Jespersen
· 5 years ago
faba79c
Ensure that default app info only has class hierarchy in R8
by Christoffer Quist Adamsen
· 5 years ago
Next »