1. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  2. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  3. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  4. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  5. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  6. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  7. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  8. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  9. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  10. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  11. e8fdf72 Merge "Check the size of pid_t in art::mirror::Class." by Roland Levillain · 6 years ago
  12. 66c7459 Check the size of pid_t in art::mirror::Class. by Roland Levillain · 6 years ago
  13. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  14. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  15. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  16. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  17. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  18. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  19. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  20. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  21. 5ec6f36 ART: Fix incorrect dispatch by Andreas Gampe · 6 years ago
  22. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  23. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  24. 9b1e90e Merge "Refactor Class::FixupNativePointers()." by Vladimir Marko · 6 years ago
  25. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  26. 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 6 years ago
  27. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 6 years ago
  28. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 6 years ago
  29. ce32c10 Rewrite mterp field access helpers by David Srbecky · 6 years ago
  30. 990fc44 Revert "Reduce DexCache field/method array size to 512." by Vladimir Marko · 6 years ago
  31. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  32. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  33. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  34. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 7 years ago
  35. b1e46ff Reduce DexCache field/method array size to 512. by Vladimir Marko · 7 years ago
  36. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
  37. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  38. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  39. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 7 years ago
  40. ad71d8f Merge "Refactor WriteBarrier logic into its own file" by Treehugger Robot · 7 years ago
  41. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 7 years ago
  42. e30ec8f Remove NO_RETURN by Mathieu Chartier · 7 years ago
  43. 9911128 Clean up mirror/object by Mathieu Chartier · 7 years ago
  44. 2e63900 Merge "Add missing write barriers" by Mathieu Chartier · 7 years ago
  45. 1d2e266 Add missing write barriers by Mathieu Chartier · 7 years ago
  46. 42c2e50 Refactor CasField32 by Mathieu Chartier · 7 years ago
  47. 8bb3c68 Use strong CAS for identity hash code by Mathieu Chartier · 7 years ago
  48. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  49. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
  50. 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 7 years ago
  51. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  52. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  53. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 7 years ago
  54. 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 7 years ago
  55. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  56. a5359a3 Merge "Remove static GcRoot<>s from Class and ClassExt." by Treehugger Robot · 7 years ago
  57. ed7f95d Merge "Aesthetic changes in art::mirror::Object and art::mirror::Class." by Roland Levillain · 7 years ago
  58. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 7 years ago
  59. d32ead2 Aesthetic changes in art::mirror::Object and art::mirror::Class. by Roland Levillain · 7 years ago
  60. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  61. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  62. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  63. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 7 years ago
  64. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  65. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
  66. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  67. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
  68. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  69. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  70. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  71. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 7 years ago
  72. c4d5c13 ART: Faster VarHandle accessors for exact callsite matches by Orion Hodson · 7 years ago
  73. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 7 years ago
  74. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  75. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 7 years ago
  76. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  77. 1979c64 Clean up include paths by David Sehr · 7 years ago
  78. aa12001 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  79. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  80. c54b89a Merge "Refactor enforcement of hidden API policy when linking" by Treehugger Robot · 7 years ago
  81. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  82. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  83. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  84. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  85. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
  86. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  87. b2f1edc Merge "Remove duplication, split tests" by David Sehr · 7 years ago
  88. b8b9387 ART: Support for VarHandle invokers by Orion Hodson · 7 years ago
  89. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  90. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 7 years ago
  91. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  92. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  93. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 7 years ago
  94. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  95. cc78efa Merge "Improve to-space invariant error reporting in the CC collector." by Roland Levillain · 7 years ago
  96. 001eff9 Improve to-space invariant error reporting in the CC collector. by Roland Levillain · 7 years ago
  97. 8b5d152 Remove unused methods. by Nicolas Geoffray · 7 years ago
  98. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  99. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  100. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago