1. 41c0808 Hold intern table lock for AddImageStringsToTable by Mathieu Chartier · 7 years ago
  2. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 7 years ago
  3. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 7 years ago
  4. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 7 years ago
  5. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  6. ce2a00d Merge "ART: Add class-alloc-inl.h" by Treehugger Robot · 7 years ago
  7. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 7 years ago
  8. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 7 years ago
  9. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 7 years ago
  10. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
  11. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  12. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  13. ce4cbaa Merge "ART: Add array-alloc-inl.h" by Treehugger Robot · 7 years ago
  14. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  15. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
  16. fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 7 years ago
  17. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  18. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  19. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  20. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  21. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 7 years ago
  22. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 7 years ago
  23. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  24. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 7 years ago
  25. 185a461 Add some comments missed during jit-loading CL by Alex Light · 7 years ago
  26. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 7 years ago
  27. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 7 years ago
  28. 2386636 Preparing for work on string interning for AppImages. by Chris Wailes · 7 years ago
  29. 45d3eaf Merge "ART: Fix const-method-handle method resolution" by Treehugger Robot · 7 years ago
  30. ecd5856 ART: Fix const-method-handle method resolution by Orion Hodson · 7 years ago
  31. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 7 years ago
  32. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 7 years ago
  33. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  34. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  35. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  36. a92cb19 Merge "Fix CHA in the presence of default conflict methods." by Treehugger Robot · 7 years ago
  37. 9bee49a Merge "Dump registered class loaders and their dex files for SIGQUIT." by Nicolas Geoffray · 7 years ago
  38. a90c922 Dump registered class loaders and their dex files for SIGQUIT. by Nicolas Geoffray · 7 years ago
  39. 5f784bf Merge "Remove read barriers in Class::IsClassClass and Object::IsClass" by Mathieu Chartier · 7 years ago
  40. 7aca9d5 Fix CHA in the presence of default conflict methods. by Nicolas Geoffray · 7 years ago
  41. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 7 years ago
  42. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  43. 0e84027 Make classes of LOS objects non-movable. by Roland Levillain · 7 years ago
  44. e066932 Remove PIC option from oat files. by Vladimir Marko · 7 years ago
  45. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 7 years ago
  46. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  47. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 7 years ago
  48. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  49. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  50. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 7 years ago
  51. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 7 years ago
  52. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  53. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 7 years ago
  54. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 7 years ago
  55. d6de456 Merge "ART: Verify StackOverflowError early" by Treehugger Robot · 7 years ago
  56. ad71d8f Merge "Refactor WriteBarrier logic into its own file" by Treehugger Robot · 7 years ago
  57. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  58. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 7 years ago
  59. 7b2450e ART: Verify StackOverflowError early by Andreas Gampe · 7 years ago
  60. 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 7 years ago
  61. a8822d4 Merge "Keep objects for Integer.valueOf() intrinsic alive." by Vladimir Marko · 7 years ago
  62. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 7 years ago
  63. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
  64. ed4ee44 Remove unnecessary thread suspension by Mathieu Chartier · 7 years ago
  65. a13ec54 Merge "Fix deadlock between ConcurrentCopying and thread holding dex_lock exclusively" by Mathieu Chartier · 7 years ago
  66. 2b69b9c Fix deadlock between ConcurrentCopying and thread holding dex_lock exclusively by Ivan Maidanski · 7 years ago
  67. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
  68. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 7 years ago
  69. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 7 years ago
  70. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  71. 0261055 Remove ClassLinker::array_iftable_. by Vladimir Marko · 7 years ago
  72. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  73. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  74. 09c5ca4 Clean up class resolution and lookup. by Vladimir Marko · 7 years ago
  75. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 7 years ago
  76. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  77. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  78. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 7 years ago
  79. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  80. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
  81. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  82. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
  83. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  84. 9abc31e ART: Refactor String.init binding by Andreas Gampe · 7 years ago
  85. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 7 years ago
  86. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  87. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  88. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  89. 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
  90. 82d046e Add a profiling library by David Sehr · 7 years ago
  91. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  92. c14f54b Merge "Fix 616-cha-unloading." by Treehugger Robot · 7 years ago
  93. 606adb3 Fix and extend debugging output for bug 74410240. by Vladimir Marko · 7 years ago
  94. 252a4e4 Fix 616-cha-unloading. by Alexey Grebenkin · 7 years ago
  95. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  96. aa12001 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  97. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  98. 41a1057 Merge "Revert "Allow hidden API access from system libraries"" by Nicolas Geoffray · 7 years ago
  99. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 7 years ago
  100. de1ef6d Merge "Allow hidden API access from system libraries" by Treehugger Robot · 7 years ago