- cad8f2f Fix compiler typo in compiledump.py by Christoffer Adamsen · 5 weeks ago
- fffe3c8 Fix compiledump for d8 compilations by Rico Wind · 5 weeks ago
- b2bab0e Add support for R8 partial in compiledump.py by Christoffer Adamsen · 8 weeks ago
- d2ab308 Fix compiledump split when no feature split resources are given by Rico Wind · 4 months ago
- 7e07a23 Add support for optimized resource shrinking flag in compiledump by Rico Wind · 4 months ago
- 5a2eff2 Support resources for feature splits in compiledump by Rico Wind · 4 months ago
- 1d671c9 Make resource output name consistent with input name by Rico Wind · 4 months ago
- cc3c960 Fix path for compiledump utils by Rico Wind · 5 months ago
- 9115b89 Don't use reflective lookup for calling command builder code by Rico Wind · 5 months ago
- 6a9a086 Reland support for resource shrinking in dumps by Rico Wind · 6 months ago
- e5310ea Revert "Support resources shrinking in compiledump" by Rico Wind · 6 months ago
- 34dcf0d Ensure jdks when running compiledump by Rico Wind · 6 months ago
- 90bcad2 Support resources shrinking in compiledump by Rico Wind · 6 months ago
- b6b1c70 Add --print-runtimeraw to compiledump.py by Christoffer Quist Adamsen · 1 year, 2 months ago
- 5c956c7 Finish isolated splits API by Christoffer Quist Adamsen · 1 year, 2 months ago
- fa1c2ee Include isolated splits in dump by Christoffer Quist Adamsen · 1 year, 3 months ago
- fdc4019 Ignore -tracing in compiledump by Rico Wind · 1 year, 3 months ago
- f8772cb Add more options to tools/compiledump.py by Søren Gjesse · 1 year, 4 months ago
- 9559781 Update compiledump.py with more options for feature splits by Søren Gjesse · 1 year, 4 months ago
- 1c8899c Build R8 when compiledump uses current checkout by Søren Gjesse · 1 year, 4 months ago
- 2434a4d Format python files using yapf by Christoffer Quist Adamsen · 1 year, 5 months ago
- 1f9fe3e Remove new-gradle flag from compiledump by Rico Wind · 1 year, 6 months ago
- 759360f Fix retracing from comiledump.py by Rico Wind · 1 year, 6 months ago
- aee909b Add --output option to tools/compiledump.py by Søren Gjesse · 1 year, 6 months ago
- 08da5e5 Add option to disable errorprone by Christoffer Quist Adamsen · 1 year, 6 months ago
- dfc3689 Add option to use compiledump in the new gradle build by Ian Zerny · 1 year, 7 months ago
- be6661d Parallelize run_on_app_dump.py by Christoffer Quist Adamsen · 1 year, 7 months ago
- a5dc7ed Don't complain about comment lines in compiledump rules cleaner by Søren Gjesse · 2 years ago
- cfe1b2a Assume debug mode if build properties is present and don't have a value by Rico Wind · 2 years, 1 month ago
- 819273a Reland "Account for art profiles in compiledump.py" by Christoffer Quist Adamsen · 2 years, 1 month ago
- dd12e78 Update compiledump.py to support traceref dumps by Morten Krogh-Jespersen · 2 years, 1 month ago
- f065e0c Revert "Account for art profiles in compiledump.py" by Christoffer Adamsen · 2 years, 1 month ago
- 9c96bd6 Account for art profiles in compiledump.py by Christoffer Quist Adamsen · 2 years, 1 month ago
- 3f21c2b Extend compiledump to desugared library keep rules by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7953d0a Add an 'l8d8' compiler to compiledump.py by Christoffer Quist Adamsen · 2 years, 1 month ago
- 0a3c16e Add backend to dumps by Christoffer Quist Adamsen · 2 years, 1 month ago
- 1ad7cac Only compile compiledump wrappers when needed. by Ian Zerny · 2 years, 3 months ago
- 09d4283 Support passing system property flags to compiledump.py by Ian Zerny · 2 years, 4 months ago
- cd7f7ec Extend compile dump utils to startup profiles by Christoffer Quist Adamsen · 2 years, 7 months ago
- aa2f9ec Add support for reading debug mode from build properties of dump by Morten Krogh-Jespersen · 2 years, 9 months ago
- 327e76d Add a compile dump wrapper for D8 to pass in api modeling flags by Morten Krogh-Jespersen · 2 years, 9 months ago
- 9e201ea Extend compiledump to check for apimodeling and android platform build by Morten Krogh-Jespersen · 2 years, 10 months ago
- 171c6a6 Lazily compute the synthetic marker hash. by Ian Zerny · 3 years ago
- dcb172e Update remaining scripts to invoke python3. by Ian Zerny · 3 years, 1 month ago
- f86fc0b Support for force enabling/disabling shrinker options in run_on_app_dump.py by Christoffer Quist Adamsen · 3 years, 4 months ago
- 1fbfd59 Fix override argument for compile_dump to have two dashes by Morten Krogh-Jespersen · 3 years, 4 months ago
- 2f48f3f Use dex byte code size for simple/double inlining limits by Christoffer Quist Adamsen · 3 years, 5 months ago
- 1768e25 Read system property information in compiledump.py by Søren Gjesse · 3 years, 6 months ago
- 0f8d88b Determine compiler for compiling dump from build.properties by Søren Gjesse · 3 years, 6 months ago
- c9e52f7 Prune -libraryjars, -injars and print statements from compiledump inputs by Rico Wind · 3 years, 7 months ago
- 23f0b03 Reland "Only use source supertype for generic signature if not interface" by Morten Krogh-Jespersen · 3 years, 9 months ago
- c485a2f Revert "Only use source supertype for generic signature if not interface" by Morten Krogh-Jespersen · 3 years, 9 months ago
- fd1b17b Reland "Clear generic signatures for horizontally merged targets" by Morten Krogh-Jespersen · 3 years, 9 months ago
- 10667af Revert "Account for pruned super signature in vertical class merger" by Morten Krogh-Jespersen · 3 years, 9 months ago
- 98051f5 Add enableTestAssertions to compiledump when running with assertions by Morten Krogh-Jespersen · 3 years, 9 months ago
- 6c70240 Add --print-times option to run_on_app_dump.py by Morten Krogh-Jespersen · 3 years, 9 months ago
- 674099e Fix incorrect argument in compiledump.py by Ian Zerny · 3 years, 10 months ago
- 0e53ff1 Add --summary flag to compiledump.py by Ian Zerny · 3 years, 10 months ago
- 202330b Fix relative file checks in compiledump. by Ian Zerny · 3 years, 11 months ago
- 9ff31b7 Fix call to retrace in compiledump.py by Ian Zerny · 4 years ago
- bb624e4 Add l8 as a compiler to compiledump.py by Morten Krogh-Jespersen · 4 years ago
- 33936d1 Set jdkhome for golem runners by Rico Wind · 4 years ago
- 1b52acf Change master->main for non bot code in repo by Rico Wind · 4 years ago
- 8622274 Enable compiling youtube_15_33 as a dump by Morten Krogh-Jespersen · 4 years, 1 month ago
- 1e77425 Add support for compiling dump with main dex rules by Morten Krogh-Jespersen · 4 years, 1 month ago
- 3d369b4 Make run_on_app_dump.py run with python3 by Rico Wind · 4 years, 2 months ago
- c2af769 Check for r8-version file and not proguard.config file in compiledump by Morten Krogh-Jespersen · 4 years, 3 months ago
- 9206a66 Add --no-override option for compile-dump by Morten Krogh-Jespersen · 4 years, 4 months ago
- 268c963 Print friendly error if compiledump distribution does not exist. by Ian Zerny · 4 years, 4 months ago
- d86a81b Do not use desugared library for recompilation to CF by Morten Krogh-Jespersen · 4 years, 4 months ago
- 43f3cea Allow invalid CF accessflags for chanu app dump by Morten Krogh-Jespersen · 4 years, 4 months ago
- 64a3c4c Dump Options by Clément Béra · 4 years, 5 months ago
- 51db2b0 Add support for using source when using compile-dump and run_on_app by Morten Krogh-Jespersen · 4 years, 5 months ago
- 51a1635 Add --run-tests option to run_on_app_dump.py by Morten Krogh-Jespersen · 4 years, 5 months ago
- 45d7a7b Add run_on_as_app_dump.py for running dumps for apps by Morten Krogh-Jespersen · 4 years, 5 months ago
- daae4ca Desugared library: add dump support by Clément Béra · 4 years, 5 months ago
- 64c5272 Correct invoke of retrace from compiledump to use no_r8lib by Morten Krogh-Jespersen · 4 years, 5 months ago
- 7360f2b Support compiling a dump in a loop by Søren Gjesse · 4 years, 8 months ago
- 46bc4cf Add friendly errors/warnings for missing dump info. by Ian Zerny · 4 years, 8 months ago
- 77bdf5f Add more build properties and flags to dump infrastructure. by Ian Zerny · 4 years, 9 months ago
- d84a6f0 Allow passing extracted dump to compiledump.py by Christoffer Quist Adamsen · 4 years, 11 months ago
- fcfc63a Extend dump to support feature splits and min-api by Christoffer Quist Adamsen · 4 years, 11 months ago
- 588120b Add map output to compiledump.py by Ian Zerny · 5 years ago
- 2865364 Add convinience printtimes flag to compiledump by Rico Wind · 5 years ago
- 9ed87b9 Allow compile dump to extract and run from a non-temporary directory by Rico Wind · 5 years ago
- d8bceb5 Add support for path in compiledump by Morten Krogh-Jespersen · 5 years ago
- f73f18d Fix string joining in compiledump by Rico Wind · 5 years ago
- 5ffa58f Add command line utility for compile dump files. by Ian Zerny · 5 years ago