1. 6620e29 Update patch version for release by Rico Wind · 6 years ago
  2. d7c62cf Merge "Use the full signature when wrapping/distinguishing interface methods." by Jinseong Jeon · 6 years ago
  3. 0bdd3a5 Merge "Add getters and setters for DexSplitter options" by Rico Wind · 6 years ago
  4. 2ec6152 Add getters and setters for DexSplitter options by Rico Wind · 6 years ago
  5. 4265aa1 Use the full signature when wrapping/distinguishing interface methods. by Jinseong Jeon · 6 years ago
  6. 2ca4c2c Merge "Add InterfaceRenamingTest" by Jinseong Jeon · 6 years ago
  7. 2137122 Enable buildPreNJdwpTestsDex on Windows by Mathias Rav · 6 years ago
  8. f7c4cf6 Fix DexItemFactory.createCallSite() failing on altMetafactory by Mathias Rav · 6 years ago
  9. 88abd8b Add InterfaceRenamingTest by Mathias Rav · 6 years ago
  10. 1348fb0 Merge "TreeShaking bugfix for default methods in superinterfaces" by Mathias Rav · 6 years ago
  11. 88e853d Merge "Add more renaming support in CF backend" by Mathias Rav · 6 years ago
  12. eda138f SCCP: No need to continue phi analysis when one operand is bottom by Mikaël Peltier · 6 years ago
  13. b50aa3a Fix PublicFieldInnerClassTest on older VMs by Mathias Rav · 6 years ago
  14. 9563d3d CfBuilder.resolveField: Fix NPE by Mathias Rav · 6 years ago
  15. cec5537 Merge changes Icd4b41a5,I5c23a1f8 by Mathias Rav · 6 years ago
  16. ec5ad96 CfFieldInstruction: Store declaring field to fix minification by Mathias Rav · 6 years ago
  17. c37d955 Add test for bug when accessing public fields on non-public ancestor by Mathias Rav · 6 years ago
  18. 868e9e4 Merge "Reproduce b/76025099 in a simpler setting." by Jinseong Jeon · 6 years ago
  19. e928232 Reproduce b/76025099 in a simpler setting. by Jinseong Jeon · 6 years ago
  20. 3156403 Merge "Add Kotlin tests for null-check simplification." by Jinseong Jeon · 6 years ago
  21. b2a49bd Merge "Fixing super calls to default interface methods in desugaring." by Denis Vnukov · 6 years ago
  22. af10d84 Add more renaming support in CF backend by Mathias Rav · 6 years ago
  23. 1212b3c TreeShaking bugfix for default methods in superinterfaces by Mathias Rav · 6 years ago
  24. 7a7c49a Update patch version for release by Rico Wind · 6 years ago
  25. 2c1d54a Extend main dex list tracing to handle Class.forName by Yohann Roussel · 6 years ago
  26. be754b1 Add Kotlin tests for null-check simplification. by Jinseong Jeon · 6 years ago
  27. f349a88 Fixing super calls to default interface methods in desugaring. by Denis Vnukov · 6 years ago
  28. ad7a4d8 Merge "Add -identifiernamestring rule for Java reflection on demand." by Jinseong Jeon · 6 years ago
  29. 19f22b3 Add -identifiernamestring rule for Java reflection on demand. by Jinseong Jeon · 6 years ago
  30. 843b571 Merge "Update Mac dx to a version that supports class file v52" by Jean-Marie Hénaff · 6 years ago
  31. 7ee97c9 Merge "Update dx to a version that support class file v52." by Jean-Marie Hénaff · 6 years ago
  32. 575ac4d Merge "Improve the error messages for invalid locals information" by Søren Gjesse · 6 years ago
  33. 20fe766 Update Mac dx to a version that supports class file v52 by Jean-Marie Henaff · 6 years ago
  34. 0ed24cc Add tool for building sample apks using only sdk tools by Rico Wind · 6 years ago
  35. 489a19c Fix test configuration to not print mapping. by Jinseong Jeon · 6 years ago
  36. 148bfe5 Merge "Factorize instructionCount usages" by Mikael Peltier · 6 years ago
  37. c922217 Update dx to a version that support class file v52. by Jean-Marie Henaff · 6 years ago
  38. d878258 Properly skip Gradle task on Windows by Mathias Rav · 6 years ago
  39. be79569 Merge "Flush data in StringConsumer" by Søren Gjesse · 6 years ago
  40. 7956fea Flush data in StringConsumer by Søren Gjesse · 6 years ago
  41. 1b588cb Disable buildPreNJdwpTestsDex on Windows by Mathias Rav · 6 years ago
  42. cd79507 Build build/libs/jdwp-tests-preN-dex.jar by Mathias Rav · 6 years ago
  43. 6ae2be4 Add comments to bug fix code. by Mads Ager · 6 years ago
  44. 701ff85 Merge changes I78d4965c,I659f8c08,I81b18fbd,I76d28b8d,Iedf464cc, ... by Mathias Rav · 6 years ago
  45. f89b99c Merge "Don't run debug tests on device" by Rico Wind · 6 years ago
  46. 784cbda Don't run debug tests on device by Rico Wind · 6 years ago
  47. ba49bd5 Run TreeShakingTest on the CF backend by Mathias Rav · 6 years ago
  48. 5285faf Add OpenJDK 1.8 JRE to third_party by Mathias Rav · 6 years ago
  49. 85a33fe CF backend: Implement minification by Mathias Rav · 6 years ago
  50. 7a3ced2 CF backend: Fix optimizing If to Goto by Mathias Rav · 6 years ago
  51. 8727105 Merge registerInstructionsReferences and registerCatchedTypes by Mathias Rav · 6 years ago
  52. e4f16a8 Implement CfCode.registerInstructionsReferences() by Mathias Rav · 6 years ago
  53. e6be39c Update version for release. by Mads Ager · 6 years ago
  54. 2a272a9 Merge "Change return type of CfBuilder.build() to CfCode" by Mathias Rav · 6 years ago
  55. 48a0b65 Merge "Support private static interface methods" by Mathias Rav · 6 years ago
  56. 8c52819 Support private static interface methods by Mathias Rav · 6 years ago
  57. 80e4e39 Add desugar_deploy.jar to third_party. by Tamas Kenez · 6 years ago
  58. 493de2d Merge "Do not allow common subexpression elimination for cmp on dalvik." by Mads Ager · 6 years ago
  59. d66ceb1 Merge "Collect types in CF attributes." by Ian Zerny · 6 years ago
  60. a978f46 Do not allow common subexpression elimination for cmp on dalvik. by Mads Ager · 6 years ago
  61. 848aab7 Collect types in CF attributes. by Ian Zerny · 6 years ago
  62. 27b085f Factorize instructionCount usages by Mikaël Peltier · 6 years ago
  63. fc544ec Mark JCTF tests flaky: Soft/WeakReference_enqueue_A01 by Tamas Kenez · 6 years ago
  64. 2920494 Merge "Repackage kotlin lambda merge tests" by Sebastien Hertz · 6 years ago
  65. e80c671 Merge "Fix access modifiers for resource shinker" by Ivan Gavrilovic · 6 years ago
  66. a09d175 Update JCTF specification for WeakReference_enqueue_A01 by Tamas Kenez · 6 years ago
  67. 64339d4 Fix access modifiers for resource shinker by Ivan Gavrilovic · 6 years ago
  68. f2c7c9b Tests for invokespecial described in b/75270639 by Denis Vnukov · 6 years ago
  69. 608564a Repackage kotlin lambda merge tests by Sebastien Hertz · 6 years ago
  70. 0db5a00 Merge "Show receiver in debug info of desugared default method" by Sebastien Hertz · 6 years ago
  71. 452e1ca Show receiver in debug info of desugared default method by Sebastien Hertz · 6 years ago
  72. 454c86d Merge "Fix compilation in IntelliJ" by Sebastien Hertz · 6 years ago
  73. 66d3d2b Extend Tests InvalidFieldNames, InvalidClassNames. by Tamas Kenez · 6 years ago
  74. 01aa679 Change return type of CfBuilder.build() to CfCode by Mathias Rav · 6 years ago
  75. a98e3ab Fix compilation in IntelliJ by Sebastien Hertz · 6 years ago
  76. 4d44c91 Improve the error messages for invalid locals information by Søren Gjesse · 6 years ago
  77. 68fe1a1 Update version number for release. by Mads Ager · 6 years ago
  78. c69aa7f Merge "Fix a wrong split in Devirtualizer#devirtualizeInvokeInterface." by Jinseong Jeon · 6 years ago
  79. af8fc53 Fix a wrong split in Devirtualizer#devirtualizeInvokeInterface. by Jinseong Jeon · 6 years ago
  80. f19c0c6 Merge "Take into account catch handlers when adding item-based string." by Jinseong Jeon · 6 years ago
  81. b984b1f Take into account catch handlers when adding item-based string. by Jinseong Jeon · 6 years ago
  82. 28fe812 Merge "CF backend: Implement InvokePolymorphic for VarHandle" by Mathias Rav · 6 years ago
  83. 86d2602 CF backend: Implement InvokePolymorphic for VarHandle by Mathias Rav · 6 years ago
  84. 7449292 Merge "Java-style lambda class merging." by Denis Vnukov · 6 years ago
  85. ff82afe Merge "s/joptsimple.internal.Strings.join/java.lang.String.join/" by Jinseong Jeon · 6 years ago
  86. 10fc1ac Reland "Allow unicode range 0x10000..0x10ffff in identifiers." by Tamas Kenez · 6 years ago
  87. 0556f4c gitignore: add santa-tracker, gradle-plugin downloads. by Tamas Kenez · 6 years ago
  88. 86f0efb Use .bat proguard script on Windows. by Mads Ager · 6 years ago
  89. 5cce33e s/joptsimple.internal.Strings.join/java.lang.String.join/ by Jinseong Jeon · 6 years ago
  90. c22da84 Java-style lambda class merging. by Denis Vnukov · 6 years ago
  91. 23b5f60 Merge "Add tests for -if rules with <n> wildcards." by Jinseong Jeon · 6 years ago
  92. 76b9363 Add tests for -if rules with <n> wildcards. by Jinseong Jeon · 6 years ago
  93. eda5c72 Merge "Cleanup computation of Kotlin getter/setter names" by Sebastien Hertz · 6 years ago
  94. 28d63f8 Cleanup computation of Kotlin getter/setter names by Sebastien Hertz · 6 years ago
  95. 6cb47d9 Merge "Relax keep rule type for members with reflective uses." by Jinseong Jeon · 6 years ago
  96. d1a44e1 Merge "Unparameterize VM versions in -overloadaggressively tests." by Jinseong Jeon · 6 years ago
  97. 6b2f251 Merge "Only run MethodHandleTest on DexVm.ART_DEFAULT" by Mathias Rav · 6 years ago
  98. 04e9abf Only run MethodHandleTest on DexVm.ART_DEFAULT by Mathias Rav · 6 years ago
  99. 5fd9bb2 Merge "Make dexsplitter default to base" by Rico Wind · 6 years ago
  100. 12ab48c Merge "Make Instruction.buildCf()+buildDex() abstract" by Mathias Rav · 6 years ago