1. e2f8549 Remove classlib as sourceset from build.gradle by Morten Krogh-Jespersen · 6 years ago
  2. b93a678 Remove TODO about compile time jasmin building. by Ian Zerny · 6 years ago
  3. d450ba1 Allow archiving when triggering cls by Rico Wind · 6 years ago
  4. e11f71d Add support for triggering a cl on the bots. by Rico Wind · 6 years ago
  5. ba52d29 Inform if malformed inner-class attributes are found. by Jinseong Jeon · 6 years ago
  6. e3f9058 Add test for rewriting of enclosing-method attr in desugarded interface. by Jinseong Jeon · 6 years ago
  7. c70e299 Vary Java 8 rewriting using InternalOptions methods by Jake Wharton · 6 years ago
  8. dfd405d Update test assume messages on CF runtimes. by Jinseong Jeon · 6 years ago
  9. b13b913 Revert "Temporarily remove the JDK 11 dependency in gradle" by Morten Krogh-Jespersen · 6 years ago
  10. 612b8bc Temporarily remove the JDK 11 dependency in gradle by Morten Krogh-Jespersen · 6 years ago
  11. 2d7a25b Discard init with wildcards. by Jinseong Jeon · 6 years ago
  12. f06dba7 Update test expectation of NegatedClassMemberTest for Windows bot by Christoffer Quist Adamsen · 6 years ago
  13. be44917 Relax dead condition of array-length. by Jinseong Jeon · 6 years ago
  14. 533ef9b Don't count return instrunctions when inlining by Jake Wharton · 6 years ago
  15. a03580c Raise parse error when type name is negated by Christoffer Quist Adamsen · 6 years ago
  16. 51d5992 Add assertions in minifier for debugging b/131098601 by Christoffer Quist Adamsen · 6 years ago
  17. 0fe940d NestBasedAccessControl Anonymous Inner class support by clementbera · 6 years ago
  18. ae567dd Account for non-materializable instructions in inlining budget by Christoffer Quist Adamsen · 6 years ago
  19. f1e2757 Share the type-checking logic for field put instructions. by Jinseong Jeon · 6 years ago
  20. 2bc50ca Update patch version for release - new version is 1.5.21-dev by Christoffer Quist Adamsen · 6 years ago
  21. 849a20f Adopt InstructionVisitor pattern to LambdaMerger's CodeProcessor. by Jinseong Jeon · 6 years ago
  22. 7e7c1e3 Modernize StaticLibraryValuesChangeTest by Jinseong Jeon · 6 years ago
  23. c181a82 Desguar unsigned operations on <26 by Jake Wharton · 6 years ago
  24. cf4dd62 Temporarily skip numix-calculator by Jinseong Jeon · 6 years ago
  25. 8a88995 Update TODO in java9 tests. by Jinseong Jeon · 6 years ago
  26. 702fabc Backport Long.divideUnsigned and Long.remainderUnsigned methods by Jake Wharton · 6 years ago
  27. 887271c Throw null if an instruction will do. by Jinseong Jeon · 6 years ago
  28. 0369001 Add Nestmates attrs JarClassReader and CfWriter by clementbera · 6 years ago
  29. a85ccd4 Update patch version for release - new version is 1.5.20-dev by Tamas Kenez · 6 years ago
  30. 26c3e57 Revert "Fail early if malformed inner names are found." by Tamas Kenez · 6 years ago
  31. 8dbbca2 Do not mark merged classes as being pruned by Christoffer Quist Adamsen · 6 years ago
  32. 4b264c9 Generalize Assume instruction by Christoffer Quist Adamsen · 6 years ago
  33. 4c3d127 Temporarily disable inlining of invokes with nullable receivers by Christoffer Quist Adamsen · 6 years ago
  34. b3cfe58 Rename NonNull instruction to Assume by Christoffer Quist Adamsen · 6 years ago
  35. 1a1a2b6 Update patch version for release - new version is 1.5.19-dev by Tamas Kenez · 6 years ago
  36. 2d7e10c Share LUB of interfaces among ClassTypeLattice variants. by Jinseong Jeon · 6 years ago
  37. d7ab1dd Add (failing) tests for nest based access control by clementbera · 6 years ago
  38. ef8a153 Disable logging for rover-android on bots by Christoffer Quist Adamsen · 6 years ago
  39. a763337 Add test for dynamic type optimization by Christoffer Quist Adamsen · 6 years ago
  40. 47e9d48 Update opensource_apps.tar.gz.sha1 by Christoffer Quist Adamsen · 6 years ago
  41. edeef1f Add addKeepClassRulesWithAllowObfuscation helper method by Morten Krogh-Jespersen · 6 years ago
  42. 4a7946d Fail early if malformed inner names are found. by Jinseong Jeon · 6 years ago
  43. 6c91c65 Switched compatibility to ASM7 by clementbera · 6 years ago
  44. 2f38bab Allow overriding fields but not methods when using applymapping by Morten Krogh-Jespersen · 6 years ago
  45. 9d5e6b8 Add comments regarding system class loader in Android Nougat by Morten Krogh-Jespersen · 6 years ago
  46. ffa8efa Remove unneeded visibility bridge methods by Christoffer Quist Adamsen · 6 years ago
  47. 1fa3c02 Downgrade error to warning when field name is used for applymapping by Morten Krogh-Jespersen · 6 years ago
  48. b873c64 Add tool to trigger builders on a specific commit. by Rico Wind · 6 years ago
  49. a77e3f7 Synthesize null checks to allow inlining when the receiver is nullable by Christoffer Quist Adamsen · 6 years ago
  50. b458ee5 Add temporary logging for rover-android to bots by Christoffer Quist Adamsen · 6 years ago
  51. 8fb907d Update patch version for release - new version is 1.5.18-dev by Tamas Kenez · 6 years ago
  52. 7289113 Keep structure/input separator when renaming inner classes. by Jinseong Jeon · 6 years ago
  53. 378432e Field name minifier fix for apply mapping by Christoffer Quist Adamsen · 6 years ago
  54. 7464530 Revert "Lookup in library classes before program classes" by Søren Gjesse · 6 years ago
  55. 1a6a06a JDK11 support in tests by clementbera · 6 years ago
  56. 6358b07 Introduce new field name minifier by Christoffer Quist Adamsen · 6 years ago
  57. a815b07 Add a test for inlining of methods with nullable receivers by Christoffer Quist Adamsen · 6 years ago
  58. d62e2d5 Lookup in library classes before program classes by Søren Gjesse · 6 years ago
  59. 38b065e Update patch version for release - new version is 1.5.17-dev by Tamas Kenez · 6 years ago
  60. 927bec9 Fix concurrent modification issue in AppInfoWithSubtyping.typeInfo. by Tamas Kenez · 6 years ago
  61. 391e299 New implementation of -keeppackagenames by Søren Gjesse · 6 years ago
  62. 7d74ef7 List files on missing APKs in run_on_as_app.py by Christoffer Quist Adamsen · 6 years ago
  63. b4fa18d Added JDK11 by clementbera · 6 years ago
  64. 2847034 Remove Objects#requireNonNull for definitely null reference. by Jinseong Jeon · 6 years ago
  65. 8169bef Assume on Linux when retrieving checked in JDK path by Christoffer Quist Adamsen · 6 years ago
  66. 247d321 Do not catch AssumptionViolatedException in MissingClassesJoinTest by Christoffer Quist Adamsen · 6 years ago
  67. 41cbdca Disable excessive logging from run_on_as_app.py on bots by Christoffer Quist Adamsen · 6 years ago
  68. 3b6233b Remove String#valueOf for uninstantiated types. by Jinseong Jeon · 6 years ago
  69. 064dc711 s/code.blocks.listIterator/code.listIterator by Jinseong Jeon · 6 years ago
  70. 6dab380 Output stacktrace from unexpected exception in MissingClassesJoinTest by Christoffer Quist Adamsen · 6 years ago
  71. 7de2f94 Update text expectation after field minifier change by Christoffer Quist Adamsen · 6 years ago
  72. 0f82b80 Stateful lambda classes: move initialization to method on lambda class. by Tamas Kenez · 6 years ago
  73. 3f63a5d Disable logging for muzei test app by Christoffer Quist Adamsen · 6 years ago
  74. 86d6e8b Compute max nameCount in NamingState#incrementAndGet() by Christoffer Quist Adamsen · 6 years ago
  75. 08ad2c3 New name for hello benchmark. by Ian Zerny · 6 years ago
  76. 3709765 Benchmark for compiling a trivial hello world program. by Ian Zerny · 6 years ago
  77. 81738ec Multi-JDKS support for tests in Intellij by clementbera · 6 years ago
  78. 900e9ea Update patch version for release - new version is 1.5.16-dev by Tamas Kenez · 6 years ago
  79. 6ab2309 Retain synthesized classes in new AppInfo. by Tamas Kenez · 6 years ago
  80. 9bbee12 InlineCandidateProcessor: fix incomplete condition. by Tamas Kenez · 6 years ago
  81. 144d093 Make isInterface a conservative method on app-view. by Ian Zerny · 6 years ago
  82. f6e08b8 Add empty local.properties file to muzei by Christoffer Quist Adamsen · 6 years ago
  83. f401d00 Refactor util to add null throwing code. by Jinseong Jeon · 6 years ago
  84. b8df42a Refactor utils to check if value/type is always null. by Jinseong Jeon · 6 years ago
  85. a9a9e7d Reproduce b/130135768: keeppackagenames with asterisks by Jinseong Jeon · 6 years ago
  86. 1d9ea1e Clear reference type lattice elements cache after IR processing by Christoffer Quist Adamsen · 6 years ago
  87. e609ae6 Do a workaround for dominator tree calculation crash on mediatek 4.4.2/4.4.4 by Rico Wind · 6 years ago
  88. b90caf5 Reenable 'tivi' test app on bots by Christoffer Quist Adamsen · 6 years ago
  89. f5e8f99 Clear reference type lattice element cache after main dex computation by Christoffer Quist Adamsen · 6 years ago
  90. 64c28c4 Enable logging for muzei app on bots by Christoffer Quist Adamsen · 6 years ago
  91. db424c8 Add a test for incorrect join of class types in presence of missing classes by Christoffer Quist Adamsen · 6 years ago
  92. 385f3c0 Disabled tests for Windows and old Android versions. Test is independent from Android versions/OS anyway, it fails in such configurations due to the test infrastructure and not for relevant reasons by clementbera · 6 years ago
  93. 45cea0a Updated ASM to 7.1 by clementbera · 6 years ago
  94. 937afad Ignore failing test on DEX-7.0.0 by Morten Krogh-Jespersen · 6 years ago
  95. cfff468 Update InnerEnumValuesTest to use TestParameters. by Jinseong Jeon · 6 years ago
  96. 878ec25 Revert "Revert "Rewrite of ServiceLoader.load to NewInstance when possible"" by Morten Krogh-Jespersen · 6 years ago
  97. 0b564a2 Update patch version for release - new version is 1.5.15-dev by Tamas Kenez · 6 years ago
  98. 137e732 Skip tivi and muzei app and running PG on bot by Morten Krogh-Jespersen · 6 years ago
  99. ec8b311 Revert "Rewrite of ServiceLoader.load to NewInstance when possible" by Morten Krogh-Jespersen · 6 years ago
  100. b027e3c Rewrite of ServiceLoader.load to NewInstance when possible by Morten Krogh-Jespersen · 6 years ago