1. c66687a Merge "Fix parsing -optimizations" by Søren Gjesse · 6 years ago
  2. 91f4656 Merge "Pair-wise join of class and interfaces." by Jinseong Jeon · 6 years ago
  3. 1b07f4e Pair-wise join of class and interfaces. by Jinseong Jeon · 6 years ago
  4. 292960e Merge "Change collection of call sites for minification" by Søren Gjesse · 6 years ago
  5. 6e019a3 Change collection of call sites for minification by Søren Gjesse · 6 years ago
  6. 665a02a Fix parsing -optimizations by Søren Gjesse · 6 years ago
  7. 5273c3d Update patch version for release - new version is 1.3.18-dev by Rico Wind · 6 years ago
  8. 07dc93a Merge "Introduce DexDefinition and DexReference." by Jinseong Jeon · 6 years ago
  9. fda02c7 Introduce DexDefinition and DexReference. by Jinseong Jeon · 6 years ago
  10. c65ef0d Fix WarnReflectiveAccessTest after previous commit changed line numbers. by Tamas Kenez · 6 years ago
  11. 19ae589 Extract common OutputMode-depending-on-Backend pattern into method. by Tamas Kenez · 6 years ago
  12. a7b8c70 [Again] Fix tests comparing java's output on Windows to reference files. by Tamas Kenez · 6 years ago
  13. a86987c Merge "Always preserve caller positions." by Ian Zerny · 6 years ago
  14. c4fbbc6 Enable CF backend on InvokeInterfaceToInvokeVirtualTest. by Tamas Kenez · 6 years ago
  15. db89975 Enable CF backend for InlinerTest. by Tamas Kenez · 6 years ago
  16. a40c358 Always preserve caller positions. by Ian Zerny · 6 years ago
  17. 55a55fb Merge "Add kotlin benchmarks." by Rico Wind · 6 years ago
  18. 4304aec Add kotlin benchmarks. by Rico Wind · 6 years ago
  19. 6adcc32 Reapply "Fix a number of Proguard configuration file parsing issues" by Søren Gjesse · 6 years ago
  20. 8779582 Do line number optimization when optimizing or minifying in release mode. by Tamas Kenez · 6 years ago
  21. 6f06534 Merge "Refactor: migrate lense-based item rewriting to lense." by Jinseong Jeon · 6 years ago
  22. 442456a Refactor: migrate lense-based item rewriting to lense. by Jinseong Jeon · 6 years ago
  23. 4399da5 Merge "Refactor mixed items in RootSet to be dex definitions." by Jinseong Jeon · 6 years ago
  24. 76798bd Refactor mixed items in RootSet to be dex definitions. by Jinseong Jeon · 6 years ago
  25. 4041dc8 Merge "Create synthetic positions for all synthetic code." by Ian Zerny · 6 years ago
  26. 9e83458 Create synthetic positions for all synthetic code. by Ian Zerny · 6 years ago
  27. 0b08aba Merge "Workaround massive dex2oat memory usage for self-recursion." by Mads Ager · 6 years ago
  28. b2a1894 Workaround massive dex2oat memory usage for self-recursion. by Mads Ager · 6 years ago
  29. 976025d Fix tests comparing java's output on Windows to reference files. by Tamas Kenez · 6 years ago
  30. 3973b8c Enable CF backend for B77944861 and B72391662 tests. by Tamas Kenez · 6 years ago
  31. 917da8f Enable CF backend for OverloadAggressivelyTest. by Tamas Kenez · 6 years ago
  32. d5336a1 Enable CF on WarnReflectiveAccessTest. by Tamas Kenez · 6 years ago
  33. dd6e4dd Merge "Reproduce missing library interface case." by Jinseong Jeon · 6 years ago
  34. 03fd737 Reproduce missing library interface case. by Jinseong Jeon · 6 years ago
  35. 2095052 Fix Regress78493232_WithPhi for dex vm 5.1.1: by Tamas Kenez · 6 years ago
  36. f3029f5 [RELAND] Add DexSplitter support for explicitly passing in the base by Rico Wind · 6 years ago
  37. f98b371 Revert "Write zero-sized Proguard-map if there's no content to write." by Tamas Kenez · 6 years ago
  38. 97c2124 Introduce dedicated runOnJavaRawNoVerify in TestBase. by Tamas Kenez · 6 years ago
  39. 85558cd Merge "Revert "Add DexSplitter support for explicitly passing in the base"" by Jinseong Jeon · 6 years ago
  40. 441f61d Revert "Add DexSplitter support for explicitly passing in the base" by Jinseong Jeon · 6 years ago
  41. 14c7ecd Write zero-sized Proguard-map if there's no content to write. by Tamas Kenez · 6 years ago
  42. fbfa970 Never allow rematerialization if there is a phi users that has a high register. by Mads Ager · 6 years ago
  43. 5b3b59a Add DexSplitter support for explicitly passing in the base by Rico Wind · 6 years ago
  44. 19192bb Enable CF backend on RenameSourceFileDebugTest. by Tamas Kenez · 6 years ago
  45. 99321c8 Consider phi destinations when determining if constants are re-materializable. by Ian Zerny · 6 years ago
  46. 10bb6b8 Merge "Add regression test for b/112517039." by Mads Ager · 6 years ago
  47. 2099d83 Add regression test for b/112517039. by Mads Ager · 6 years ago
  48. a3e9750 Re-apply: Don't write Proguard map if it would be empty. by Tamas Kenez · 6 years ago
  49. 3dd1462 Update double cmp test to assert inlining happened by Rico Wind · 6 years ago
  50. 895a574 Merge "Correctly set the return type of double cmp for class file frontend." by Rico Wind · 6 years ago
  51. 3392a82 Merge "Revert "Fix a number of Proguard configuration file parsing issues"" by Mads Ager · 6 years ago
  52. 6426e94 Revert "Fix a number of Proguard configuration file parsing issues" by Mads Ager · 6 years ago
  53. faea052 Merge "Remove special case for synthetic constructor argument types." by Mads Ager · 6 years ago
  54. bd5bbc1 Merge "Revert "Don't write Proguard map if it would be empty."" by Mads Ager · 6 years ago
  55. db36bf7 Remove special case for synthetic constructor argument types. by Mads Ager · 6 years ago
  56. caf3117 Revert "Don't write Proguard map if it would be empty." by Tamas Kenez · 6 years ago
  57. b2a69b9 Merge "Fix a number of Proguard configuration file parsing issues" by Søren Gjesse · 6 years ago
  58. 13be2b4 Correctly set the return type of double cmp for class file frontend. by Rico Wind · 6 years ago
  59. 5ea5174 Merge "Mark argument and return types as live for all targeted methods." by Mads Ager · 6 years ago
  60. daacd1b Mark argument and return types as live for all targeted methods. by Mads Ager · 6 years ago
  61. 8534c9e Don't write Proguard map if it would be empty. by Tamas Kenez · 6 years ago
  62. d5518e4 Fix a number of Proguard configuration file parsing issues by Søren Gjesse · 6 years ago
  63. 486ce0a Fix R8InliningTest and enable all test cases for CF: by Tamas Kenez · 6 years ago
  64. 65fec79 Update version for platform release - version 1.3.17-dev. by Mads Ager · 6 years ago
  65. fedfed1 Merge "Detect the naming loop due to -useuniqueclassmembernames." by Søren Gjesse · 6 years ago
  66. c6953a4 Update patch version for release - new version is 1.3.16-dev by Mads Ager · 6 years ago
  67. 4112cea Detect the naming loop due to -useuniqueclassmembernames. by Jinseong Jeon · 6 years ago
  68. 7894faa Merge "Heuristic for inlining into blocks with catch handlers" by Christoffer Quist Adamsen · 6 years ago
  69. cb68a3e Adjust expected error messages for DVM type verification. by Jinseong Jeon · 6 years ago
  70. da84da5 Merge "Reproduce b/112701848." by Jinseong Jeon · 6 years ago
  71. 0ed2f31 Merge "Add tests for sanitizing field/param types while marking them as live." by Jinseong Jeon · 6 years ago
  72. a911b27 Heuristic for inlining into blocks with catch handlers by Christoffer Quist Adamsen · 6 years ago
  73. 3486fc5 Merge "Use three-phased register allocation approach" by Christoffer Quist Adamsen · 6 years ago
  74. d3c638b Regression test for an empty join block causing D8 to loose a line entry. by Ian Zerny · 6 years ago
  75. 6905ec8 Merge "Better error handling for GenerateMainDexList" by Søren Gjesse · 6 years ago
  76. 6ee4a75 Assert that a phi with local info implies its operands have local info. by Ian Zerny · 6 years ago
  77. a30db87 Don't associate incorrect local information with incomplete phis. by Ian Zerny · 6 years ago
  78. 7e7618b Remove debug-values from phis and debug-phi-users from values. by Ian Zerny · 6 years ago
  79. a616202 Associate debug info with constant when inlining constant return values. by Ian Zerny · 6 years ago
  80. 9c5ec19 Check local index when computing local changes. by Ian Zerny · 6 years ago
  81. 256710d Merge "Don't move debug-ends to their defining instruction." by Ian Zerny · 6 years ago
  82. 8f5e1fd Don't move debug-ends to their defining instruction. by Ian Zerny · 6 years ago
  83. 38233f3 Enable CF for R8InliningTest. by Tamas Kenez · 6 years ago
  84. df81e4a Better error handling for GenerateMainDexList by Søren Gjesse · 6 years ago
  85. b35533a Remove unused import in ParameterTypeTest by Jinseong Jeon · 6 years ago
  86. bd01b9b Reproduce b/112701848. by Jinseong Jeon · 6 years ago
  87. b0ca6f2 Fix test failure for 'testInvokeStatic1a' by Denis Vnukov · 6 years ago
  88. 956a2de Merge "Putting dispatch classes into DEX with it's users" by Denis Vnukov · 6 years ago
  89. bc51e89 Enable CF on DataResourceTest. by Tamas Kenez · 6 years ago
  90. eea16f2 Merge "Refactor Kotlin debug tests." by Ian Zerny · 6 years ago
  91. d7caa4b Fix baseName initialization in FeatureClassMapping by Rico Wind · 6 years ago
  92. 32a90f9 Remove unused import. by Mads Ager · 6 years ago
  93. 5215ae1 Add missing copyright header. by Mads Ager · 6 years ago
  94. eba44d9 Refactor Kotlin debug tests. by Ian Zerny · 6 years ago
  95. a0fe762 Fix array index out of bounds when optimizing array construction. by Mads Ager · 6 years ago
  96. d026894 Merge "Reproduce b/112654039." by Jinseong Jeon · 6 years ago
  97. 23af57b Avoid using jetbrains.annotations. by Jinseong Jeon · 6 years ago
  98. e416c40 Reproduce b/112654039. by Jinseong Jeon · 6 years ago
  99. 4056aa1 Add tests for sanitizing field/param types while marking them as live. by Jinseong Jeon · 6 years ago
  100. 7d16dae Merge "Mark argument types as live." by Jinseong Jeon · 6 years ago