1. 44f08d7 Update the type-information after checkcast removal by Morten Krogh-Jespersen · 6 years ago
  2. 0924325 Framework for removing dead switch cases by Christoffer Quist Adamsen · 6 years ago
  3. 4947f9a Remove tests using now removed test code. by Ian Zerny · 6 years ago
  4. 22eaff0 Follow up on null member value propagation by Christoffer Quist Adamsen · 6 years ago
  5. 345d3b8 Nest Access Control application tests by clementbera · 6 years ago
  6. 9a1fb81 Desugar multianewarray instructions in new CF front-end. by Ian Zerny · 6 years ago
  7. 0fe43c4 Revert "Nest Access Control application tests" by Clément Béra · 6 years ago
  8. 4c8627d Nest Access Control application tests by clementbera · 6 years ago
  9. 28e9332 Synthesize null-throwing body for abstract methods on non-abstract classes by Christoffer Quist Adamsen · 6 years ago
  10. e2bd1dc Desugar synchronized methods in new CF front-end. by Ian Zerny · 6 years ago
  11. 859af5f Apply -whyareyoukeeping and -checkdiscard to overridden methods. by Jinseong Jeon · 6 years ago
  12. 02d4cf2 Fix Inliner with nest by clementbera · 6 years ago
  13. 83d962b Record renaming states for methods even if renamed names are same as before. by Jinseong Jeon · 6 years ago
  14. 89b75d8 Canonicalize item-based const-string. by Jinseong Jeon · 6 years ago
  15. 094f83d Desugar Byte/Boolean/Character/Short/Integer.compare. by Jake Wharton · 6 years ago
  16. f2b94c1 Clean up StringInMonitorTest by Christoffer Quist Adamsen · 6 years ago
  17. 5e984c0 Reapply "Fix type of outline arguments"" by Søren Gjesse · 6 years ago
  18. d0a5d64 Member value propagation for null's by Christoffer Quist Adamsen · 6 years ago
  19. 5bea583 Do not remove AssumeDynamicType instructions in blocks-to-be-removed by Christoffer Quist Adamsen · 6 years ago
  20. ffd1d85 Introduce a predicate for libraryMethodsWithoutSideEffects by Christoffer Quist Adamsen · 6 years ago
  21. 2341e61 Use the arity of k-style lambda group's interface, not main method. by Jinseong Jeon · 6 years ago
  22. ade6f79 Revert "Fix type of outline arguments" by Ian Zerny · 6 years ago
  23. 3682ef4 Reproduce b/133379765: λ group arity mismatch after unused arg removal. by Jinseong Jeon · 6 years ago
  24. acef9f6 Canonicalize calls with no side effects and deterministic outputs. by Jinseong Jeon · 6 years ago
  25. cb31092 Fix type of outline arguments by Søren Gjesse · 6 years ago
  26. ec78254 Suppress StringBuilder/StringBuffer constructor failures in jctf by Rico Wind · 6 years ago
  27. d789c9e Status fix for tests after change to CheckCast::evaluate(). by Ian Zerny · 6 years ago
  28. ab51636 Remove the boolean and byte distinction from array member types. by Ian Zerny · 6 years ago
  29. ae9daae Add test and fix for duplicate source error in SeedMapper by Morten Krogh-Jespersen · 6 years ago
  30. 839438a Relax assertion that checks the inner class name when mapping by Morten Krogh-Jespersen · 6 years ago
  31. 50d62ee Rewrite renaming strategies to ask for and specify pre-reserved names by Morten Krogh-Jespersen · 6 years ago
  32. 1756136 Fix test status after change to keepclassmembers and archive issue. by Ian Zerny · 6 years ago
  33. 00b52ed Link dependent non-static items in the kept graph info. by Ian Zerny · 6 years ago
  34. 21340a9 IRConverter: use the application already passed implicitly to constructor. by Tamas Kenez · 6 years ago
  35. 225781d Introduce nodes for conditional keep rules and link them in the graph. by Ian Zerny · 6 years ago
  36. 25295a9 Fix MixedCaseTest to not generate unique names on Windows by Morten Krogh-Jespersen · 6 years ago
  37. be19d30 Rename test package to lower case by clementbera · 6 years ago
  38. 4a19152 Disable minification if -addconfigurationdebugging is set. by Jinseong Jeon · 6 years ago
  39. 8b50edc R8 nest warning and errors by clementbera · 6 years ago
  40. 1615688 Enable -dontusemixedcaseclassnames and allow numbers in identifiers by Morten Krogh-Jespersen · 6 years ago
  41. 6fef2f1 Allow for using minification with applymapping by Morten Krogh-Jespersen · 6 years ago
  42. 1be306c Reland "Discard init with wildcards." by Jinseong Jeon · 6 years ago
  43. 4991ac6 Change ProguardMapMinifier to handle applymapping use cases by Morten Krogh-Jespersen · 6 years ago
  44. 902e20f Rewrite parser to remember last added entry by Morten Krogh-Jespersen · 6 years ago
  45. df2e348 Issue warning if -injars or -libraryjars are given non-archive arguments. by Ian Zerny · 6 years ago
  46. ac8d504 Extend testing utilities for diagnostic inspection. by Ian Zerny · 6 years ago
  47. a01744e Extend @Parameters annotation in BootstrapCurrentEqualityTest by Christoffer Quist Adamsen · 6 years ago
  48. cbeae78 Prepare for "lookup in library classes before program classes" by Søren Gjesse · 6 years ago
  49. 864070c Fix compilation warning from LocalClassRenamingTest by Christoffer Quist Adamsen · 6 years ago
  50. 50fac91 Add tests for class and package obfuscation dictionary by Morten Krogh-Jespersen · 6 years ago
  51. d5bd4f3 Class merging across nests by clementbera · 6 years ago
  52. 65834c4 Check for -assumenosideeffects rules in dead code elimination for static-get by Christoffer Quist Adamsen · 6 years ago
  53. 0615bf0 Synthesize -assumenosideeffects rule for MIN_SDK by Christoffer Quist Adamsen · 6 years ago
  54. 8a95d40 Handle annotated unused argument removal with missing parameter annotations by Søren Gjesse · 6 years ago
  55. fc3d240 Account for method-return-value propagation in -if rule evaluation by Christoffer Quist Adamsen · 6 years ago
  56. 35e7126 Account for field value propagation in -if rule evaluation by Christoffer Quist Adamsen · 6 years ago
  57. 392445d Allow passing AAR archives to D8. by Ian Zerny · 6 years ago
  58. 511f2f8 Fix workaround for exceptional edges targeting loop headers. by Ian Zerny · 6 years ago
  59. 82a0f00 Test nest constructor with unused params by clementbera · 6 years ago
  60. 5cc9238 Check other lattice element type before casting. by Jinseong Jeon · 6 years ago
  61. 3f76a8b Add test for rotating names when using applymapping by Morten Krogh-Jespersen · 6 years ago
  62. 559e5b3 Keep properties of non-member classes. by Jinseong Jeon · 6 years ago
  63. af9c808 Refactor construction of compatibility rule for keepclassmembers. by Ian Zerny · 6 years ago
  64. 04f1c0f Add a test for improving tree shaking in presence of uninitialized types by Christoffer Quist Adamsen · 6 years ago
  65. 7419d88 Towards tree shaking of library method overrides by Christoffer Quist Adamsen · 6 years ago
  66. f1eb548 Generalize escape analysis by Christoffer Quist Adamsen · 6 years ago
  67. 2e054a6 Move EscapeAnalysis to separate package by Christoffer Quist Adamsen · 6 years ago
  68. 54f1ca2 Reserve minified names to ensure they are not reused by minifier by Morten Krogh-Jespersen · 6 years ago
  69. a8f89f0 Add test for semantics of clinit on interfaces with a default method by Rico Wind · 6 years ago
  70. d205b33 InvokeCustom with LambdaMetaFactory: add all interfaces to type lattice. by Tamas Kenez · 6 years ago
  71. 0381f12 Assume that class initialization of library interfaces do not have side effects by Christoffer Quist Adamsen · 6 years ago
  72. f5fc4d8 Nest desugaring should raise warning by clementbera · 6 years ago
  73. 00fcc23 Nest desugaring and minification tests by clementbera · 6 years ago
  74. b4bee56 Add desugar-specific diagnostics for missing types. by Ian Zerny · 6 years ago
  75. 661e5b1 Don't class merge interfaces down when they have a clinit with side effects by Rico Wind · 6 years ago
  76. 43cc66e Add tests for applying mappings to non-member classes. by Jinseong Jeon · 6 years ago
  77. 33fad16 Fix Nest Tests by clementbera · 6 years ago
  78. f359ee0 Add test for reusing names from dictionary when minifying by Morten Krogh-Jespersen · 6 years ago
  79. 95a5984 Add test for wrong clinit order when using a static field in an interface by Rico Wind · 6 years ago
  80. 948e418 Nest attributes should be updated by clementbera · 6 years ago
  81. 1dd6f94 Extend applymapping test for static overrides with fields by Morten Krogh-Jespersen · 6 years ago
  82. 6e053cc Add test for rewriting signatures when using applymapping by Morten Krogh-Jespersen · 6 years ago
  83. cc0e913 Fix test status. by Ian Zerny · 6 years ago
  84. 7a08fcc Refactor Nest Access Control tests by clementbera · 6 years ago
  85. 5a4d7c3 Test using -applymapping with same static methods in type hierarchy by Morten Krogh-Jespersen · 6 years ago
  86. a6b0fcd Tests for inconsistent conditional rules. by Ian Zerny · 6 years ago
  87. e22cda6 Add tests for minifying non-member classes. by Jinseong Jeon · 6 years ago
  88. 8c78f65 Enable dynamic type optimization by Christoffer Quist Adamsen · 6 years ago
  89. b37003e Regression test for user workaround of ART verification bug. by Ian Zerny · 6 years ago
  90. f2f44c5 Only mark the class of keepclassmembers instantiated in compatibility mode. by Ian Zerny · 6 years ago
  91. f74224d Refactor Nest access control tests by clementbera · 6 years ago
  92. b4327a5 Do not compute optimization info summary for kept methods by Christoffer Quist Adamsen · 6 years ago
  93. bcec53d Add test for proguard map parsing error regarding inlining frames by Morten Krogh-Jespersen · 6 years ago
  94. b0ff854 Nest private member access clean-up by clementbera · 6 years ago
  95. 5b12de1 Fix typo in tests by clementbera · 6 years ago
  96. 9f34f40 Nest Access: Private access inside a class by clementbera · 6 years ago
  97. 94a3565 Partial nest desugaring in d8 by clementbera · 6 years ago
  98. f3276dd Revert "Don't run VerticalClassMergingRetraceTest on 5.1.1" by Søren Gjesse · 6 years ago
  99. f81e10f Update the tracking bug number. by Jinseong Jeon · 6 years ago
  100. 5c8db67 Revert the recently added status file changes for art implicit null check by Rico Wind · 6 years ago