1. bc29a5f Merge "Don't mark identifier name strings if not minifying" by Jinseong Jeon · 7 years ago
  2. 441fe6e Move Origin to its own package by Yohann Roussel · 7 years ago
  3. 17ef47a Don't mark identifier name strings if not minifying by Søren Gjesse · 7 years ago
  4. 7f0b700 Special treatment of Class#forName via -identifiernamestring. by Jinseong Jeon · 7 years ago
  5. 5463d37 Implement proper field resolution order. by Stephan Herhut · 7 years ago
  6. 8659e4d Merge "Reland "Add some more tests for member lookup."" by Stephan Herhut · 7 years ago
  7. bf46ecf [CF] Emit static and instance fields. by Ian Zerny · 7 years ago
  8. 9633f00 Reland "Add some more tests for member lookup." by Stephan Herhut · 7 years ago
  9. e38ea6e Merge "Fix register allocation of arguments and triage remaining example tests." by Ian Zerny · 7 years ago
  10. 3b531a6 Revert "Add some more tests for member lookup." by Rico Wind · 7 years ago
  11. 387a1c4 Add some more tests for member lookup. by Stephan Herhut · 7 years ago
  12. fc5369b Limit Jasmin class files to JDK 1.4 or earlier. by Stephan Herhut · 7 years ago
  13. 1c50523 Fix register allocation of arguments and triage remaining example tests. by Ian Zerny · 7 years ago
  14. 8813298 Selectively use older class file format in tests. by Stephan Herhut · 7 years ago
  15. f47fdd0 Merge "[Reland] Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  16. 6d1c709 [Reland] Fix close range of debug variable at block entry by Mikaël Peltier · 7 years ago
  17. 481f77f Merge "Set the class file version of Jasmin generated classes to JDK 8." by Stephan Herhut · 7 years ago
  18. 8b60441 Merge "Add support -identifiernamestring" by Jinseong Jeon · 7 years ago
  19. 8fac6ac Add support -identifiernamestring by Jinseong Jeon · 7 years ago
  20. 2ccb2d1 Set the class file version of Jasmin generated classes to JDK 8. by Stephan Herhut · 7 years ago
  21. a0ec384 Merge "Revert "Fix close range of debug variable at block entry"" by Mikael Peltier · 7 years ago
  22. c22a726 Revert "Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  23. 95ba14f Merge "Also disable 968-default-partial-compile-gen for now." by Stephan Herhut · 7 years ago
  24. 2cfa969 Merge "Fix close range of debug variable at block entry" by Mikael Peltier · 7 years ago
  25. 4fea1e9 Fix close range of debug variable at block entry by Mikaël Peltier · 7 years ago
  26. b1e19cf Also disable 968-default-partial-compile-gen for now. by Stephan Herhut · 7 years ago
  27. f76d05d Disable 961-default-iface-resolution-get for now. by Stephan Herhut · 7 years ago
  28. 1dc494f One step closer to actual JVM field resolution. by Stephan Herhut · 7 years ago
  29. cd97c19 Merge "Add a new debug test with a bad local variable scope" by Mikael Peltier · 7 years ago
  30. 7ef7069 Merge "Fix lookup order for static fields." by Stephan Herhut · 7 years ago
  31. 0c9a157 Fix lookup order for static fields. by Stephan Herhut · 7 years ago
  32. 085a4cc Merge "Keep static members matched by -keepclassmembers on kept classes" by Søren Gjesse · 7 years ago
  33. c8a7603 Keep static members matched by -keepclassmembers on kept classes by Søren Gjesse · 7 years ago
  34. 09ed7d7 Add a new debug test with a bad local variable scope by Mikaël Peltier · 7 years ago
  35. a1a5ba7 Merge "Add a test checking D8 API binary compatibility" by Yohann Roussel · 7 years ago
  36. bb57162 Add a test checking D8 API binary compatibility by Yohann Roussel · 7 years ago
  37. ea38a30 Refactor SmaliTestBase to go through the normal R8 entry points. by Stephan Herhut · 7 years ago
  38. 13ffe93 Use main compiler entry points in jasmin tests. by Stephan Herhut · 7 years ago
  39. a80e7f0 Merge "Special handling of referenced classes in Proguard compatibility mode" by Søren Gjesse · 7 years ago
  40. a7d35da Merge "Handle default methods properly during tree shaking." by Stephan Herhut · 7 years ago
  41. 14c1488 [CF] Implement sufficient control-flow support to run the BArray example test. by Ian Zerny · 7 years ago
  42. 3600c13 Handle default methods properly during tree shaking. by Stephan Herhut · 7 years ago
  43. 51b3c6c Special handling of referenced classes in Proguard compatibility mode by Søren Gjesse · 7 years ago
  44. 3fd1084 Set hint for liveinterval related to checkcast by mikaelpeltier · 7 years ago
  45. ed2248e Merge "[CF] Implement simple store/load elimination and avoid storing constants." by Ian Zerny · 7 years ago
  46. 981a533 Provide better error message for invalid method names by Søren Gjesse · 7 years ago
  47. a087415 [CF] Implement simple store/load elimination and avoid storing constants. by Ian Zerny · 7 years ago
  48. 8a35d02 Reserved parent package prefix should be reserved indeed. by Jinseong Jeon · 7 years ago
  49. 615337a Merge "Disable MemberValuePropagation when -dontoptimize." by Jinseong Jeon · 7 years ago
  50. 88edc16 Add debug test stub for testing debug info when inlining. by Tamas Kenez · 7 years ago
  51. 99412ea Disable MemberValuePropagation when -dontoptimize. by Jinseong Jeon · 7 years ago
  52. 4e8a782 Merge "Always keep default constructor in force proguard compatibility mode" by Søren Gjesse · 7 years ago
  53. 384fb3c Always keep default constructor in force proguard compatibility mode by Søren Gjesse · 7 years ago
  54. 2a00bca Merge "Refine type information for MemberType and remove unneeded type from ConstNumber." by Ian Zerny · 7 years ago
  55. 3349d32 Refine type information for MemberType and remove unneeded type from ConstNumber. by Ian Zerny · 7 years ago
  56. cdaf6e7 Fix bug in inactive linked interval splitting. by Mads Ager · 7 years ago
  57. 0331e4f ProguardConfiguration: set Proguard-related default options automatically by Tamas Kenez · 7 years ago
  58. a75183e Replace MoveType by ValueType in IR. by Ian Zerny · 7 years ago
  59. 35e45f4 Merge "Implement IR to CF conversion for the hello-world example program." by Ian Zerny · 7 years ago
  60. 282ffa8 Implement IR to CF conversion for the hello-world example program. by Ian Zerny · 7 years ago
  61. ea5617b Refactor DebugTestBase for a safer a more configurable implementation. by Tamas Kenez · 7 years ago
  62. 3544ac9 Merge "Add support for --main-dex-list amd --minimal-mail-dex to compat proguard" by Søren Gjesse · 7 years ago
  63. d6196da Add support for --main-dex-list amd --minimal-mail-dex to compat proguard by Søren Gjesse · 7 years ago
  64. 5e67741 Merge "Reapply "Define distinct access-flag types for classes, methods and fields."" by Ian Zerny · 7 years ago
  65. ad20e27 Change minification tests to also cover aggresive mode. by Stephan Herhut · 7 years ago
  66. 2bfb29a Merge "Implement support for not overloading aggressively, making that the default." by Stephan Herhut · 7 years ago
  67. f17b350 Implement support for not overloading aggressively, making that the default. by Stephan Herhut · 7 years ago
  68. e2da57d Reapply "Define distinct access-flag types for classes, methods and fields." by Ian Zerny · 7 years ago
  69. 7cec45b Apply the given pg-map via graph lense. by Jinseong Jeon · 7 years ago
  70. bcd54b7 Merge "Revert "Define distinct access-flag types for classes, methods and fields."" by Rico Wind · 7 years ago
  71. 464b0f9 Revert "Define distinct access-flag types for classes, methods and fields." by Rico Wind · 7 years ago
  72. bc8be4d Merge "Define distinct access-flag types for classes, methods and fields." by Ian Zerny · 7 years ago
  73. f76614b Define distinct access-flag types for classes, methods and fields. by Ian Zerny · 7 years ago
  74. 4d22d2d Merge "Remove a bunch of file descriptor leaks" by Rico Wind · 7 years ago
  75. c0016d1 Remove a bunch of file descriptor leaks by Rico Wind · 7 years ago
  76. 9842870 Update compat proguard to ignore missing classes when not shrinking by Søren Gjesse · 7 years ago
  77. 6b06bfb Enable InconsistentOverloads checking in ErrorProne. by Stephan Herhut · 7 years ago
  78. dbb891e Partial identity transformation from Java bytecode to Java bytecode. by Ian Zerny · 7 years ago
  79. 2e49cc0 Limit use of jar building utility. by Ian Zerny · 7 years ago
  80. b2a5217 Remove loop over all DEX runtimes now that bots support 4.4.4. by Ian Zerny · 7 years ago
  81. 325f449 Add file missing from last commit by Søren Gjesse · 7 years ago
  82. 1a0b0da Make no -keepattributes flag keep all in Proguard compatibility mode by Søren Gjesse · 7 years ago
  83. d692dfa Merge "Support skipping of class loader frames in debug tests" by Sebastien Hertz · 7 years ago
  84. aee48fb Support skipping of class loader frames in debug tests by Sebastien Hertz · 7 years ago
  85. 9c97fee Detach PG attributes from InternalOptions. by Jinseong Jeon · 7 years ago
  86. de08280 Support multiple -dontwarn and -adaptclassstrings lines by Søren Gjesse · 7 years ago
  87. 4665e1e Revert "Automatically (not explicitly) control Proguard-related default options" by Tamas Kenez · 7 years ago
  88. ad41f3f Automatically (not explicitly) control Proguard-related default options by Tamas Kenez · 7 years ago
  89. 22526dc JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4) by Tamas Kenez · 7 years ago
  90. 02f4ca1 Add MinificationTest to debug tests: by Tamas Kenez · 7 years ago
  91. 25b77c8 Reduce number of generated files in manyFilesWithSharedSynthesizedClass. by Stephan Herhut · 7 years ago
  92. 04122b7 Enable writing to jar files as well as zip files. by Mads Ager · 7 years ago
  93. a63b192 Remove some dead code by Benoit Lamarche · 7 years ago
  94. e7b3e2b Reland "Use dedicated per-file maps instead of field on IndexedDexItem for file membership." by Stephan Herhut · 7 years ago
  95. 5563b32 Do not resolve file names against output directory twice. by Stephan Herhut · 7 years ago
  96. 7e3d204 Introduce the concept of an OutputSink to allow different processing by Stephan Herhut · 7 years ago
  97. 317e981 Update CompatProguard by Søren Gjesse · 7 years ago
  98. b69d99f Merge "Input base path to string-based PG config to handle relative paths." by Jinseong Jeon · 7 years ago
  99. 743941b Input base path to string-based PG config to handle relative paths. by Jinseong Jeon · 7 years ago
  100. 0e4efd4 Adapt invalid name tests to run them on Java 9 runtime by Mikaël Peltier · 7 years ago