aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/android/tools/r8/graph
AgeCommit message (Expand)Author
2017-07-06Emit local changes accurately at all instruction points.Ian Zerny
2017-07-05Don't consider library methods for single invoke targetsSøren Gjesse
2017-07-04Avoid excessiv allocation of DexString in Factory.Lars Bak
2017-06-30Emit parameter name annotations based on min sdk versionmikaelpeltier
2017-06-30Disable parameter name supportmikaelpeltier
2017-06-29Merge "Make debug information printing more resilient."Mads Ager
2017-06-29Make debug information printing more resilient.Mads Ager
2017-06-29Internalize annotation directory when it is possiblemikaelpeltier
2017-06-27Remove code originating from assertsSøren Gjesse
2017-06-26Remove DexCode canonicalization map.Mads Ager
2017-06-23Merge "Print debug positions and locals info for methods."Ian Zerny
2017-06-23Print debug positions and locals info for methods.Ian Zerny
2017-06-23Fix error conflating argument register count with argument count.Ian Zerny
2017-06-19Ensure deterministic IR optimizationSøren Gjesse
2017-06-15Reject names that cannot be represented in the dex format.Mads Ager
2017-06-15Merge "Enforce determinism in ClassDef section"Yohann Roussel
2017-06-14Introducing ClassMap to represent a class collection.Denis Vnukov
2017-06-14Randomize order of program classes in debug.Denis Vnukov
2017-06-14Enforce determinism in ClassDef sectionYohann Roussel
2017-06-14Added inlining reason to InlineAction.Lars Bak
2017-06-12Fix smali disassembly to also write out classes without any methodsSøren Gjesse
2017-06-09Do not rebind field accesses if that would conflict with visibility.Stephan Herhut
2017-06-09Merge "Update smali disassembly"Søren Gjesse
2017-06-08Removed DexClassPromise and LazyClassFileLoader.Denis Vnukov
2017-06-08Update smali disassemblySøren Gjesse
2017-06-07Refactoring resource and class kinds.Denis Vnukov
2017-06-07Merge "Fix the workaround for the ASM workaround for the javac bug."Mads Ager
2017-06-07Fix the workaround for the ASM workaround for the javac bug.Mads Ager
2017-06-07Merge "Add option to inject argument logging into generated code"Søren Gjesse
2017-06-07Add option to inject argument logging into generated codeSøren Gjesse
2017-06-07Do not workaround javac bug that leads to wrong parameter annotations.Mads Ager
2017-06-06Lazy class loading with resource providers.Denis Vnukov
2017-06-06DRAFT: introducing --dex-per-class option in D8.Denis Vnukov
2017-06-06Sort classes for smali disassemblySøren Gjesse
2017-06-02Change heuristic to split signatureMikaël Peltier
2017-06-02Update compress signature to use same heuristic than DxMikaël Peltier
2017-06-01Replace the use of switchmaps with direct use of ordinal.Stephan Herhut
2017-05-31Add support for tracing main dex classes in R8Yohann Roussel
2017-05-31Reland "Insert bridge methods in member rebinding if target is otherwise not ...Stephan Herhut
2017-05-31Merge "Revert "Reland "Insert bridge methods in member rebinding if target is...Stephan Herhut
2017-05-30Desugaring of try-with-resources.Denis Vnukov
2017-05-30Revert "Reland "Insert bridge methods in member rebinding if target is otherw...Stephan Herhut
2017-05-30Reland "Insert bridge methods in member rebinding if target is otherwise not ...Stephan Herhut
2017-05-30Merge "Revert "Insert bridge methods in member rebinding if target is otherwi...Søren Gjesse
2017-05-30Revert "Insert bridge methods in member rebinding if target is otherwise not ...Søren Gjesse
2017-05-30Merge "Avoid duplicated local end events."Mads Ager
2017-05-30Avoid duplicated local end events.Mads Ager
2017-05-30Merge "Insert bridge methods in member rebinding if target is otherwise not v...Stephan Herhut
2017-05-30Insert bridge methods in member rebinding if target is otherwiseStephan Herhut
2017-05-29Eliminated aggressive inlining removing access problems.Lars Bak