1. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  2. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  3. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  4. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 8 years ago
  5. 8c19d24 Refactor image writer by Mathieu Chartier · 8 years ago
  6. 18ea1c9 "Revert^6 "CHA for interface method.""" by Nicolas Geoffray · 8 years ago
  7. 27ef25f Revert "Revert^4 "CHA for interface method."" by Nicolas Geoffray · 8 years ago
  8. fb18513 Revert^4 "CHA for interface method." by Mingyao Yang · 8 years ago
  9. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 8 years ago
  10. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 8 years ago
  11. bfe66b0 Merge "Revert "Revert "Revert "CHA for interface method."""" by Nicolas Geoffray · 8 years ago
  12. 43e99be Revert "Revert "Revert "CHA for interface method.""" by Nicolas Geoffray · 8 years ago
  13. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 8 years ago
  14. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 8 years ago
  15. 8f301e2 Revert "Revert "CHA for interface method."" by Mingyao Yang · 8 years ago
  16. 85a1ec1 Revert "CHA for interface method." by Mingyao Yang · 8 years ago
  17. 747aeb4 Merge "CHA for interface method." by Mingyao Yang · 8 years ago
  18. b1106e2 ART: Add flag for ArtMethod class state checks by Andreas Gampe · 8 years ago
  19. 7130fc7 CHA for interface method. by Mingyao Yang · 8 years ago
  20. 7532d58 Allow redefined intrinsics by Alex Light · 8 years ago
  21. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  22. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 8 years ago
  23. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 8 years ago
  24. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  25. 66866e2 Merge "Avoid read barriers for ArtMethod::GetDexFile" by Mathieu Chartier · 8 years ago
  26. e8fcd01 Revert "Revert "CHA for abstract methods."" by Mingyao Yang · 8 years ago
  27. 137cdfa Avoid read barriers for ArtMethod::GetDexFile by Mathieu Chartier · 8 years ago
  28. 8ebc8bf Revert "CHA for abstract methods." by Colin Cross · 8 years ago
  29. ae6c189 CHA for abstract methods. by Mingyao Yang · 8 years ago
  30. 308fa4d Merge "Remove now unused dex_cache_resolved_types_ from ArtMethod." by Nicolas Geoffray · 8 years ago
  31. 9e8c8ca Merge "ART: Improve class initializer and constructor verification." by Treehugger Robot · 8 years ago
  32. 6c4921b ART: Improve class initializer and constructor verification. by Orion Hodson · 8 years ago
  33. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 8 years ago
  34. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  35. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  36. b1a7c94 Fix possible deadlock in AddAccessFlags and ClearAccessFlags by Mathieu Chartier · 8 years ago
  37. fe150d9 Merge "Remove bogus DCHECK." by Treehugger Robot · 8 years ago
  38. b466d80 Remove bogus DCHECK. by Nicolas Geoffray · 8 years ago
  39. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  40. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  41. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  42. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  43. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  44. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  45. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  46. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  47. a01de59 Infrastructure for obsolete methods by Alex Light · 8 years ago
  48. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  49. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  50. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  51. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  52. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  53. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  54. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  55. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  56. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  57. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  58. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  59. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  60. 84413a7 Merge changes I295c7876,Ib4b84b7b by Treehugger Robot · 8 years ago
  61. 479b1de ART: Remove PACKED from ArtMethod's ptr_sized_fields_ by Andreas Gampe · 8 years ago
  62. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  63. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  64. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  65. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  66. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 8 years ago
  67. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  68. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 8 years ago
  69. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  70. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  71. badee98 Optimize IMT by Nelli Kim · 8 years ago
  72. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  73. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 8 years ago
  74. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  75. 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  76. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  77. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  78. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  79. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  80. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  81. 42cd3cb Merge "ART: Improve JitProfile perf in arm/arm64 mterp" by Bill Buzbee · 9 years ago
  82. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  83. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  84. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  85. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  86. fcea56f Fix issue with copied methods not being checked. by Alex Light · 9 years ago
  87. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  88. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  89. e7f75f3 Add read barrier option to UpdateEntrypoints by Mathieu Chartier · 9 years ago
  90. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  91. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  92. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  93. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  94. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  95. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  96. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  97. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  98. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  99. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  100. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago