1. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  2. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 8 years ago
  3. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  4. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago
  5. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 8 years ago
  6. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 8 years ago
  7. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 8 years ago
  8. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  9. 23d7c85 Merge "Force stack dump to diagnose empty checkpoint timeout (2)." by Treehugger Robot · 8 years ago
  10. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 8 years ago
  11. 202f85a ART: Add marking to thread peer gathering in TI by Andreas Gampe · 8 years ago
  12. 13c1635 Force stack dump to diagnose empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  13. 7cd7b96 Merge changes Ib5a3632c,I871f6b3c,I6ce0f71d by Treehugger Robot · 8 years ago
  14. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 8 years ago
  15. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 8 years ago
  16. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  17. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  18. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 8 years ago
  19. f26bf2d ART: Add Thread TLS support by Andreas Gampe · 8 years ago
  20. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  21. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  22. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  23. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  24. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  25. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  26. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  27. 716eb25 Merge "Move most of art::Thread to ObjPtr" by Mathieu Chartier · 8 years ago
  28. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  29. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  30. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 8 years ago
  31. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  32. 585da95 ART: Add precise root visiting by Andreas Gampe · 8 years ago
  33. 2c19f5b ART: Clean up Thread by Andreas Gampe · 8 years ago
  34. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 8 years ago
  35. 96172e0 Revert CC related changes. by Nicolas Geoffray · 8 years ago
  36. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 8 years ago
  37. e424c93 Update expectations in SetVerifierDeps/SetStackSample. by Nicolas Geoffray · 8 years ago
  38. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  39. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 8 years ago
  40. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  41. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 8 years ago
  42. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  43. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  44. ea47ff8 ART: Add "explicit" to constructors by Andreas Gampe · 8 years ago
  45. e9f6712 ART: Add synchronous checkpoint by Andreas Gampe · 8 years ago
  46. 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
  47. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago
  48. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 8 years ago
  49. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  50. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  51. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 8 years ago
  52. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 8 years ago
  53. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  54. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  55. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  56. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  57. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  58. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  59. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  60. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  61. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  62. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  63. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  64. 10b218d Add missing filter cards to zygote mod union table by Mathieu Chartier · 8 years ago
  65. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 8 years ago
  66. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 8 years ago
  67. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  68. 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 8 years ago
  69. ea8e02b Merge "Partial fragment deoptimization" by Mingyao Yang · 8 years ago
  70. f711f2c Partial fragment deoptimization by Mingyao Yang · 8 years ago
  71. 98810e3 Remove SetStateUnsafe in Debugger::Disconnected. by Hiroshi Yamauchi · 8 years ago
  72. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  73. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  74. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 9 years ago
  75. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  76. 2c2d2a0 ART: Speed up stack guard page install by Andreas Gampe · 9 years ago
  77. 7e1ce28 Assembly TLAB allocation fast path for arm. by Hiroshi Yamauchi · 9 years ago
  78. 20a0be0 Fix CC collector thread flip and JNI critical section deadlocks. by Hiroshi Yamauchi · 9 years ago
  79. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 9 years ago
  80. e6141d7 Merge "Use 8-byte increment bracket sizes for rosalloc thread local runs." by Hiroshi Yamauchi · 9 years ago
  81. 7ed9c56 Use 8-byte increment bracket sizes for rosalloc thread local runs. by Hiroshi Yamauchi · 9 years ago
  82. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  83. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  84. 1452bee Fast Art interpreter by buzbee · 10 years ago
  85. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  86. 9f62af0 Merge "ART: Fix PACKED size of tls_ptr_size." by Andreas Gampe · 9 years ago
  87. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  88. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  89. 6aa1370 ART: Fix PACKED size of tls_ptr_size. by Andreas Gampe · 9 years ago
  90. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  91. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  92. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  93. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  94. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  95. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  96. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  97. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  98. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  99. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  100. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago