Sign in
r8
/
r8
/
HEAD
58acc17
[Partition] Add test for R8 emitting a zip file container as mapping
by Morten Krogh-Jespersen
· 4 hours ago
main
4528d6b
Change internal consumer of proguardmap to ProguardMapConsumer
by Morten Krogh-Jespersen
· 4 hours ago
5013da3
[Partition] Extend partitioning with strategies
by Morten Krogh-Jespersen
· 4 hours ago
ad5c3e8
Lint: stop relying on multiple android.jar
by Clément Béra
· 13 hours ago
09fc276
Use Android.jar passed as path as much as possible
by Clément Béra
· 36 hours ago
113143b
Add Android.jar path parameter to file generation tools
by Clément Béra
· 36 hours ago
b77c81b
[LIR] Add missing return in switch case
by Rico Wind
· 25 hours ago
545c66c
[LIR] Add all constant number instructions.
by Ian Zerny
· 28 hours ago
7ac38b6
Remove unused fakeCompilerVersion from R8Command
by Rico Wind
· 33 hours ago
5d762ed
[LIR] Add all arithmetic binary operations.
by Ian Zerny
· 33 hours ago
69c1355
Remove access to mutable startup profile backing
by Christoffer Quist Adamsen
· 36 hours ago
3bfcab3
Reenable constructor shrinking
by Christoffer Quist Adamsen
· 2 days ago
7bfb5bd
Fix IllegalAccessError from redundant bridge removal
by Christoffer Quist Adamsen
· 2 days ago
cd28ca6
Reproduce IllegalAccessError from bridge removal
by Christoffer Quist Adamsen
· 2 days ago
1553132
Include holder of startup method rules in startup class checks
by Christoffer Quist Adamsen
· 2 days ago
465f12a
Test startup layout without startup class rules
by Christoffer Quist Adamsen
· 2 days ago
e742b1a
[ApiModel] Amend missing definitions from api-versions to database
by Morten Krogh-Jespersen
· 2 days ago
e68a7ad
Add support for desugared library in D8 compile dumps
by Morten Krogh-Jespersen
· 3 days ago
a35856f
[LIR] Maintain isInterface bit on invokes and add throw.
by Ian Zerny
· 2 days ago
e9b7373
[LIR] Don't clear move-exception out values.
by Ian Zerny
· 2 days ago
6add0b7
Remove dead exclude
by Rico Wind
· 2 days ago
fe8ea50
[LIR] Add invoke-super and clear unused values after IR conversion.
by Ian Zerny
· 6 days ago
e59500c
Insert patched frame instructions in the right place
by Søren Gjesse
· 2 days ago
780c2e8
Add reproduction of b/274337639
by Søren Gjesse
· 2 days ago
2af5e68
Add process and run to worklist
by Morten Krogh-Jespersen
· 2 days ago
3f5c13c
Fix getReflectiveBuilderMethod to get class from builder object
by Morten Krogh-Jespersen
· 3 days ago
ca909cc
[ApiModel] Fix remaining tests failing after revert to pre-l behavior
by Morten Krogh-Jespersen
· 3 days ago
7713884
[ApiModel] Disable new-instance outlining pre-L
by Morten Krogh-Jespersen
· 3 days ago
b7b2219
[ApiModel] Insert CheckCast for return values causing verification error
by Morten Krogh-Jespersen
· 3 days ago
88dd6ed
[ApiModel] Add tests for introducing verification issues when outlining
by Morten Krogh-Jespersen
· 3 days ago
5c7d3ce
Fork work items into threads dependending on size
by Morten Krogh-Jespersen
· 3 days ago
f631bcf
Clean-up parsing kotlin metadata to not throw exception in thread
by Morten Krogh-Jespersen
· 3 days ago
6c979d4
[ApiModel] Do not stub references when merging
by Morten Krogh-Jespersen
· 3 days ago
a5dc7ed
Don't complain about comment lines in compiledump rules cleaner
by Søren Gjesse
· 3 days ago
9d9046d
Handle distinct symbolic reference to a dynamically-computed constants
by Søren Gjesse
· 3 days ago
bef29a3
Add reproduction of issue 272346803
by Søren Gjesse
· 3 days ago
32a85f1
Remove unused main-tread timing from IRConverter.
by Ian Zerny
· 3 days ago
fa84c4d
Regression test for reflective platform use of default initializers
by Christoffer Quist Adamsen
· 6 days ago
7e84882
[LIR] Add instance field instructions.
by Ian Zerny
· 6 days ago
17b372e
Disable failing debugger tests on art 14
by Rico Wind
· 6 days ago
669571f
[Retrace] Fix test expectation after change to line 0
by Morten Krogh-Jespersen
· 7 days ago
fb568cf
Use the right dexvm for debugger tests
by Rico Wind
· 7 days ago
8bc409d
[Retrace] Treat retraced position 0 as no line
by Morten Krogh-Jespersen
· 10 days ago
3e9b4ea
Ensure we call prepare and scan for yielding desugarings
by Morten Krogh-Jespersen
· 7 days ago
eb30975
Update test expectations for art v14
by Rico Wind
· 7 days ago
a7563f8
Backport Method#getParameterCount
by Clément Béra
· 8 days ago
8eb7fb5
Reenable startup tests
by Christoffer Quist Adamsen
· 8 days ago
c3bd902
Defer pruning of missing startup items until after desugaring
by Christoffer Quist Adamsen
· 9 days ago
28c110d
Rename profile rewriting event consumers
by Christoffer Quist Adamsen
· 9 days ago
1d90a70
Use profile rewriting framework for startup profile
by Christoffer Quist Adamsen
· 9 days ago
0f83322
Rename ArtProfileCollectionAdditions to ProfileCollectionAdditions
by Christoffer Quist Adamsen
· 9 days ago
ca4a6a2
Rename getStartupOrder() to getStartupProfile()
by Christoffer Quist Adamsen
· 9 days ago
a224574
Implement ProfileAdditions using StartupProfile
by Christoffer Quist Adamsen
· 9 days ago
5cf1075
Generalize ArtProfileAdditions to work on abstract profile
by Christoffer Quist Adamsen
· 9 days ago
1cdbde3
Unify StartupOrder and StartupProfile
by Christoffer Quist Adamsen
· 9 days ago
93abd4b
Minor cleanup of startup profile
by Christoffer Quist Adamsen
· 9 days ago
bb31b8c
Remove support for synthetic matchers in startup profiles
by Christoffer Quist Adamsen
· 9 days ago
3af5815
Don't require r8lib.map to be present.
by Ian Zerny
· 10 days ago
d452f55
[LIR] Add new-instance, invoke and cmp instructions.
by Ian Zerny
· 13 days ago
2f5ddcd
[ApiModel] Check for api model without merging before stubbing
by Morten Krogh-Jespersen
· 9 days ago
d0a1567
Extend tests for BaseStream#parallel
by Clément Béra
· 10 days ago
4f4193c
Move startup profile to AppView
by Christoffer Quist Adamsen
· 10 days ago
5bda06d
Ensure correct pruning of type annotations
by Morten Krogh-Jespersen
· 2 weeks ago
0c82816
Add test for incorrect pruning with type annotations
by Morten Krogh-Jespersen
· 2 weeks ago
7b961ec
Add support for type annotations when compiling to CF with R8
by Morten Krogh-Jespersen
· 2 weeks ago
a03d9b6
Add test for type annotations on definitions and in signatures
by Morten Krogh-Jespersen
· 2 weeks ago
e93002e
Move pending API tests to the active set.
by Ian Zerny
· 13 days ago
a2f3ab7
Add binary compatibility API test for extract marker.
by Ian Zerny
· 2 weeks ago
cc789d6
[Retrace] Throw InvalidMinifiedRangeStackTrace for invalid ranges
by Morten Krogh-Jespersen
· 2 weeks ago
0b5a03a
[Retrace] Test throwing InvalidMappingFileException on invalid ranges
by Morten Krogh-Jespersen
· 2 weeks ago
27412eb
Update bazel to 6.1.0
by Clément Béra
· 2 weeks ago
d72bb6a
Clean up extract marker for export as a public API.
by Ian Zerny
· 2 weeks ago
fb689fd
Always initialize library class collection
by Rico Wind
· 2 weeks ago
57e9e07
Flip flag in SupportedClasses analysis
by Clément Béra
· 2 weeks ago
bc9edbb
Add Art 14.0.0 to the build bot waterfall
by Søren Gjesse
· 2 weeks ago
7e80ee13
Fix fields in html and lint
by Clément Béra
· 2 weeks ago
0b8f92c
Update binary API test jar after adding project root utility.
by Ian Zerny
· 2 weeks ago
436a72f
[Metadata] Only add dontwarn to newer than kotlin 1.8
by Morten Krogh-Jespersen
· 2 weeks ago
c4e6fba
Update NoLineInfoTest after retrace updates.
by Ian Zerny
· 2 weeks ago
69b625c
Add an API to provide information about synthetics.
by Ian Zerny
· 2 weeks ago
450f49c
[Metadata] Fix ReflectiveConstructionWithInlineClass after dev update
by Morten Krogh-Jespersen
· 2 weeks ago
4c0f64e
Reland "Use absolute path when compiling with new gradle setup"
by Morten Krogh-Jespersen
· 2 weeks ago
57ae6b2
[Retrace] Retrace no pos and 0 to the possible set of original frames
by Morten Krogh-Jespersen
· 3 weeks ago
fe030c9
Revert "Introduce a consumer data abstraction for all program consumers."
by Ian Zerny
· 2 weeks ago
7f440d4
Ignore trailing empty lines in benchmark dump parser
by Rico Wind
· 3 weeks ago
5adfdb9
Remove dependency on dx and corresponding scripts and gitignore
by Rico Wind
· 3 weeks ago
75f448d
Remove dx tasks
by Rico Wind
· 3 weeks ago
67af15f
Don't use dx output for smali tests
by Rico Wind
· 3 weeks ago
6ff6074
Revert "Use absolute path when compiling with new gradle setup"
by Morten Krogh-Jespersen
· 3 weeks ago
d0f1049
Replace usages of short-circuit boolean expressions.
by Ian Zerny
· 3 weeks ago
a1abab1
Replace usages of char-array loops.
by Ian Zerny
· 3 weeks ago
89b0078
Reland "[LIR] Strategy for indirect phi references."
by Ian Zerny
· 3 weeks ago
e0f606e
Use absolute path when compiling with new gradle setup
by Morten Krogh-Jespersen
· 3 weeks ago
f19e5e9
Replace usages of String.split
by Ian Zerny
· 3 weeks ago
9f8ccd2
Reland "Don't dx examples""
by Rico Wind
· 3 weeks ago
9004d05
Make JdkObsolete an error.
by Ian Zerny
· 3 weeks ago
8efb7cc
Add errorprone settings to new main build config.
by Ian Zerny
· 3 weeks ago
cfe1b2a
Assume debug mode if build properties is present and don't have a value
by Rico Wind
· 3 weeks ago
9e5692c
Fix test after changing API level for rewriting of JDK-8272564
by Søren Gjesse
· 3 weeks ago
cf55eed
Fix tests that are using examples dex input
by Rico Wind
· 3 weeks ago
Next »