1. 9d00aca Loosen desugaring constraints by Yohann Roussel · 8 years ago
  2. 4946e66 Merge "Support for Object -> boxed type -> primitive type adjustment for method references." by Denis Vnukov · 8 years ago
  3. 061fac4 Throw CompilationError exception for unsupported constants by mikaelpeltier · 8 years ago
  4. 4e8dc41 Merge "Ensure consistent remove() behaviour after basic block split" by Søren Gjesse · 8 years ago
  5. 633cff9 Merge "Use a version of json-simple that does not pull in junit and hamcrest." by Mads Ager · 8 years ago
  6. 24739fa Merge "Add a test that we do not remove abstract methods if they only shadow library methods." by Stephan Herhut · 8 years ago
  7. cd06c80 Use a version of json-simple that does not pull in junit and hamcrest. by Mads Ager · 8 years ago
  8. 91aa318 Merge "Don't use Java 8 features in test" by Søren Gjesse · 8 years ago
  9. a6e1178 Add a test that we do not remove abstract methods if they only by Stephan Herhut · 8 years ago
  10. 6a4eb62 Don't use Java 8 features in test by Søren Gjesse · 8 years ago
  11. 374b3bc Merge "Mirror def-use setup for normal values and debug-local values." by Ian Zerny · 8 years ago
  12. fc58080 Mirror def-use setup for normal values and debug-local values. by Ian Zerny · 8 years ago
  13. 63ba5ba Ensure consistent remove() behaviour after basic block split by Søren Gjesse · 8 years ago
  14. fffb7c3 Merge "Improve the switch rewriting" by Søren Gjesse · 8 years ago
  15. 3cd05ab Improve the switch rewriting by Søren Gjesse · 8 years ago
  16. e16a656 Merge "Check DexType created by the DexItemFactory" by Mikael Peltier · 8 years ago
  17. b364d20 Check DexType created by the DexItemFactory by mikaelpeltier · 8 years ago
  18. 23989f7 Support for Object -> boxed type -> primitive type adjustment for method references. by Denis Vnukov · 8 years ago
  19. 69ee186 Merge "Parse -applymapping filename." by Jinseong Jeon · 8 years ago
  20. 64e1957 Merge "Package obfuscation w/o access modification." by Jinseong Jeon · 8 years ago
  21. 779b253 Package obfuscation w/o access modification. by Jinseong Jeon · 8 years ago
  22. 4b14053 Merge "Improve the printing of dex switch instructions" by Søren Gjesse · 8 years ago
  23. dc4c48e Improve the printing of dex switch instructions by Søren Gjesse · 8 years ago
  24. 0634707 Merge "Add regression test for NPE into isClassNameConstant" by Mikael Peltier · 8 years ago
  25. a05d3d5 Align method handle type with the runtime by mikaelpeltier · 8 years ago
  26. 43f5ca5 Merge "Introduce ApiLevelException as a checked exception" by Benoit Lamarche · 8 years ago
  27. d483112 Introduce ApiLevelException as a checked exception by Benoit Lamarche · 8 years ago
  28. ba12c9a Add regression test for NPE into isClassNameConstant by mikaelpeltier · 8 years ago
  29. 465b0ff Merge "Do not remove abstract methods if they only shadow libary methods." by Stephan Herhut · 8 years ago
  30. 5cb2665 Do not remove abstract methods if they only shadow libary methods. by Stephan Herhut · 8 years ago
  31. 46014d7 Merge "Fix CompatDX's ignoreDexInArchieve" by Søren Gjesse · 8 years ago
  32. 953dde2 Fix CompatDX's ignoreDexInArchieve by Søren Gjesse · 8 years ago
  33. fc0b1b9 isClassNameConstant return false for Phi operand by mikaelpeltier · 8 years ago
  34. d1bef80 Ensure initial local state for all locals before opening their scope. by Ian Zerny · 8 years ago
  35. 4ec74f4 Merge "Add inlining in kotlin debug testcase" by Sebastien Hertz · 8 years ago
  36. ace0dad Update jctf test specs after an ART update by Tamas Kenez · 8 years ago
  37. bdfae89 Parse -applymapping filename. by Jinseong Jeon · 8 years ago
  38. 2e98605 Revert "Eliminate debug-moves if their preceding phi-move is sufficient." by ager · 8 years ago
  39. d5ca7ab Add inlining in kotlin debug testcase by Sebastien Hertz · 8 years ago
  40. 6f93977 Do not split live intervals for registers used for locking. by Mads Ager · 8 years ago
  41. 2c74f93 Merge "Update Art and Art tests for aosp master" by Mikael Peltier · 8 years ago
  42. 4c93257 Merge "Eliminate debug-moves if their preceding phi-move is sufficient." by Ian Zerny · 8 years ago
  43. 6bbbad5 Eliminate debug-moves if their preceding phi-move is sufficient. by Ian Zerny · 8 years ago
  44. 962da33 Update Art and Art tests for aosp master by mikaelpeltier · 8 years ago
  45. 5f3a94c Merge "Remove ProguardConfiguration.optimizationPasses" by Yohann Roussel · 8 years ago
  46. 50ded22 Merge "Support Kotlin debug testing" by Sebastien Hertz · 8 years ago
  47. 1d7702b Support Kotlin debug testing by Sebastien Hertz · 8 years ago
  48. 42a77f5 Merge "Implement package name obfuscation (w/ access modification)." by Jinseong Jeon · 8 years ago
  49. 75acea4 Implement package name obfuscation (w/ access modification). by Jinseong Jeon · 8 years ago
  50. 0e4a160 Add an internal flag to ignore dex files in archives by Søren Gjesse · 8 years ago
  51. 3d77004 Merge "Read input classes in parallel" by Mikael Peltier · 8 years ago
  52. 0336514 Merge "test.py: Add option for persistent test artifact directory (for debugging)." by Tamas Kenez · 8 years ago
  53. b77b7d8 test.py: Add option for persistent test artifact directory (for debugging). by Tamas Kenez · 8 years ago
  54. 30cdcb7 Merge "Allow Kotlin generated bytecode to be compiled." by Mads Ager · 8 years ago
  55. c9a46bb Read input classes in parallel by mikaelpeltier · 8 years ago
  56. 23f3caa Merge "Remove Closer usage where is not mandatory" by Mikael Peltier · 8 years ago
  57. 22ac345 Allow Kotlin generated bytecode to be compiled. by Mads Ager · 8 years ago
  58. 6e60ef9 Remove ProguardConfiguration.optimizationPasses by Yohann Roussel · 8 years ago
  59. fc7460c Merge "Remove support for package distribution in debug mode" by Yohann Roussel · 8 years ago
  60. aab13c9 Remove Closer usage where is not mandatory by mikaelpeltier · 8 years ago
  61. 169c012 Merge "Trim <clinit> some more" by Søren Gjesse · 8 years ago
  62. e61eab5 Merge "Update Jctf test expectation: two previously failing tests pass now." by Tamas Kenez · 8 years ago
  63. 57fff80 Remove support for package distribution in debug mode by Yohann Roussel · 8 years ago
  64. 72b2e34 Merge "Fix code style of constant." by Mads Ager · 8 years ago
  65. ff87405 Update Jctf test expectation: two previously failing tests pass now. by Tamas Kenez · 8 years ago
  66. db4cd66 Merge "Added accessors for fields and methods in DexClass." by Lars Bak · 8 years ago
  67. f2adbfb Trim <clinit> some more by Søren Gjesse · 8 years ago
  68. cebde9e Merge "Disable outliner for JumboStringTest" by Mikael Peltier · 8 years ago
  69. a327e6a Disable outliner for JumboStringTest by mikaelpeltier · 8 years ago
  70. 4ac80d3 Added accessors for fields and methods in DexClass. by Lars Bak · 8 years ago
  71. add0f0f Set allowaccessmodification to false by default when using R8Command builder. by Jinseong Jeon · 8 years ago
  72. 2b98f2e Get string builder optimizations to trigger on D8 again. by Mads Ager · 8 years ago
  73. 93da3ce Fix code style of constant. by Mads Ager · 8 years ago
  74. 52c64a5 Fix running JDWP tests on Windows by Søren Gjesse · 8 years ago
  75. 189e2be Merge "Small cleanups and optmizations. 6% speedup on D8." by Lars Bak · 8 years ago
  76. 7114375 Small cleanups and optmizations. 6% speedup on D8. by Lars Bak · 8 years ago
  77. 8821af6 Merge "Eliminate moves of aliased values." by Ian Zerny · 8 years ago
  78. be08bbd Eliminate moves of aliased values. by Ian Zerny · 8 years ago
  79. 18cc5d8 Merge "Update version number to 0.1.0." by Mads Ager · 8 years ago
  80. 6c4bc52 Fix warnings because of parameterized varargs types. by Mads Ager · 8 years ago
  81. d619ce1 Merge "Replace clinit static puts with initial values for static fields" by Søren Gjesse · 8 years ago
  82. f54cfd5 Replace clinit static puts with initial values for static fields by Søren Gjesse · 8 years ago
  83. 934648a Update version number to 0.1.0. by Mads Ager · 8 years ago
  84. b48a1f9 Merge "Cache computed hash of basic block for equivalence" by Mikael Peltier · 8 years ago
  85. 999edda Cache computed hash of basic block for equivalence by mikaelpeltier · 8 years ago
  86. afc6e1e Do not use locals debug information to compute actual types of locals. by Mads Ager · 8 years ago
  87. 55e1d9c Merge "Abstract offset formatting and consistently print offsets in hex." by Ian Zerny · 8 years ago
  88. aa8160c Merge "Detach ProguardConfiguration from InternalOptions as much as possible." by Jinseong Jeon · 8 years ago
  89. bcbe4cb Detach ProguardConfiguration from InternalOptions as much as possible. by Jinseong Jeon · 8 years ago
  90. 92c61ba Abstract offset formatting and consistently print offsets in hex. by Ian Zerny · 8 years ago
  91. f29bb4a Merge "Port some debug-info tests to running debug tests." by Ian Zerny · 8 years ago
  92. 8538248 Merge "Remove old constant splitting heuristics that doesn't help." by Mads Ager · 8 years ago
  93. e59d3d3 Remove old constant splitting heuristics that doesn't help. by Mads Ager · 8 years ago
  94. 3504930 Port some debug-info tests to running debug tests. by Ian Zerny · 8 years ago
  95. 573642f Merge "Strip invalid locals information." by Ian Zerny · 8 years ago
  96. 110fdf7 Merge "Mark byte-or-bool types when propagating type information." by Ian Zerny · 8 years ago
  97. 06d43dc Strip invalid locals information. by Ian Zerny · 8 years ago
  98. 04ab37e Revert constant splitting heuristics change as it breaks gmscore builds. by Mads Ager · 8 years ago
  99. 2bde060 Fix test expectations after last commit by Søren Gjesse · 8 years ago
  100. 8f668c9 Mark byte-or-bool types when propagating type information. by Ian Zerny · 8 years ago