1. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  2. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 10 years ago
  3. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 8 years ago
  4. b1e46ff Reduce DexCache field/method array size to 512. by Vladimir Marko · 8 years ago
  5. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 8 years ago
  6. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  7. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 8 years ago
  8. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  9. ad71d8f Merge "Refactor WriteBarrier logic into its own file" by Treehugger Robot · 8 years ago
  10. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 8 years ago
  11. e30ec8f Remove NO_RETURN by Mathieu Chartier · 8 years ago
  12. 9911128 Clean up mirror/object by Mathieu Chartier · 8 years ago
  13. 2e63900 Merge "Add missing write barriers" by Mathieu Chartier · 8 years ago
  14. 1d2e266 Add missing write barriers by Mathieu Chartier · 8 years ago
  15. 42c2e50 Refactor CasField32 by Mathieu Chartier · 8 years ago
  16. 8bb3c68 Use strong CAS for identity hash code by Mathieu Chartier · 8 years ago
  17. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  18. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 8 years ago
  19. 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 8 years ago
  20. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 8 years ago
  21. 18090d1 Refactor String resolution. by Vladimir Marko · 8 years ago
  22. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 8 years ago
  23. 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 8 years ago
  24. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  25. a5359a3 Merge "Remove static GcRoot<>s from Class and ClassExt." by Treehugger Robot · 8 years ago
  26. ed7f95d Merge "Aesthetic changes in art::mirror::Object and art::mirror::Class." by Roland Levillain · 8 years ago
  27. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 8 years ago
  28. d32ead2 Aesthetic changes in art::mirror::Object and art::mirror::Class. by Roland Levillain · 8 years ago
  29. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 8 years ago
  30. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 8 years ago
  31. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 8 years ago
  32. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 8 years ago
  33. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 8 years ago
  34. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 8 years ago
  35. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 8 years ago
  36. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 8 years ago
  37. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 8 years ago
  38. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 8 years ago
  39. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 8 years ago
  40. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 8 years ago
  41. c4d5c13 ART: Faster VarHandle accessors for exact callsite matches by Orion Hodson · 8 years ago
  42. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 8 years ago
  43. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 8 years ago
  44. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 8 years ago
  45. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 8 years ago
  46. 1979c64 Clean up include paths by David Sehr · 8 years ago
  47. aa12001 ART: Refactor hidden_api by Andreas Gampe · 8 years ago
  48. 88591fe ART: Simplify atomic.h by Orion Hodson · 8 years ago
  49. c54b89a Merge "Refactor enforcement of hidden API policy when linking" by Treehugger Robot · 8 years ago
  50. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 8 years ago
  51. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 8 years ago
  52. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 8 years ago
  53. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  54. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 8 years ago
  55. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago
  56. b2f1edc Merge "Remove duplication, split tests" by David Sehr · 8 years ago
  57. b8b9387 ART: Support for VarHandle invokers by Orion Hodson · 8 years ago
  58. b2ec9f5 Remove duplication, split tests by David Sehr · 8 years ago
  59. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 8 years ago
  60. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 8 years ago
  61. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 8 years ago
  62. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 8 years ago
  63. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 8 years ago
  64. cc78efa Merge "Improve to-space invariant error reporting in the CC collector." by Roland Levillain · 8 years ago
  65. 001eff9 Improve to-space invariant error reporting in the CC collector. by Roland Levillain · 8 years ago
  66. 8b5d152 Remove unused methods. by Nicolas Geoffray · 8 years ago
  67. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 8 years ago
  68. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 8 years ago
  69. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  70. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  71. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  72. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  73. 8c0961f Move missed files to libdexfile by David Sehr · 8 years ago
  74. dc682aa Use 28 bits for type check bit string. by Vladimir Marko · 8 years ago
  75. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 8 years ago
  76. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  77. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  78. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 8 years ago
  79. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  80. ffad668 ART: Add test for ArrayElementVarHandle offsets. by Orion Hodson · 8 years ago
  81. 8f514ee Update java.lang.String class size. by Alan Leung · 8 years ago
  82. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  83. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 8 years ago
  84. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 8 years ago
  85. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  86. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 8 years ago
  87. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  88. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  89. 960d4f7 ART: Simplify MethodHandle invocations by Orion Hodson · 9 years ago
  90. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 9 years ago
  91. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 9 years ago
  92. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 9 years ago
  93. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 9 years ago
  94. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 9 years ago
  95. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 9 years ago
  96. e7732be ART: Implement missing mterp handlers by Orion Hodson · 9 years ago
  97. 2466d62 Pass methods array to GetMethodsSliceRangeUnchecked by Mathieu Chartier · 9 years ago
  98. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 9 years ago
  99. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 9 years ago
  100. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 9 years ago