aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/android
AgeCommit message (Expand)Author
2017-07-11Try to fix build. Will revert later.Alan Leung
2017-07-07Remove erroneous assertion.Stephan Herhut
2017-07-06Add creation of an instruction list iterator starting at an instructionSøren Gjesse
2017-07-06Replace --min-sdk-version with shorter and less confusing --min-api flag.Ian Zerny
2017-07-06Emit local changes accurately at all instruction points.Ian Zerny
2017-07-06Merge "Make overwriting outputs the default and remove the flag/parameters th...Ian Zerny
2017-07-06Merge "Do not shared too much constants in dominator block of usages"Mikael Peltier
2017-07-05Make overwriting outputs the default and remove the flag/parameters throughout.Ian Zerny
2017-07-05Merge "Allow overwriting zip output file in D8 and R8"Yohann Roussel
2017-07-05Do not shared too much constants in dominator block of usagesmikaelpeltier
2017-07-05Merge "Don't consider debug-value uses as actual uses."Ian Zerny
2017-07-05Don't consider debug-value uses as actual uses.Ian Zerny
2017-07-05Don't consider library methods for single invoke targetsSøren Gjesse
2017-07-05Allow overwriting zip output file in D8 and R8Yohann Roussel
2017-07-04Merge "Update test comparing used registers with highest register number"Mikael Peltier
2017-07-04Update test comparing used registers with highest register numbermikaelpeltier
2017-07-04Merge "Update the instruction block pointer when creating shared suffix blocks."Ian Zerny
2017-07-04Update the instruction block pointer when creating shared suffix blocks.Ian Zerny
2017-07-04Merge "Replace DebugLocalRead instruction by annotations directly on instruct...Ian Zerny
2017-07-04Merge "Add missing cases for switch statements"Ivan Gavrilovic
2017-07-04Avoid excessiv allocation of DexString in Factory.Lars Bak
2017-07-03Add missing cases for switch statementsIvan Gavrilovic
2017-07-03Replace DebugLocalRead instruction by annotations directly on instructions.Ian Zerny
2017-07-03Update register hint even for argumentmikaelpeltier
2017-06-30Use multiple threads for actual dex conversion in D8.Mads Ager
2017-06-30Merge "Sort the content of the Proguard map when printing it out"Søren Gjesse
2017-06-30Fix another off-by-one error in local range computation related to https://r8...Ian Zerny
2017-06-30Sort the content of the Proguard map when printing it outSøren Gjesse
2017-06-30Emit parameter name annotations based on min sdk versionmikaelpeltier
2017-06-30Merge "Only rewrite Long.compare for min sdk < 19."Mads Ager
2017-06-30Only rewrite Long.compare for min sdk < 19.Mads Ager
2017-06-30Disable parameter name supportmikaelpeltier
2017-06-30Revert "Revert "Remove incorrect assertion in new array rewriting.""Rico Wind
2017-06-29Revert "Remove incorrect assertion in new array rewriting."Rico Wind
2017-06-29Merge "Rewrite if instructions comparing with zero"Søren Gjesse
2017-06-29Remove incorrect assertion in new array rewriting.Mads Ager
2017-06-29Merge "Make debug information printing more resilient."Mads Ager
2017-06-29Rewrite if instructions comparing with zeroSøren Gjesse
2017-06-29Merge "Move trivial switch simplification from IR builder to IR rewriting"Søren Gjesse
2017-06-29Make debug information printing more resilient.Mads Ager
2017-06-29Merge "Internalize annotation directory when it is possible"Mikael Peltier
2017-06-29Internalize annotation directory when it is possiblemikaelpeltier
2017-06-29Move trivial switch simplification from IR builder to IR rewritingSøren Gjesse
2017-06-29Merge "Remove packed/sparse switch information from the IR"Søren Gjesse
2017-06-29Remove packed/sparse switch information from the IRSøren Gjesse
2017-06-28Fixing synchronization issue with getting loaded classes from ClassMap.Denis Vnukov
2017-06-28Merge "Fix off-by-one error in range computation."Ian Zerny
2017-06-27Merge "Make dex segment type names UpperCamelCase."Tamas Kenez
2017-06-27Remove code originating from assertsSøren Gjesse
2017-06-27Make dex segment type names UpperCamelCase.Tamas Kenez