1. d57c51e Fix scheduler_stats may resize to negative value by Evan Cheng · 7 years ago
  2. d5ae80c Merge "Use ArtMethod::GetDex{File,Cache}() more." by Treehugger Robot · 6 years ago
  3. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  4. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  5. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  6. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  7. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 6 years ago
  8. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  9. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  10. 5cc0e75 Emit JVMTI events for LockSupport.park by Charles Munger · 6 years ago
  11. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 6 years ago
  12. 4fc843c Merge "Revert "Notify waiters when releasing the monitor"" by Roland Levillain · 6 years ago
  13. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 6 years ago
  14. 0d95e6a Merge "Notify waiters when releasing the monitor" by Treehugger Robot · 6 years ago
  15. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  16. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 6 years ago
  17. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  18. 1e152a6 Merge "Revert "Revert^2 "Implement LockSupport.park with a futex""" by Nicolas Geoffray · 6 years ago
  19. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  20. 0b59b54 Merge "Use _PRIVATE versions of futex ops." by Treehugger Robot · 6 years ago
  21. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 6 years ago
  22. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  23. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  24. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  25. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  26. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  27. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  28. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  29. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  30. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  31. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  32. 6071d2d Merge "Make QuickExceptionHandler handle force-retry-instruction" by Treehugger Robot · 6 years ago
  33. be1f8d0 Make QuickExceptionHandler handle force-retry-instruction by Alex Light · 6 years ago
  34. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 6 years ago
  35. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 6 years ago
  36. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  37. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 6 years ago
  38. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  39. 6e7e0ea Merge "ART: Simplify CurrentMethodVisitor" by Treehugger Robot · 6 years ago
  40. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  41. 1b5c5c8 ART: Simplify CurrentMethodVisitor by Andreas Gampe · 6 years ago
  42. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  43. 88a2a9d JVMTI PopFrame support by Alex Light · 6 years ago
  44. cea4215 Revert "Allow threads to be marked as unsuspendable by kForUserCode" by Alex Light · 6 years ago
  45. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  46. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
  47. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  48. 8991ad0 Improving ART debugging and printing VmSize when OOM occurs by Wei Li · 6 years ago
  49. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  50. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 6 years ago
  51. 9b7656d HWASan support in ART. by Evgenii Stepanov · 6 years ago
  52. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  53. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  54. a2d29a3 Add stack map fast path for GC. by David Srbecky · 6 years ago
  55. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 6 years ago
  56. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 6 years ago
  57. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  58. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 6 years ago
  59. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 6 years ago
  60. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 6 years ago
  61. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 6 years ago
  62. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 6 years ago
  63. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 6 years ago
  64. 5c9715e Merge "ART: Ensure minimum stack size under ASAN" by Treehugger Robot · 6 years ago
  65. e383d23 ART: Mask garbage-memory warnings by Andreas Gampe · 6 years ago
  66. 7a55ce0 ART: Ensure minimum stack size under ASAN by Andreas Gampe · 6 years ago
  67. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 6 years ago
  68. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  69. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  70. a4bae54 Merge "Remove unused GetDexRegisterMap arguments." by David Srbecky · 6 years ago
  71. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 6 years ago
  72. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  73. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
  74. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 6 years ago
  75. 08231f6 Merge "Revert^2 "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 6 years ago
  76. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 6 years ago
  77. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 6 years ago
  78. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 6 years ago
  79. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 6 years ago
  80. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  81. aaebb14 Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses." by Vladimir Marko · 6 years ago
  82. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 6 years ago
  83. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  84. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  85. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  86. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  87. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  88. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  89. 7b0e844 Distinguish the various pre-allocated OutOfMemoryError use cases. by Roland Levillain · 6 years ago
  90. 75b47b4 Merge "Revert^4 "Add an option to disable native stack dumping on SIGQUIT."" by Treehugger Robot · 6 years ago
  91. 6ee4971 Revert^4 "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 6 years ago
  92. 99ebc26 Merge "Fix failure to initialize AnnotatedStackTraceElement." by Treehugger Robot · 6 years ago
  93. c4b1c0c Fix failure to initialize AnnotatedStackTraceElement. by Vladimir Marko · 6 years ago
  94. 642e9d8 Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Christopher Ferris · 6 years ago
  95. 3dada43 Merge "ART: Simplify atomic.h" by Orion Hodson · 6 years ago
  96. 318afe6 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 6 years ago
  97. 88591fe ART: Simplify atomic.h by Orion Hodson · 6 years ago
  98. 86821ac Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Nicolas Geoffray · 6 years ago
  99. 74d25c9 Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Nicolas Geoffray · 6 years ago
  100. 7a02c66 Merge "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Treehugger Robot · 6 years ago