1. 83fdb09 Refactor DexDebugEvent/EntryBuilder into visitor pattern, also ... by Tamas Kenez · 7 years ago
  2. 8659e4d Merge "Reland "Add some more tests for member lookup."" by Stephan Herhut · 7 years ago
  3. 23ecd95 Merge "[CF] Emit static and instance fields." by Ian Zerny · 7 years ago
  4. bf46ecf [CF] Emit static and instance fields. by Ian Zerny · 7 years ago
  5. 9633f00 Reland "Add some more tests for member lookup." by Stephan Herhut · 7 years ago
  6. a0202ae Merge "Remove dependency on apache-commons by making BSPatch a standalone target." by Mads Ager · 7 years ago
  7. 2284767 Remove dependency on apache-commons by making BSPatch a standalone target. by Mads Ager · 7 years ago
  8. e38ea6e Merge "Fix register allocation of arguments and triage remaining example tests." by Ian Zerny · 7 years ago
  9. 5b4de85 Merge "Revert "Add some more tests for member lookup."" by Rico Wind · 7 years ago
  10. 3b531a6 Revert "Add some more tests for member lookup." by Rico Wind · 7 years ago
  11. ad21d34 Merge "Let dev versions tag dex with version sha-1" by Yohann Roussel · 7 years ago
  12. 387a1c4 Add some more tests for member lookup. by Stephan Herhut · 7 years ago
  13. 07461f5 Merge "Limit Jasmin class files to JDK 1.4 or earlier." by Stephan Herhut · 7 years ago
  14. fc5369b Limit Jasmin class files to JDK 1.4 or earlier. by Stephan Herhut · 7 years ago
  15. 1c50523 Fix register allocation of arguments and triage remaining example tests. by Ian Zerny · 7 years ago
  16. 6f2a004 [CF] Add printer for Java bytecode. by Ian Zerny · 7 years ago
  17. 8813298 Selectively use older class file format in tests. by Stephan Herhut · 7 years ago
  18. f47fdd0 Merge "[Reland] Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  19. 6d1c709 [Reland] Fix close range of debug variable at block entry by Mikaël Peltier · 7 years ago
  20. 481f77f Merge "Set the class file version of Jasmin generated classes to JDK 8." by Stephan Herhut · 7 years ago
  21. 8b60441 Merge "Add support -identifiernamestring" by Jinseong Jeon · 7 years ago
  22. 8fac6ac Add support -identifiernamestring by Jinseong Jeon · 7 years ago
  23. d5e7a5e Let dev versions tag dex with version sha-1 by Yohann Roussel · 7 years ago
  24. 2ccb2d1 Set the class file version of Jasmin generated classes to JDK 8. by Stephan Herhut · 7 years ago
  25. 06f1d3b Merge "Workaround aget-wide Art bug in arm32 interpreter." by Mads Ager · 7 years ago
  26. e7b53a2 Workaround aget-wide Art bug in arm32 interpreter. by Mads Ager · 7 years ago
  27. a0ec384 Merge "Revert "Fix close range of debug variable at block entry"" by Mikael Peltier · 7 years ago
  28. c22a726 Revert "Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  29. 95ba14f Merge "Also disable 968-default-partial-compile-gen for now." by Stephan Herhut · 7 years ago
  30. 2cfa969 Merge "Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  31. 4fea1e9 Fix close range of debug variable at block entry by Mikaël Peltier · 7 years ago
  32. b1e19cf Also disable 968-default-partial-compile-gen for now. by Stephan Herhut · 7 years ago
  33. f76d05d Disable 961-default-iface-resolution-get for now. by Stephan Herhut · 7 years ago
  34. d8cecfe Merge "[CF] Share more code between the CF and DEX register allocators." by Ian Zerny · 7 years ago
  35. 55033b0 Merge "One step closer to actual JVM field resolution." by Stephan Herhut · 7 years ago
  36. dbf4909 [CF] Share more code between the CF and DEX register allocators. by Ian Zerny · 7 years ago
  37. 1dc494f One step closer to actual JVM field resolution. by Stephan Herhut · 7 years ago
  38. 45eac26 Merge "Make compatdx less chatty" by Søren Gjesse · 7 years ago
  39. 7d0fec0 Make compatdx less chatty by Søren Gjesse · 7 years ago
  40. 1501aef Merge "[CF] Allocate registers/indexes for locals." by Ian Zerny · 7 years ago
  41. 56f3168 [CF] Allocate registers/indexes for locals. by Ian Zerny · 7 years ago
  42. cd97c19 Merge "Add a new debug test with a bad local variable scope" by Mikael Peltier · 7 years ago
  43. 7ef7069 Merge "Fix lookup order for static fields." by Stephan Herhut · 7 years ago
  44. 0c9a157 Fix lookup order for static fields. by Stephan Herhut · 7 years ago
  45. 085a4cc Merge "Keep static members matched by -keepclassmembers on kept classes" by Søren Gjesse · 7 years ago
  46. c8a7603 Keep static members matched by -keepclassmembers on kept classes by Søren Gjesse · 7 years ago
  47. ac79413 Update archive script to also archive maven packaging. by Mads Ager · 7 years ago
  48. 09ed7d7 Add a new debug test with a bad local variable scope by Mikaël Peltier · 7 years ago
  49. e258c60 Merge "Add tool to update jars in an Android tree" by Søren Gjesse · 7 years ago
  50. 1ad5a54 Merge "Fix Java and error-prone warnings" by Søren Gjesse · 7 years ago
  51. a1a5ba7 Merge "Add a test checking D8 API binary compatibility" by Yohann Roussel · 7 years ago
  52. 1926680 Fix Java and error-prone warnings by Søren Gjesse · 7 years ago
  53. bb57162 Add a test checking D8 API binary compatibility by Yohann Roussel · 7 years ago
  54. 6d1934f Add tool to update jars in an Android tree by Søren Gjesse · 7 years ago
  55. b43ad44 [CF] Ensure safe phi-moves by loading all values on the stack prior to storing. by Ian Zerny · 7 years ago
  56. 11405ad [CF] Compute stack-map frames. by Ian Zerny · 7 years ago
  57. 69b7f46 Introduce list of nested Positions to preserve callers for inlining. by Tamas Kenez · 7 years ago
  58. ea38a30 Refactor SmaliTestBase to go through the normal R8 entry points. by Stephan Herhut · 7 years ago
  59. bb0943b Merge "Use main compiler entry points in jasmin tests." by Stephan Herhut · 7 years ago
  60. 13ffe93 Use main compiler entry points in jasmin tests. by Stephan Herhut · 7 years ago
  61. 6fb7153 Merge "Fix typos in maven script." by Mads Ager · 7 years ago
  62. 7346019 Fix typos in maven script. by Mads Ager · 7 years ago
  63. f403974 Merge "Decrease pressure on register allocator for /lit instructions" by Mikael Peltier · 7 years ago
  64. e8b2b16 Decrease pressure on register allocator for /lit instructions by Mikaël Peltier · 7 years ago
  65. ea578e0 Merge "Also mark interfaces without subtypes as interface." by Stephan Herhut · 7 years ago
  66. a80e7f0 Merge "Special handling of referenced classes in Proguard compatibility mode" by Søren Gjesse · 7 years ago
  67. a7d35da Merge "Handle default methods properly during tree shaking." by Stephan Herhut · 7 years ago
  68. 14c1488 [CF] Implement sufficient control-flow support to run the BArray example test. by Ian Zerny · 7 years ago
  69. 4ec7e6c Also mark interfaces without subtypes as interface. by Stephan Herhut · 7 years ago
  70. 3600c13 Handle default methods properly during tree shaking. by Stephan Herhut · 7 years ago
  71. 51b3c6c Special handling of referenced classes in Proguard compatibility mode by Søren Gjesse · 7 years ago
  72. 3fd1084 Set hint for liveinterval related to checkcast by mikaelpeltier · 7 years ago
  73. ea3de8f Merge "Maintain the most precise type for const numbers when rematerializing." by Ian Zerny · 7 years ago
  74. 86612bc Make the default hex string be with 0x prefix by Søren Gjesse · 7 years ago
  75. ed2248e Merge "[CF] Implement simple store/load elimination and avoid storing constants." by Ian Zerny · 7 years ago
  76. ae79ab4 Maintain the most precise type for const numbers when rematerializing. by Ian Zerny · 7 years ago
  77. 981a533 Provide better error message for invalid method names by Søren Gjesse · 7 years ago
  78. a087415 [CF] Implement simple store/load elimination and avoid storing constants. by Ian Zerny · 7 years ago
  79. 9789ac0 Merge "[CF] Even align index of locals to avoid overlap between single and wide." by Ian Zerny · 7 years ago
  80. 9b124ff Merge "[CF] Various instruction used in barray.BArray example." by Ian Zerny · 7 years ago
  81. 514b7fb [CF] Even align index of locals to avoid overlap between single and wide. by Ian Zerny · 7 years ago
  82. 4292a4a [CF] Various instruction used in barray.BArray example. by Ian Zerny · 7 years ago
  83. 6c36b30 Merge "Add script for creating maven package." by Mads Ager · 7 years ago
  84. a974561 Add script for creating maven package. by Mads Ager · 7 years ago
  85. 5074019 Merge "Add fix-point calculation to the enqueuer for instantiated classes" by Søren Gjesse · 7 years ago
  86. d9cfbd7 Add fix-point calculation to the enqueuer for instantiated classes by Søren Gjesse · 7 years ago
  87. 4c808cf Merge "Reserved parent package prefix should be reserved indeed." by Søren Gjesse · 7 years ago
  88. b273b58 Merge "Use more lit8 dex instruction form" by Mikael Peltier · 7 years ago
  89. 76f75b6 Use more lit8 dex instruction form by mikaelpeltier · 7 years ago
  90. 7c15a50 Compute CF max stack height and number of locals. by Ian Zerny · 7 years ago
  91. 8a35d02 Reserved parent package prefix should be reserved indeed. by Jinseong Jeon · 7 years ago
  92. 34be217 Merge "Introduce a distinct ValueType for the single-or-null-object case." by Ian Zerny · 7 years ago
  93. 615337a Merge "Disable MemberValuePropagation when -dontoptimize." by Jinseong Jeon · 7 years ago
  94. 6bf153d Introduce a distinct ValueType for the single-or-null-object case. by Ian Zerny · 7 years ago
  95. 88edc16 Add debug test stub for testing debug info when inlining. by Tamas Kenez · 7 years ago
  96. 0f91f62 Allow --nooptimize as well as --no-optimize in CompatDexBuilder. by Mads Ager · 7 years ago
  97. 99412ea Disable MemberValuePropagation when -dontoptimize. by Jinseong Jeon · 7 years ago
  98. 4e8a782 Merge "Always keep default constructor in force proguard compatibility mode" by Søren Gjesse · 7 years ago
  99. 384fb3c Always keep default constructor in force proguard compatibility mode by Søren Gjesse · 7 years ago
  100. 2a00bca Merge "Refine type information for MemberType and remove unneeded type from ConstNumber." by Ian Zerny · 7 years ago