1. 8a504d0 Revert "Fix Kotlin debug tests by reverting formatting" by Søren Gjesse · 5 weeks ago
  2. 90045a8 Fix Kotlin debug tests by reverting formatting by Søren Gjesse · 5 weeks ago
  3. b5ae53d Add Kotlin format check to presubmit by Søren Gjesse · 5 weeks ago
  4. 7b91517 Rename duplicate_annotation/main.kt to prevent compilation errors by Morten Krogh-Jespersen · 3 years, 4 months ago
  5. 8a0f8f2 Add test for not inlining call to checkNotNullParameter by Morten Krogh-Jespersen · 3 years, 4 months ago
  6. 6f65b97 Rewrite kotlin data inlining test to circumvent stringPlus in 1.5 by Morten Krogh-Jespersen · 3 years, 5 months ago
  7. 01343f8 Reland "Enable new argument propagation" by Christoffer Quist Adamsen · 3 years, 6 months ago
  8. e8d3f98 Revert "Enable new argument propagation" by Christoffer Quist Adamsen · 3 years, 6 months ago
  9. be44fc3 Enable new argument propagation by Christoffer Quist Adamsen · 3 years, 6 months ago
  10. 358c8a7 Internalize remaining kotlin tests and remove the build targets by Morten Krogh-Jespersen · 4 years, 1 month ago
  11. f6bc782 Internalize compilation of debug kotlin tests by Morten Krogh-Jespersen · 4 years, 1 month ago
  12. f03c8aa Reproduce b/139432507: double-inliner misses simple inlining candidates. by Jinseong Jeon · 6 years ago
  13. 2341e61 Use the arity of k-style lambda group's interface, not main method. by Jinseong Jeon · 6 years ago
  14. 3682ef4 Reproduce b/133379765: λ group arity mismatch after unused arg removal. by Jinseong Jeon · 6 years ago
  15. 3bb0afa Add tests about duplicate entries in annotation set. by Jinseong Jeon · 6 years ago
  16. 80f7119 Add a test about optimizing unused Kotlin singleton. by Jinseong Jeon · 6 years ago
  17. 5e96546 Refactor Kotlin tests. by Jinseong Jeon · 6 years ago
  18. ea1e536 Add test to optimize Kotlin lambdas after merging. by Jinseong Jeon · 6 years ago
  19. a44981a Merge compute(Kotlin)?NonNullParamHints into one. by Jinseong Jeon · 6 years ago
  20. fe2d8a3 Account for synthetic arguments of enum class initializer by Jinseong Jeon · 6 years ago
  21. ee5edba Reproduce b/120951621: stripped-out Kotlin @DebugMetadata and getters. by Jinseong Jeon · 6 years ago
  22. 04a8e82 Add more ifz tests using Kotlin !! and ?. operators. by Jinseong Jeon · 6 years ago
  23. 7bffb31 Honor force inlining in the default inlining oracle by Søren Gjesse · 6 years ago
  24. 69b6218 Reduce threshold for inline decision. by Jinseong Jeon · 6 years ago
  25. 6c3aeeb Reproduce j-style lambda merger with self-recursion. by Jinseong Jeon · 6 years ago
  26. 17f0681 Simple class staticizer by Denis Vnukov · 7 years ago
  27. 25250b3 Performing if-zero-test optimization after class inlining by Denis Vnukov · 7 years ago
  28. eecbea9 Revising parameter usage info. by Denis Vnukov · 7 years ago
  29. b7cb52c Support kotlin k-style lambdas in class inliner by Denis Vnukov · 7 years ago
  30. eb81dc9 Optimizing class inliner to favor kotlin j-/k-style lambdas. by Denis Vnukov · 7 years ago
  31. 9031862 Better support for Kotlin j-style lambdas in class inliner by Denis Vnukov · 7 years ago
  32. 170aff7 Add test for object and global Kotlin properties by Sebastien Hertz · 7 years ago
  33. be754b1 Add Kotlin tests for null-check simplification. by Jinseong Jeon · 7 years ago
  34. 608564a Repackage kotlin lambda merge tests by Sebastien Hertz · 7 years ago
  35. a98e3ab Fix compilation in IntelliJ by Sebastien Hertz · 7 years ago
  36. c22da84 Java-style lambda class merging. by Denis Vnukov · 7 years ago
  37. c061286 Add more Kotlin accessor tests by Sebastien Hertz · 7 years ago
  38. 4c8de06 Kotlin-style lambda class merging, phase 1. by Denis Vnukov · 7 years ago
  39. 5b41916 Inline static methods preserving class initialization by Sebastien Hertz · 7 years ago
  40. 79a314f Add tests for Kotlin companion properties by Sebastien Hertz · 7 years ago
  41. 7fb951f Add tests for Kotlin properties by Sebastien Hertz · 7 years ago
  42. da65abc Revise test about Kotlin copy methods by Sebastien Hertz · 7 years ago
  43. e96f0bc Adding a black list of methods which are never supposed to be inlined. by Denis Vnukov · 7 years ago
  44. 52ecc61 Follow-up on Kotlin tests main classes by Sebastien Hertz · 7 years ago
  45. d331377 Move Kotlin R8 optimization test resources by Sebastien Hertz · 7 years ago