aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/android/tools/r8/dex
AgeCommit message (Expand)Author
2017-07-06Replace --min-sdk-version with shorter and less confusing --min-api flag.Ian Zerny
2017-07-05Don't consider library methods for single invoke targetsSøren Gjesse
2017-07-03Add missing cases for switch statementsIvan Gavrilovic
2017-06-29Merge "Internalize annotation directory when it is possible"Mikael Peltier
2017-06-29Internalize annotation directory when it is possiblemikaelpeltier
2017-06-29Remove packed/sparse switch information from the IRSøren Gjesse
2017-06-27Make dex segment type names UpperCamelCase.Tamas Kenez
2017-06-27Added synchronized to doubleInlining structure.Lars Bak
2017-06-26Util for golem that sums up sizes of dex segments.Lars Bak
2017-06-23Check dex index overflow when running mono dexYohann Roussel
2017-06-22Added support for minimal main dexSøren Gjesse
2017-06-22Revert "Check dex index overflow when running mono dex"Yohann Roussel
2017-06-20Check dex index overflow when running mono dexYohann Roussel
2017-06-20Change boolean for dex fill strategy with an enumSøren Gjesse
2017-06-19Fix bug in the class to file assignmentSøren Gjesse
2017-06-19Split virtual file distributionSøren Gjesse
2017-06-19Refactor the virtual file distributionSøren Gjesse
2017-06-15Merge "Add an option for output of the main dex list"Søren Gjesse
2017-06-14Introducing ClassMap to represent a class collection.Denis Vnukov
2017-06-14Add an option for output of the main dex listSøren Gjesse
2017-06-12Merge "Unwrap CompilationErrors from threads in D8.run()"Benoit Lamarche
2017-06-08Removed DexClassPromise and LazyClassFileLoader.Denis Vnukov
2017-06-07Refactoring resource and class kinds.Denis Vnukov
2017-06-06Fixing collection of class descriptors in VirtualFile to properly work with t...Denis Vnukov
2017-06-06Lazy class loading with resource providers.Denis Vnukov
2017-06-06DRAFT: introducing --dex-per-class option in D8.Denis Vnukov
2017-06-02Unwrap CompilationErrors from threads in D8.run()Benoit Lamarche
2017-05-23Use a pool for DexDebugEvents.Alan Leung
2017-05-23Merge "Revert "Use a pool for DexDebugEvents.""Alan Leung
2017-05-23Revert "Use a pool for DexDebugEvents."Alan Leung
2017-05-23Merge "Use a pool for DexDebugEvents."Alan Leung
2017-05-23Use a pool for DexDebugEvents.Alan Leung
2017-05-23Replace custom maps on primitive int types with fastutil implementation.Stephan Herhut
2017-05-22Cleanup of the Resource class. Make publicly available Resource an interface.Mads Ager
2017-05-22Initial push.Mads Ager