1. 3b562b1 Merge "Remove the CodeOffset helper class." by David Srbecky · 7 years ago
  2. 155733e Merge "ART: Add missing .hidden for ExecuteMterpImpl" by Treehugger Robot · 7 years ago
  3. 5bb62fc Merge "Move profile testing to CommonArtTest" by David Sehr · 7 years ago
  4. a3906d5 Merge "Remove mirror::String::java_lang_String_." by Vladimir Marko · 7 years ago
  5. 863c880 ART: Add missing .hidden for ExecuteMterpImpl by Andreas Gampe · 7 years ago
  6. d02b23f Remove the CodeOffset helper class. by David Srbecky · 7 years ago
  7. 08231f6 Merge "Revert^2 "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 7 years ago
  8. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  9. 750cf88 Merge changes I51c462c0,If8674fc7 by Vladimir Marko · 7 years ago
  10. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  11. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  12. 2cffc5d ObjPtr<>-ify RegTypeCache, fix 1 stale reference use. by Vladimir Marko · 7 years ago
  13. 211e53d Merge "Remove GcRoot<> static from Throwable and related classes." by Treehugger Robot · 7 years ago
  14. 1fed343 Move profile testing to CommonArtTest by David Sehr · 7 years ago
  15. 010b10e Merge "Revert "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 7 years ago
  16. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 7 years ago
  17. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 7 years ago
  18. c8e2132 Merge "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  19. 4eb6fa0 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" by Paul Duffin · 7 years ago
  20. aab8bc9 Merge "Remove static GcRoot<>s from Field, Method, Constructor." by Vladimir Marko · 7 years ago
  21. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 7 years ago
  22. f507810 Merge "Remove mirror::Reference::java_lang_ref_Reference." by Vladimir Marko · 7 years ago
  23. a4f1f6e Rename nativeHoldsLock to holdsLock and make it work on current thread by Paul Duffin · 7 years ago
  24. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  25. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
  26. a326807 Merge changes Iaf172f37,I15a8ade7,Icbc6b62b by Vladimir Marko · 7 years ago
  27. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  28. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
  29. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  30. 148a7c3 Merge "ART: Fix missing field type crasher" by Treehugger Robot · 7 years ago
  31. ff7ff42 Merge "ObjPtr<>-ify tests using ClassLinker::FindClass()." by Vladimir Marko · 7 years ago
  32. 9fa1bab ART: Fix missing field type crasher by Orion Hodson · 7 years ago
  33. aaebb14 Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses." by Vladimir Marko · 7 years ago
  34. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  35. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  36. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  37. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  38. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  39. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 7 years ago
  40. cbe50e9 Merge "ObjPtr<>-ify annotation processing." by Treehugger Robot · 7 years ago
  41. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 7 years ago
  42. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 7 years ago
  43. 64e8175 Merge "Rewrite stackmap encoding code." by David Srbecky · 7 years ago
  44. 3eb68cf Merge "ART: Faster 712-varhandle-invocations" by Orion Hodson · 7 years ago
  45. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  46. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 7 years ago
  47. 518fcc5 Merge "Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 7 years ago
  48. b674a14 Revert^2 "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 7 years ago
  49. 68fefac Move and rewrite bit loading/storing methods. by David Srbecky · 7 years ago
  50. b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 7 years ago
  51. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 7 years ago
  52. eef7757 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 7 years ago
  53. 9c422cc Merge "Hidden API: only log what we deny." by Mathew Inwood · 7 years ago
  54. 9b5ddff Hidden API: only log what we deny. by Mathew Inwood · 7 years ago
  55. 80a7c29 Merge "ART: Refactor String.init binding" by Treehugger Robot · 7 years ago
  56. 9abc31e ART: Refactor String.init binding by Andreas Gampe · 7 years ago
  57. df810b9 Merge "Move ArtDexFileLoader to libdexfile" by David Sehr · 7 years ago
  58. 1e7b825 Merge "Add a new thread pool pthread priority option." by Nicolas Geoffray · 7 years ago
  59. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  60. 7f42425 Merge "ART: minor clean-up for var_handles.cc" by Orion Hodson · 7 years ago
  61. cc05247 ART: minor clean-up for var_handles.cc by Orion Hodson · 7 years ago
  62. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 7 years ago
  63. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  64. a7d37cf Merge changes from topic "oth-master-art-varhandle-no-converions" by Orion Hodson · 7 years ago
  65. c4d5c13 ART: Faster VarHandle accessors for exact callsite matches by Orion Hodson · 7 years ago
  66. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 7 years ago
  67. ba20500 Refactor flaky ArtDexFileLoader IsPlatformDex gtest by David Brazdil · 7 years ago
  68. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 7 years ago
  69. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 7 years ago
  70. 6c99dc8 Merge "Set default hidden API policy to dark+black" by David Brazdil · 7 years ago
  71. f790a4b Merge "Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat" by David Brazdil · 7 years ago
  72. a128781 Merge "Conditionalize LocAccessToEvent on Android target build." by Nicolas Geoffray · 7 years ago
  73. 933d6e7 Merge "Prepare to move ArtDexFileLoader to libdexfile" by David Sehr · 7 years ago
  74. 9e423af Handle unset ANDROID_DATA in DexLocationToOatFilename by Mathieu Chartier · 7 years ago
  75. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  76. 8a22907 Conditionalize LocAccessToEvent on Android target build. by Nicolas Geoffray · 7 years ago
  77. 9076eb6 Merge "Do not log "None" type API accesses." by Nicolas Geoffray · 7 years ago
  78. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  79. f0ce214 Merge "Refactor ClassLinker & ImageWriter to use a common resolution routine" by David Brazdil · 7 years ago
  80. 93fea8a Merge "Remove MemMap dependency on libbacktrace" by David Sehr · 7 years ago
  81. e9c3bbb Do not log "None" type API accesses. by Mathew Inwood · 7 years ago
  82. 46226f0 Set default hidden API policy to dark+black by David Brazdil · 7 years ago
  83. 32bde99 Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat by David Brazdil · 7 years ago
  84. 768c6cc Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 7 years ago
  85. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  86. a9d5ccd Revert "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 7 years ago
  87. 93d3013 Merge "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 7 years ago
  88. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  89. 2300b2d Remove MemMap dependency on libbacktrace by David Sehr · 7 years ago
  90. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 7 years ago
  91. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago
  92. bf37ad2 Merge "Add support for cortex-a55/cortex-a75." by Christopher Ferris · 7 years ago
  93. 5ae7cdf Move kVRegSize to globals.h to reduce include dependencies. by David Srbecky · 7 years ago
  94. e0230b4 Merge "ART: Compiler support for const-method-handle" by Treehugger Robot · 7 years ago
  95. 9d93cd6 Merge "Handle multidex in LocationIsOnSystemFramework." by Nicolas Geoffray · 7 years ago
  96. da1e6d2 Merge "ART: Rename JitCodeCache::FreeCode(const void*)" by Treehugger Robot · 7 years ago
  97. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  98. 607624f ART: Rename JitCodeCache::FreeCode(const void*) by Orion Hodson · 7 years ago
  99. 51dda39 Merge "ART: Compiler support for const-method-type" by Treehugger Robot · 7 years ago
  100. 96e81f2 Merge "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago