1. 36a296f ART: Refactor stack.h by Andreas Gampe · 8 years ago
  2. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  3. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  4. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
  5. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  6. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 8 years ago
  7. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 8 years ago
  8. a62b453 Use stack allocated context for VisitRoots by Mathieu Chartier · 8 years ago
  9. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  10. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  11. 0d8cf9106 Merge "Always check result of Thread::ModifySuspendCount" by Sebastien Hertz · 8 years ago
  12. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 8 years ago
  13. 21cf95d ART: Call ThreadGroup.add in Thread::FinishStartup by Andreas Gampe · 8 years ago
  14. 640a104 Avoid use of pthread_getschedparam (except on the Mac) by Brian Carlstrom · 8 years ago
  15. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  16. dfe9c30 Merge "Emit the dex_pc if the line number is absent." by Nicolas Geoffray · 8 years ago
  17. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago
  18. 374cd2c Emit the dex_pc if the line number is absent. by Nicolas Geoffray · 8 years ago
  19. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 8 years ago
  20. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 8 years ago
  21. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  22. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 8 years ago
  23. 23d7c85 Merge "Force stack dump to diagnose empty checkpoint timeout (2)." by Treehugger Robot · 8 years ago
  24. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 8 years ago
  25. 202f85a ART: Add marking to thread peer gathering in TI by Andreas Gampe · 8 years ago
  26. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 9 years ago
  27. 65b8bb2 Faster stack trace creation by Mathieu Chartier · 9 years ago
  28. 1a20b68 Deduplicate register masks by Mathieu Chartier · 9 years ago
  29. 50a6768 Merge "Deduplicate stack masks" by Mathieu Chartier · 9 years ago
  30. 318797a Merge "Force stack dump to diagnose empty checkpoint timeout." by Treehugger Robot · 9 years ago
  31. 13c1635 Force stack dump to diagnose empty checkpoint timeout. by Hiroshi Yamauchi · 9 years ago
  32. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  33. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 9 years ago
  34. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 9 years ago
  35. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 9 years ago
  36. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 9 years ago
  37. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 9 years ago
  38. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 9 years ago
  39. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 9 years ago
  40. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 9 years ago
  41. 7cd7b96 Merge changes Ib5a3632c,I871f6b3c,I6ce0f71d by Treehugger Robot · 9 years ago
  42. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 9 years ago
  43. ac30fa2 ART: Make RuntimeCallbacks unique_ptr by Andreas Gampe · 9 years ago
  44. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 9 years ago
  45. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 9 years ago
  46. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 9 years ago
  47. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 9 years ago
  48. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 9 years ago
  49. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 9 years ago
  50. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 9 years ago
  51. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  52. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 9 years ago
  53. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 9 years ago
  54. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 9 years ago
  55. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  56. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 9 years ago
  57. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 9 years ago
  58. 716eb25 Merge "Move most of art::Thread to ObjPtr" by Mathieu Chartier · 9 years ago
  59. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  60. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 9 years ago
  61. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 9 years ago
  62. d96b96d Merge "Add Thread entry to signal if the thread can call into java" by Calin Juravle · 9 years ago
  63. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 9 years ago
  64. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  65. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  66. 585da95 ART: Add precise root visiting by Andreas Gampe · 9 years ago
  67. ab1b1c0 Merge "Dump more debug info for b/33006388." by Hiroshi Yamauchi · 9 years ago
  68. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 9 years ago
  69. 2c19f5b ART: Clean up Thread by Andreas Gampe · 9 years ago
  70. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  71. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  72. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 9 years ago
  73. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 9 years ago
  74. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  75. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 9 years ago
  76. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 9 years ago
  77. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 9 years ago
  78. 89269b6 Merge "ART: Refactor jfieldID handling" by Treehugger Robot · 9 years ago
  79. da40ac0 Merge "Change check cast entrypoint to check instance of" by Mathieu Chartier · 9 years ago
  80. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 9 years ago
  81. b99f4d6 Change check cast entrypoint to check instance of by Mathieu Chartier · 9 years ago
  82. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 9 years ago
  83. e9f6712 ART: Add synchronous checkpoint by Andreas Gampe · 9 years ago
  84. 0a85576 ART: Clean up Thread by Andreas Gampe · 9 years ago
  85. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 9 years ago
  86. 3bbfcb7 Merge "Return error message if IndirectReferenceTable construction fails." by Treehugger Robot · 9 years ago
  87. da0a69e Return error message if IndirectReferenceTable construction fails. by Richard Uhler · 9 years ago
  88. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  89. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  90. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  91. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  92. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  93. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 9 years ago
  94. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 9 years ago
  95. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 9 years ago
  96. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  97. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  98. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  99. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 9 years ago
  100. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago