1. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  2. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  3. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 7 years ago
  4. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 7 years ago
  5. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 7 years ago
  6. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  7. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  8. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  9. c7b28de Add reachabilityFence intrinsics by Hans Boehm · 7 years ago
  10. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  11. 6446437 Fix Long reverse intrinsic comment by Hans Boehm · 7 years ago
  12. b38988a Merge "Revert "Revert "Allow hidden API access from system libraries""" by Treehugger Robot · 7 years ago
  13. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  14. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 7 years ago
  15. fe94875 ART: Fix infinite recursion for deopt at dex pc 0. by Vladimir Marko · 7 years ago
  16. eefabd2 Allow hidden API access from system libraries by David Brazdil · 7 years ago
  17. 857a764 Merge "Fix Mac build: Don't use the CFI directives on Mac" by Treehugger Robot · 7 years ago
  18. 64ebd81 Fix Mac build: Don't use the CFI directives on Mac by David Srbecky · 7 years ago
  19. e540a16 Merge "Support unwinding though the switch interpreter." by David Srbecky · 7 years ago
  20. 946bb09 Support unwinding though the switch interpreter. by David Srbecky · 7 years ago
  21. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  22. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  23. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  24. 02ce4cb Revert "Temporarily add debug logging for b/31357497" by Mathieu Chartier · 7 years ago
  25. 9210554 Merge "Use ASM for invoke-custom tests" by Treehugger Robot · 7 years ago
  26. 76e6adb Use ASM for invoke-custom tests by Orion Hodson · 7 years ago
  27. cc917d9 Fix issue with obsolete methods and const-method-handle by Alex Light · 7 years ago
  28. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  29. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 7 years ago
  30. 89ceeeb Merge "Use different method to mark DEX PC in the interpreter's CFI." by David Srbecky · 7 years ago
  31. ed0180c Merge changes Icad6d952,Ic41aa804 by Roland Levillain · 7 years ago
  32. 78a6ce8 Merge "ART: Fix lookup class used by invoke-custom" by Treehugger Robot · 7 years ago
  33. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 8 years ago
  34. e416979 ART: Fix lookup class used by invoke-custom by Orion Hodson · 7 years ago
  35. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  36. 64ef58b Use different method to mark DEX PC in the interpreter's CFI. by David Srbecky · 7 years ago
  37. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  38. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 8 years ago
  39. da1cdd0 ART: Fix call site resolution by Orion Hodson · 8 years ago
  40. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 8 years ago
  41. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 8 years ago
  42. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  43. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  44. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  45. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  46. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 8 years ago
  47. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  48. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  49. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  50. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 8 years ago
  51. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 8 years ago
  52. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 8 years ago
  53. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  54. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  55. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  56. f65aa50 Merge "Speed up MterpShouldSwitchInterpreters check" by Alex Light · 8 years ago
  57. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 8 years ago
  58. 5414977 Fix MIPS32 mterp by Goran Jakovljevic · 8 years ago
  59. cd5b86d Frame tracking cfi for mterp by buzbee · 8 years ago
  60. 960d4f7 ART: Simplify MethodHandle invocations by Orion Hodson · 8 years ago
  61. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  62. 0c91988 MIPS: Remove mterp reliance on code item layout by Alexey Frunze · 8 years ago
  63. 7d86200 Merge "Remove mterp reliance on code item layout" by Mathieu Chartier · 8 years ago
  64. 3836845 Merge "Clear shadow registers only after potentially switching interpreters." by Nicolas Geoffray · 8 years ago
  65. 846127c Clear shadow registers only after potentially switching interpreters. by Nicolas Geoffray · 8 years ago
  66. fc9555d Remove mterp reliance on code item layout by Mathieu Chartier · 8 years ago
  67. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  68. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 8 years ago
  69. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 8 years ago
  70. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  71. 580667b ART: Correct static invariant checks by Andreas Gampe · 8 years ago
  72. f0536a5 Merge "Fix overlapping cfi ranges in mterp" by Bill Buzbee · 8 years ago
  73. 0de2d59 Fix overlapping cfi ranges in mterp by buzbee · 8 years ago
  74. 030fe39 Fix mips64 build by Lena Djokic · 8 years ago
  75. e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
  76. c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 8 years ago
  77. f167135 Merge changes from topic "thread-stop" by Alex Light · 8 years ago
  78. 25ae379 Merge "ART: Add VarHandle fence intrinsics" by Orion Hodson · 8 years ago
  79. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 8 years ago
  80. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 8 years ago
  81. a78f5b6 Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant. by Roland Levillain · 8 years ago
  82. 848574c Implement asynchronous exception support by Alex Light · 8 years ago
  83. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  84. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  85. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 8 years ago
  86. 77fee87 Add support for JVMTI monitor events. by Alex Light · 8 years ago
  87. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  88. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  89. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 8 years ago
  90. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  91. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  92. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 8 years ago
  93. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 8 years ago
  94. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 8 years ago
  95. e814f9d JVMTI NotifyFramePop support by Alex Light · 8 years ago
  96. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 8 years ago
  97. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  98. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 8 years ago
  99. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 8 years ago
  100. fc63bab Revert "Fix some issues for deoptimizing runtime methods." by Vladimir Marko · 8 years ago