1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  3. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 5 years ago
  4. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  5. a1e5b97 ART: Use kNormThreadPriority for UnstartedRuntime by Andreas Gampe · 5 years ago
  6. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  7. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 5 years ago
  8. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  9. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 5 years ago
  10. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 5 years ago
  11. d388390 "Revert^3 "Suspend the runtime when switching interpreters." by David Srbecky · 5 years ago
  12. 817a47f Revert^2 "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  13. c816d24 Merge "Revert^2 "Prevent agents from delaying system daemon threads"" by Treehugger Robot · 5 years ago
  14. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 5 years ago
  15. ed19c67 Fix errno handling to avoid being overwritten by Charles Munger · 5 years ago
  16. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 5 years ago
  17. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 5 years ago
  18. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  19. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 5 years ago
  20. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  21. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  22. d77abd9 ART: Forward-declare Instrumentation by Andreas Gampe · 6 years ago
  23. f05ad2a Merge "Revert "Suspend the runtime when switching interpreters."" by Lokesh Gidra · 6 years ago
  24. 9fd68f6 Revert "Suspend the runtime when switching interpreters." by Lokesh Gidra · 6 years ago
  25. b7e23dc Merge "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  26. 3a0cd34 Add extra traces to Thread startup by Mathieu Chartier · 6 years ago
  27. 01e1d32 Suspend the runtime when switching interpreters. by David Srbecky · 6 years ago
  28. d57c51e Fix scheduler_stats may resize to negative value by Evan Cheng · 7 years ago
  29. d5ae80c Merge "Use ArtMethod::GetDex{File,Cache}() more." by Treehugger Robot · 6 years ago
  30. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  31. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  32. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  33. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  34. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 6 years ago
  35. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  36. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  37. 5cc0e75 Emit JVMTI events for LockSupport.park by Charles Munger · 6 years ago
  38. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 6 years ago
  39. 4fc843c Merge "Revert "Notify waiters when releasing the monitor"" by Roland Levillain · 6 years ago
  40. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 6 years ago
  41. 0d95e6a Merge "Notify waiters when releasing the monitor" by Treehugger Robot · 6 years ago
  42. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  43. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 6 years ago
  44. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  45. 1e152a6 Merge "Revert "Revert^2 "Implement LockSupport.park with a futex""" by Nicolas Geoffray · 6 years ago
  46. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  47. 0b59b54 Merge "Use _PRIVATE versions of futex ops." by Treehugger Robot · 6 years ago
  48. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 6 years ago
  49. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  50. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  51. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  52. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  53. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  54. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  55. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  56. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  57. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  58. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  59. 6071d2d Merge "Make QuickExceptionHandler handle force-retry-instruction" by Treehugger Robot · 6 years ago
  60. be1f8d0 Make QuickExceptionHandler handle force-retry-instruction by Alex Light · 6 years ago
  61. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  62. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  63. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  64. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 6 years ago
  65. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  66. 6e7e0ea Merge "ART: Simplify CurrentMethodVisitor" by Treehugger Robot · 6 years ago
  67. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  68. 1b5c5c8 ART: Simplify CurrentMethodVisitor by Andreas Gampe · 6 years ago
  69. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  70. 88a2a9d JVMTI PopFrame support by Alex Light · 6 years ago
  71. cea4215 Revert "Allow threads to be marked as unsuspendable by kForUserCode" by Alex Light · 6 years ago
  72. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  73. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
  74. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  75. 8991ad0 Improving ART debugging and printing VmSize when OOM occurs by Wei Li · 6 years ago
  76. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  77. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 6 years ago
  78. 9b7656d HWASan support in ART. by Evgenii Stepanov · 6 years ago
  79. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  80. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  81. a2d29a3 Add stack map fast path for GC. by David Srbecky · 6 years ago
  82. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 6 years ago
  83. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 6 years ago
  84. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  85. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 6 years ago
  86. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 6 years ago
  87. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 6 years ago
  88. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 6 years ago
  89. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 6 years ago
  90. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 6 years ago
  91. 5c9715e Merge "ART: Ensure minimum stack size under ASAN" by Treehugger Robot · 6 years ago
  92. e383d23 ART: Mask garbage-memory warnings by Andreas Gampe · 6 years ago
  93. 7a55ce0 ART: Ensure minimum stack size under ASAN by Andreas Gampe · 6 years ago
  94. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 6 years ago
  95. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  96. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  97. a4bae54 Merge "Remove unused GetDexRegisterMap arguments." by David Srbecky · 6 years ago
  98. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 6 years ago
  99. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  100. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago