1. e9882b2 Fix const type of null constants from int to object. by Mads Ager · 8 years ago
  2. a8e9aab Merge "Add isZero to Value" by Søren Gjesse · 8 years ago
  3. d38709a Quiet kotlin warnings by Sebastien Hertz · 8 years ago
  4. 31f54c9 Allow to set breakpoint at a specific pc by Sebastien Hertz · 8 years ago
  5. e025b81 Add isZero to Value by Søren Gjesse · 8 years ago
  6. cdf81bf Don't require compatibility of array element types. by Ian Zerny · 8 years ago
  7. 251aae4 Fix error in switch rewriting by Søren Gjesse · 8 years ago
  8. c52bb3d Improve the switch rewriting by Søren Gjesse · 8 years ago
  9. 0749623 Merge "Replace ZipInputstream by ZipFile" by Mikael Peltier · 8 years ago
  10. a7aec85 Merge "Update kotlin debug test cases" by Ian Zerny · 8 years ago
  11. 0527424 Replace ZipInputstream by ZipFile by mikaelpeltier · 8 years ago
  12. b3b5f92 Merge "Add an option to keep output to test_framework.py" by Søren Gjesse · 8 years ago
  13. ea5fcbf Merge "Fix handling of debug information for common return block" by Søren Gjesse · 8 years ago
  14. 5d47c7e Fix handling of debug information for common return block by Søren Gjesse · 8 years ago
  15. ef3503b Add an option to keep output to test_framework.py by Søren Gjesse · 8 years ago
  16. bc61d45 Remove live range printing for IRHydra/c1visualizer. by ager · 8 years ago
  17. a4af69c Update kotlin debug test cases by Sebastien Hertz · 8 years ago
  18. 2cd1dcb Merge "Fix issue where const instructions for uninitialized locals can interfere with arguments." by Mads Ager · 8 years ago
  19. 9bbc831 Merge "Fix bad assert checking 16-bits value" by Mikael Peltier · 8 years ago
  20. 2f5a887 Fix bad assert checking 16-bits value by mikaelpeltier · 8 years ago
  21. b17ded0 Merge "Clean up throw declarations" by Benoit Lamarche · 8 years ago
  22. ee04a37 Fix issue where const instructions for uninitialized locals can interfere with arguments. by Mads Ager · 8 years ago
  23. d8bb593 Clean up throw declarations by Benoit Lamarche · 8 years ago
  24. 70af7ce Merge "Process inlining of methods in waves instead of ruling out breakers." by Stephan Herhut · 8 years ago
  25. 306584f Merge "Unify Value.replaceUser and Value.replaceInUser." by Ian Zerny · 8 years ago
  26. e1853ba Merge "Mark debug usage type directly on users." by Ian Zerny · 8 years ago
  27. 69e4d11 Unify Value.replaceUser and Value.replaceInUser. by Ian Zerny · 8 years ago
  28. e7f3380 Process inlining of methods in waves instead of ruling out breakers. by Stephan Herhut · 8 years ago
  29. c31575b Merge "Use ApiLevelException for Invoke Polymorphic error" by Benoit Lamarche · 8 years ago
  30. e342183 Mark debug usage type directly on users. by Ian Zerny · 8 years ago
  31. df98e68 Use ApiLevelException for Invoke Polymorphic error by Benoit Lamarche · 8 years ago
  32. 082e3bc Merge "Don't remove casts to local values." by Ian Zerny · 8 years ago
  33. 3956283 Don't remove casts to local values. by Ian Zerny · 8 years ago
  34. cca934b Rewrite simple conversions of boolean to the corresponding integers. by Mads Ager · 8 years ago
  35. ffcfe8d Merge "Bump version number. Now working on 0.2.0." by Mads Ager · 8 years ago
  36. 0908457 Bump version number. Now working on 0.2.0. by Mads Ager · 8 years ago
  37. 6add7cf Add verification tests for all versions of framework.jar by Ian Zerny · 8 years ago
  38. 228870b Enable 'latest' in run-d8-on-gmscore, also fix missing main-dex-list... by Tamas Kenez · 8 years ago
  39. aeb314a gmscore-latest: add info about proguarded files by Tamas Kenez · 8 years ago
  40. 771dc51 Merge "Rename dangling types, i.e., types that are only referenced in signatures." by Stephan Herhut · 8 years ago
  41. c781cc9 Fix test failure on Windows by Søren Gjesse · 8 years ago
  42. e2acf26 Merge "Added main-dex-list to tools/run-d8-on-gmscore.py." by Lars Bak · 8 years ago
  43. 525e4dd Revert "Verify that debug start and end point instructions are in the user set." by Ian Zerny · 8 years ago
  44. 9bee2d8 Added main-dex-list to tools/run-d8-on-gmscore.py. by Lars Bak · 8 years ago
  45. bee85bc Rename dangling types, i.e., types that are only referenced in signatures. by Stephan Herhut · 8 years ago
  46. 57d2643 Verify that debug start and end point instructions are in the user set. by Ian Zerny · 8 years ago
  47. ebc42b6 Merge "Refactor user replacement to avoid concurrent modification errors." by Ian Zerny · 8 years ago
  48. 887d57f r8: add option --no-discarded-checker by Tamas Kenez · 8 years ago
  49. 4946e66 Merge "Support for Object -> boxed type -> primitive type adjustment for method references." by Denis Vnukov · 8 years ago
  50. 061fac4 Throw CompilationError exception for unsupported constants by mikaelpeltier · 8 years ago
  51. 391b94a Refactor user replacement to avoid concurrent modification errors. by Ian Zerny · 8 years ago
  52. 4e8dc41 Merge "Ensure consistent remove() behaviour after basic block split" by Søren Gjesse · 8 years ago
  53. 633cff9 Merge "Use a version of json-simple that does not pull in junit and hamcrest." by Mads Ager · 8 years ago
  54. 24739fa Merge "Add a test that we do not remove abstract methods if they only shadow library methods." by Stephan Herhut · 8 years ago
  55. cd06c80 Use a version of json-simple that does not pull in junit and hamcrest. by Mads Ager · 8 years ago
  56. 91aa318 Merge "Don't use Java 8 features in test" by Søren Gjesse · 8 years ago
  57. a6e1178 Add a test that we do not remove abstract methods if they only by Stephan Herhut · 8 years ago
  58. 6a4eb62 Don't use Java 8 features in test by Søren Gjesse · 8 years ago
  59. 374b3bc Merge "Mirror def-use setup for normal values and debug-local values." by Ian Zerny · 8 years ago
  60. 587cd32 Merge "Be more precise when relocating with shadowJar." by Stephan Herhut · 8 years ago
  61. 93123ef Be more precise when relocating with shadowJar. by Stephan Herhut · 8 years ago
  62. fc58080 Mirror def-use setup for normal values and debug-local values. by Ian Zerny · 8 years ago
  63. 63ba5ba Ensure consistent remove() behaviour after basic block split by Søren Gjesse · 8 years ago
  64. fffb7c3 Merge "Improve the switch rewriting" by Søren Gjesse · 8 years ago
  65. 3cd05ab Improve the switch rewriting by Søren Gjesse · 8 years ago
  66. e16a656 Merge "Check DexType created by the DexItemFactory" by Mikael Peltier · 8 years ago
  67. b364d20 Check DexType created by the DexItemFactory by mikaelpeltier · 8 years ago
  68. 23989f7 Support for Object -> boxed type -> primitive type adjustment for method references. by Denis Vnukov · 8 years ago
  69. 69ee186 Merge "Parse -applymapping filename." by Jinseong Jeon · 8 years ago
  70. 64e1957 Merge "Package obfuscation w/o access modification." by Jinseong Jeon · 8 years ago
  71. 779b253 Package obfuscation w/o access modification. by Jinseong Jeon · 8 years ago
  72. 4b14053 Merge "Improve the printing of dex switch instructions" by Søren Gjesse · 8 years ago
  73. dc4c48e Improve the printing of dex switch instructions by Søren Gjesse · 8 years ago
  74. 0634707 Merge "Add regression test for NPE into isClassNameConstant" by Mikael Peltier · 8 years ago
  75. a831219 Merge "test.py: add aosp_jar test" by Tamas Kenez · 8 years ago
  76. a05d3d5 Align method handle type with the runtime by mikaelpeltier · 8 years ago
  77. 43f5ca5 Merge "Introduce ApiLevelException as a checked exception" by Benoit Lamarche · 8 years ago
  78. d483112 Introduce ApiLevelException as a checked exception by Benoit Lamarche · 8 years ago
  79. ba12c9a Add regression test for NPE into isClassNameConstant by mikaelpeltier · 8 years ago
  80. 0cad51c test.py: add aosp_jar test by Tamas Kenez · 8 years ago
  81. 465b0ff Merge "Do not remove abstract methods if they only shadow libary methods." by Stephan Herhut · 8 years ago
  82. 5cb2665 Do not remove abstract methods if they only shadow libary methods. by Stephan Herhut · 8 years ago
  83. 46014d7 Merge "Fix CompatDX's ignoreDexInArchieve" by Søren Gjesse · 8 years ago
  84. 953dde2 Fix CompatDX's ignoreDexInArchieve by Søren Gjesse · 8 years ago
  85. fc0b1b9 isClassNameConstant return false for Phi operand by mikaelpeltier · 8 years ago
  86. d1bef80 Ensure initial local state for all locals before opening their scope. by Ian Zerny · 8 years ago
  87. 4ec74f4 Merge "Add inlining in kotlin debug testcase" by Sebastien Hertz · 8 years ago
  88. ace0dad Update jctf test specs after an ART update by Tamas Kenez · 8 years ago
  89. bdfae89 Parse -applymapping filename. by Jinseong Jeon · 8 years ago
  90. 2e98605 Revert "Eliminate debug-moves if their preceding phi-move is sufficient." by ager · 8 years ago
  91. d5ca7ab Add inlining in kotlin debug testcase by Sebastien Hertz · 8 years ago
  92. c67fa40 Merge "Repackage all embedded libraries of R8" by Mikael Peltier · 8 years ago
  93. e2665e2 Update gitignore for kotlin binaries by Sebastien Hertz · 8 years ago
  94. 6f93977 Do not split live intervals for registers used for locking. by Mads Ager · 8 years ago
  95. 2c74f93 Merge "Update Art and Art tests for aosp master" by Mikael Peltier · 8 years ago
  96. 4c93257 Merge "Eliminate debug-moves if their preceding phi-move is sufficient." by Ian Zerny · 8 years ago
  97. 6bbbad5 Eliminate debug-moves if their preceding phi-move is sufficient. by Ian Zerny · 8 years ago
  98. e5e5472 Repackage all embedded libraries of R8 by Mikaël Peltier · 8 years ago
  99. 962da33 Update Art and Art tests for aosp master by mikaelpeltier · 8 years ago
  100. 7e81006 Merge "Repackage all embedded libraries" by Mikael Peltier · 8 years ago