1. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  2. 357d4db Improve stack unwinding during gcstress tests. by David Srbecky · 5 years ago
  3. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 5 years ago
  4. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 5 years ago
  5. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  6. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  7. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  8. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 5 years ago
  9. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 5 years ago
  10. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  11. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 5 years ago
  12. e42a4b9 Optimize stack maps: add fast path for no inline info. by David Srbecky · 5 years ago
  13. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  14. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  15. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  16. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  17. 21a6ec5 ART: Add VLOG to GenericJNI by Andreas Gampe · 6 years ago
  18. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  19. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  20. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  21. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
  22. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  23. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  24. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 6 years ago
  25. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  26. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  27. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  28. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  29. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  30. 62e7c09 Put the deoptimized method in the trace tag. by Nicolas Geoffray · 6 years ago
  31. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  32. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  33. 076c9da Merge "Use ArtMethod::GetDexFile() instead of using declaring class." by Vladimir Marko · 6 years ago
  34. 7e09737 Use ArtMethod::GetDexFile() instead of using declaring class. by Vladimir Marko · 6 years ago
  35. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  36. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  37. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  38. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  39. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  40. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  41. 6c2b86e Cache the ImtTable index in the interpreter. by David Srbecky · 6 years ago
  42. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  43. 9293b53 Merge "Only warn if a pre-P app overrides inlined methods at runtime" by David Brazdil · 6 years ago
  44. c853eed Use the small thread-local cache for mterp invokes. by David Srbecky · 6 years ago
  45. 494b12c Only warn if a pre-P app overrides inlined methods at runtime by David Brazdil · 6 years ago
  46. ce32c10 Rewrite mterp field access helpers by David Srbecky · 6 years ago
  47. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  48. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 6 years ago
  49. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 6 years ago
  50. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
  51. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
  52. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  53. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 6 years ago
  54. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 6 years ago
  55. c916736 Ensure proxy methods are reported by instrumentation by Alex Light · 6 years ago
  56. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 6 years ago
  57. a296f90 Merge "Use iterators to access stack map data." by David Srbecky · 6 years ago
  58. 93bd361 Use iterators to access stack map data. by David Srbecky · 6 years ago
  59. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  60. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 6 years ago
  61. c97946c Allow jumping back to interpreter in instrumentation entrypoint. by Alex Light · 6 years ago
  62. 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 6 years ago
  63. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 6 years ago
  64. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 6 years ago
  65. f51359e Merge "Remove depth argument from InlineInfo accessors in stack maps." by Treehugger Robot · 6 years ago
  66. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 6 years ago
  67. 18090d1 Refactor String resolution. by Vladimir Marko · 6 years ago
  68. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  69. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 6 years ago
  70. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 6 years ago
  71. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  72. aaebb14 Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses." by Vladimir Marko · 6 years ago
  73. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 6 years ago
  74. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 6 years ago
  75. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 6 years ago
  76. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  77. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 6 years ago
  78. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
  79. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 6 years ago
  80. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  81. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  82. 63a9f3e AOT inlined method lookup should stay within dex file. by Vladimir Marko · 6 years ago
  83. 606adb3 Fix and extend debugging output for bug 74410240. by Vladimir Marko · 7 years ago
  84. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  85. d1ede32 Merge "Revert^3 "Compiler changes for bitstring based type checks."" by Andreas Gampe · 7 years ago
  86. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  87. 7075583 Merge "Revert^2 "Compiler changes for bitstring based type checks."" by Vladimir Marko · 7 years ago
  88. aa96086 Merge changes I4ca880f6,I6ebe18fe by Vladimir Marko · 7 years ago
  89. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  90. f8655b3 Fix test failures with -Xjitthreshold:0. by Vladimir Marko · 7 years ago
  91. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  92. 5b4b9a0 Add extra logging for bug 74410240. by Vladimir Marko · 7 years ago
  93. fac2178 Fix delivering async exception while in compiled code. by Vladimir Marko · 7 years ago
  94. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  95. a68aabb Don't fixup proxy method arguments after invoking the InvocationHandler. by Roland Levillain · 7 years ago
  96. 11088ad Merge "Visit proxy methods reference arguments when visiting Quick frames roots." by Roland Levillain · 7 years ago
  97. ad0777d Visit proxy methods reference arguments when visiting Quick frames roots. by Roland Levillain · 7 years ago
  98. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  99. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
  100. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago