1. 06d6bfd Add support for catch all wildcards in the feature split mapping. by Rico Wind · 7 years ago
  2. 5cbf26c Merge "Update patch version for release" by Ian Zerny · 7 years ago
  3. 47cd424 Update patch version for release by Ian Zerny · 7 years ago
  4. 724fb51 Merge "CfBuilder: Fix missing label and stack frame for entry block" by Mathias Rav · 7 years ago
  5. fcdee96 CfBuilder: Fix missing label and stack frame for entry block by Mathias Rav · 7 years ago
  6. 4c8de06 Kotlin-style lambda class merging, phase 1. by Denis Vnukov · 7 years ago
  7. 0fceca3 CfRegisterAllocator: Fix linear scan adding active register to freeRegisters by Mathias Rav · 7 years ago
  8. fbb2947 Merge "Inline static methods preserving class initialization" by Sebastien Hertz · 7 years ago
  9. 4bc5bf0 Fix CfBuilder handling of stack map frames by Mathias Rav · 7 years ago
  10. 0216024 Merge "CfConstNumber: Handle negative zero correctly" by Mathias Rav · 7 years ago
  11. e2740d6 Merge "Improve CfPrinter output of code" by Mathias Rav · 7 years ago
  12. 20df5a6 Improve CfPrinter output of code by Mathias Rav · 7 years ago
  13. 553dd03 CfConstNumber: Handle negative zero correctly by Mathias Rav · 7 years ago
  14. 5b41916 Inline static methods preserving class initialization by Sebastien Hertz · 7 years ago
  15. 4faa204 Merge "CF backend: Omit writing code for native methods" by Mathias Rav · 7 years ago
  16. 4dc541a Merge "CF backend bugfix for duplicate frames" by Mathias Rav · 7 years ago
  17. e443602 CF backend bugfix for duplicate frames by Mathias Rav · 7 years ago
  18. ea8df0e Merge "Introduce ProguardIfRule that represents -if and subsequent -keep rule." by Jinseong Jeon · 7 years ago
  19. 881a5c9 CF backend: Omit writing code for native methods by Mathias Rav · 7 years ago
  20. 30c1508 Merge "Add tests for Kotlin companion properties" by Sebastien Hertz · 7 years ago
  21. 60462f2 Fix InliningWithoutPositions test on ART 4.4.4 by Tamas Kenez · 7 years ago
  22. 79a314f Add tests for Kotlin companion properties by Sebastien Hertz · 7 years ago
  23. 2f30be0 Don't check for missing debug info for optimizing "if" branches. by Tamas Kenez · 7 years ago
  24. de24a7b Inlining: preserve call-frames for instructions without positions. by Tamas Kenez · 7 years ago
  25. 9c65c78 Merge "-adaptclassstrings is not parsed as -identifiernamestring rule." by Jinseong Jeon · 7 years ago
  26. b1d4e97 Merge "Make desugaring more tolerant on missing hierarchy" by Yohann Roussel · 7 years ago
  27. 8021b92 Update jctf test specification for ThreadGroup_destroy_A01 by Tamas Kenez · 7 years ago
  28. 7e0d40b Introduce ProguardIfRule that represents -if and subsequent -keep rule. by Jinseong Jeon · 7 years ago
  29. c87ed49 -adaptclassstrings is not parsed as -identifiernamestring rule. by Jinseong Jeon · 7 years ago
  30. 8259a59 Make desugaring more tolerant on missing hierarchy by Yohann Roussel · 7 years ago
  31. b9e1072 Merge "Include catched types as direct dependencies" by Yohann Roussel · 7 years ago
  32. 455e024 Include catched types as direct dependencies by Yohann Roussel · 7 years ago
  33. 96461e2 Merge "Add test for superfluous monitor instructions" by Mathias Rav · 7 years ago
  34. 1d6ef62 Add test for superfluous monitor instructions by Mathias Rav · 7 years ago
  35. faa20db Merge "Add tests for Kotlin properties" by Sebastien Hertz · 7 years ago
  36. 8332ae6 Merge "Block the receiver register always before Android M." by Mads Ager · 7 years ago
  37. 02767ca Block the receiver register always before Android M. by Mads Ager · 7 years ago
  38. 7a9999a Merge "Code clean-up" by Mathias Rav · 7 years ago
  39. 54e6e8d Code clean-up by Mathias Rav · 7 years ago
  40. 98a068e Merge "Devirtualization from invoke-interface to invoke-virtual." by Jinseong Jeon · 7 years ago
  41. 5139907 Devirtualization from invoke-interface to invoke-virtual. by Jinseong Jeon · 7 years ago
  42. 1991b80 Merge "Parse, warn, and ignore new options in Proguard 6." by Jinseong Jeon · 7 years ago
  43. b43193e Parse, warn, and ignore new options in Proguard 6. by Jinseong Jeon · 7 years ago
  44. 7fb951f Add tests for Kotlin properties by Sebastien Hertz · 7 years ago
  45. 8b7d3fd Prevent reordered instructions w/o positions getting random positions. by Tamas Kenez · 7 years ago
  46. b298dad Merge "Add Proguard 6.0 to third_party" by Søren Gjesse · 7 years ago
  47. 10eaf81 Add Proguard 6.0 to third_party by Søren Gjesse · 7 years ago
  48. 90ef229 Merge "Update patch version for release." by Søren Gjesse · 7 years ago
  49. 76eb8a5 Update patch version for release. by Søren Gjesse · 7 years ago
  50. c7c838d Ignore tests causing segfaults on ART 6.0.1 during debugging session. by Ian Zerny · 7 years ago
  51. 45333be Merge "Relax the inlining constraints for virtual invokes." by Mads Ager · 7 years ago
  52. 0363baf Relax the inlining constraints for virtual invokes. by Mads Ager · 7 years ago
  53. bf6020a Another status update to the line-table test. by Ian Zerny · 7 years ago
  54. 603fac7 Mark line-table test as passing on JVM. by Ian Zerny · 7 years ago
  55. 33c9c10 Add more tests for valid CF with method name conflicts in hierarchy. by Jinseong Jeon · 7 years ago
  56. 29abcb6 Merge "Resolve field name conflicts in aggressively overloaded input." by Jinseong Jeon · 7 years ago
  57. 5ca6339 Resolve field name conflicts in aggressively overloaded input. by Jinseong Jeon · 7 years ago
  58. c24fb76 Make runForTesting use InternalOptions.numberOfThreads again. by Tamas Kenez · 7 years ago
  59. 6e08d45 Merge "Dump timing when system proterty com.android.tools.r8.printtimes is set" by Søren Gjesse · 7 years ago
  60. 88f7766 Merge "Convert not in dex input to xor with minus one if the not instruction cannot be used" by Søren Gjesse · 7 years ago
  61. 4912c1c Convert not in dex input to xor with minus one if the not instruction cannot be used by Søren Gjesse · 7 years ago
  62. 81871db Update status of line-table test to failing for 4.4.4 and before. by Ian Zerny · 7 years ago
  63. f216035 Emit advance-pc event when only locals have changed. by Ian Zerny · 7 years ago
  64. a43bd0f Fix the BSPatch module after renaming classes by Søren Gjesse · 7 years ago
  65. 3a44d4e Merge "Add Python script to easily run ASMifier" by Søren Gjesse · 7 years ago
  66. 2920977 Dump timing when system proterty com.android.tools.r8.printtimes is set by Søren Gjesse · 7 years ago
  67. 71a6c52 Add Python script to easily run ASMifier by Søren Gjesse · 7 years ago
  68. 2b4de3e Update patch version for release. by Mads Ager · 7 years ago
  69. 6bab177 Merge "Do not use "not" instructions when targeting Dalvik." by Mads Ager · 7 years ago
  70. f41b558 Do not use "not" instructions when targeting Dalvik. by Mads Ager · 7 years ago
  71. daf2ddd Merge "Add the chosen field renaming back to NamingState." by Jinseong Jeon · 7 years ago
  72. 4c32c0a Cleaning around Dex parsing by Yohann Roussel · 7 years ago
  73. 7658c21 Enable DexSplitter to run by passing in options by Rico Wind · 7 years ago
  74. 3745a99 Fix Position.equals() when it's a none-position. by Tamas Kenez · 7 years ago
  75. b936b95 Add the chosen field renaming back to NamingState. by Jinseong Jeon · 7 years ago
  76. 27176ee Merge "Value-based worklist in type analysis." by Jinseong Jeon · 7 years ago
  77. ba6cb8a Value-based worklist in type analysis. by Jinseong Jeon · 7 years ago
  78. 5afad1d Merge "Java8-ify Minifier: more adequate stream use." by Jinseong Jeon · 7 years ago
  79. 1849088 Merge "Specify version of Notify." by Jinseong Jeon · 7 years ago
  80. 1ea59db Merge "Remove dead code from VirtualFile" by Yohann Roussel · 7 years ago
  81. 0f34aac Remove dead code from VirtualFile by Yohann Roussel · 7 years ago
  82. 143ed11 Cleanup gradle dependencies version management by Sebastien Hertz · 7 years ago
  83. fe97a71 Run Kotlin tests for target 1.8 by Sebastien Hertz · 7 years ago
  84. 29828b3 Fix when 'name' or 'type' of StartLocal (DexDebugEvent) are null. by Tamas Kenez · 7 years ago
  85. b2b1034 Java8-ify Minifier: more adequate stream use. by Jinseong Jeon · 7 years ago
  86. 10307de Specify version of Notify. by Jinseong Jeon · 7 years ago
  87. 38f0d86 Merge "Inherit useIdentifierNameString from the inlinee." by Jinseong Jeon · 7 years ago
  88. 0508647 Inherit useIdentifierNameString from the inlinee. by Jinseong Jeon · 7 years ago
  89. b0c201b Merge "Fix Kotlin getter name in tests" by Sebastien Hertz · 7 years ago
  90. 4be2c52 Merge "Rename internal optimization flags" by Søren Gjesse · 7 years ago
  91. 37c4f6e Rename internal optimization flags by Søren Gjesse · 7 years ago
  92. 791f201 Fix Kotlin getter name in tests by Sebastien Hertz · 7 years ago
  93. 05cd49d Merge "Add core-lambda-stubs.jar" by Søren Gjesse · 7 years ago
  94. 42adf2c Merge "Do not remove bridge flag if the method did not inline." by Jinseong Jeon · 7 years ago
  95. 307a05c Update patch version for release by Søren Gjesse · 7 years ago
  96. 0eac45e Do not remove bridge flag if the method did not inline. by Jinseong Jeon · 7 years ago
  97. e6ce06c Merge "Add tests for valid class files with name conflict." by Jinseong Jeon · 7 years ago
  98. 6c97122 Add tests for valid class files with name conflict. by Jinseong Jeon · 7 years ago
  99. 99c1b19 Merge "Add more tests regarding member resolution with -overloadaggressively." by Jinseong Jeon · 7 years ago
  100. 55881c0 Add more tests regarding member resolution with -overloadaggressively. by Jinseong Jeon · 7 years ago