1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  2. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  3. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  4. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  5. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  6. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  7. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  8. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  9. 4c0b4bc Gracefully handle bogus profiling info for inline caches. by Nicolas Geoffray · 7 years ago
  10. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 7 years ago
  11. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 7 years ago
  12. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 7 years ago
  13. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 7 years ago
  14. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  15. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  16. b1106e2 ART: Add flag for ArtMethod class state checks by Andreas Gampe · 7 years ago
  17. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  18. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  19. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  20. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 7 years ago
  21. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  22. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  23. 137cdfa Avoid read barriers for ArtMethod::GetDexFile by Mathieu Chartier · 8 years ago
  24. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  25. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 8 years ago
  26. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  27. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  28. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  29. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  30. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  31. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  32. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  33. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  34. 0fd9a7d Merge "Infrastructure for obsolete methods" by Alex Light · 8 years ago
  35. a01de59 Infrastructure for obsolete methods by Alex Light · 8 years ago
  36. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 8 years ago
  37. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  38. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  39. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  40. d6e0fa9 Fix invoke-virtual not throwing ICCE in some cases by Alex Light · 8 years ago
  41. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  42. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  43. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  44. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  45. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  46. 10b218d Add missing filter cards to zygote mod union table by Mathieu Chartier · 8 years ago
  47. 84413a7 Merge changes I295c7876,Ib4b84b7b by Treehugger Robot · 8 years ago
  48. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  49. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  50. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 8 years ago
  51. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  52. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 8 years ago
  53. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  54. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  55. 022dd86 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 8 years ago
  56. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 8 years ago
  57. a67a089 Merge "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 8 years ago
  58. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 8 years ago
  59. 932e6bf Merge "Fix issue with proxy invocation on default methods" by Alex Light · 8 years ago
  60. ec3b7ab Fix issue with proxy invocation on default methods by Alex Light · 8 years ago
  61. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  62. b79eb75 Revert "ProfilingInfo roots should be visited by the declaring class." by Hiroshi Yamauchi · 8 years ago
  63. 9a3be98 ProfilingInfo roots should be visited by the declaring class. by Nicolas Geoffray · 8 years ago
  64. dec3a12 Don't call IsNative if the declaring class can be null. by Nicolas Geoffray · 8 years ago
  65. ef40446 Always visit ProfilingInfo, the counter could be reset. by Nicolas Geoffray · 8 years ago
  66. e7f75f3 Add read barrier option to UpdateEntrypoints by Mathieu Chartier · 8 years ago
  67. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  68. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  69. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  70. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  71. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  72. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  73. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  74. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  75. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  76. cbc96b8 Revert "Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod"" by Andreas Gampe · 9 years ago
  77. 38b8287 Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod" by Andreas Gampe · 9 years ago
  78. 6dd3329 ART: Remove unnecessary SHARED_REQUIRES in ArtMethod by Andreas Gampe · 9 years ago
  79. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  80. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  81. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  82. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  83. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 9 years ago
  84. 10e5ea9 Visit declaring class of methods on call stack by Mathieu Chartier · 9 years ago
  85. 7c0fe5e Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo by Mathieu Chartier · 9 years ago
  86. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  87. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 9 years ago
  88. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago[Renamed (63%) from runtime/mirror/art_method-inl.h]
  89. 2006b7b Merge "Add unstarted runtime test for String.<init>." by Jeff Hao · 9 years ago