1. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  2. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 8 years ago
  3. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 8 years ago
  4. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 8 years ago
  5. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 8 years ago
  6. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  7. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 8 years ago
  8. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 8 years ago
  9. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  10. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 8 years ago
  11. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  12. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  13. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 8 years ago
  14. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  15. 08dd84a Merge "Introduce a Marking Register in ARM64 code generation." by Roland Levillain · 8 years ago
  16. 8c5e2da Move ThreadDeath event before clearing Thread.nativePeer by Alex Light · 8 years ago
  17. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 8 years ago
  18. 6f1c751 ART: Make Touch's stack array smaller under ASAN by Andreas Gampe · 8 years ago
  19. dfcf10b Merge "Add SuspendReason enum and change Suspension functions." by Treehugger Robot · 8 years ago
  20. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 8 years ago
  21. 6c63f86 ART: Change main-thread thread paging scheme by Andreas Gampe · 8 years ago
  22. 117f9b3 ART: Fix issues in RequestSynchronousCheckpoint by Andreas Gampe · 8 years ago
  23. 28c4a23 ART: Fix RequestSynchronousCheckpoint by Andreas Gampe · 8 years ago
  24. 36a296f ART: Refactor stack.h by Andreas Gampe · 8 years ago
  25. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  26. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  27. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 9 years ago
  28. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  29. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 8 years ago
  30. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 8 years ago
  31. a62b453 Use stack allocated context for VisitRoots by Mathieu Chartier · 8 years ago
  32. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  33. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  34. 0d8cf9106 Merge "Always check result of Thread::ModifySuspendCount" by Sebastien Hertz · 8 years ago
  35. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 8 years ago
  36. 21cf95d ART: Call ThreadGroup.add in Thread::FinishStartup by Andreas Gampe · 8 years ago
  37. 640a104 Avoid use of pthread_getschedparam (except on the Mac) by Brian Carlstrom · 8 years ago
  38. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 9 years ago
  39. dfe9c30 Merge "Emit the dex_pc if the line number is absent." by Nicolas Geoffray · 9 years ago
  40. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 9 years ago
  41. 374cd2c Emit the dex_pc if the line number is absent. by Nicolas Geoffray · 9 years ago
  42. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 9 years ago
  43. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 9 years ago
  44. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  45. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 9 years ago
  46. 23d7c85 Merge "Force stack dump to diagnose empty checkpoint timeout (2)." by Treehugger Robot · 9 years ago
  47. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 9 years ago
  48. 202f85a ART: Add marking to thread peer gathering in TI by Andreas Gampe · 9 years ago
  49. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 9 years ago
  50. 65b8bb2 Faster stack trace creation by Mathieu Chartier · 9 years ago
  51. 1a20b68 Deduplicate register masks by Mathieu Chartier · 9 years ago
  52. 50a6768 Merge "Deduplicate stack masks" by Mathieu Chartier · 9 years ago
  53. 318797a Merge "Force stack dump to diagnose empty checkpoint timeout." by Treehugger Robot · 9 years ago
  54. 13c1635 Force stack dump to diagnose empty checkpoint timeout. by Hiroshi Yamauchi · 9 years ago
  55. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  56. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 9 years ago
  57. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 9 years ago
  58. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 9 years ago
  59. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 9 years ago
  60. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 9 years ago
  61. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 9 years ago
  62. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 9 years ago
  63. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 9 years ago
  64. 7cd7b96 Merge changes Ib5a3632c,I871f6b3c,I6ce0f71d by Treehugger Robot · 9 years ago
  65. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 9 years ago
  66. ac30fa2 ART: Make RuntimeCallbacks unique_ptr by Andreas Gampe · 9 years ago
  67. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 9 years ago
  68. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 9 years ago
  69. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 9 years ago
  70. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 9 years ago
  71. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 9 years ago
  72. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 9 years ago
  73. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 9 years ago
  74. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  75. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 9 years ago
  76. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 9 years ago
  77. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 9 years ago
  78. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  79. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 9 years ago
  80. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 9 years ago
  81. 716eb25 Merge "Move most of art::Thread to ObjPtr" by Mathieu Chartier · 9 years ago
  82. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  83. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 9 years ago
  84. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 9 years ago
  85. d96b96d Merge "Add Thread entry to signal if the thread can call into java" by Calin Juravle · 9 years ago
  86. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 9 years ago
  87. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  88. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  89. 585da95 ART: Add precise root visiting by Andreas Gampe · 9 years ago
  90. ab1b1c0 Merge "Dump more debug info for b/33006388." by Hiroshi Yamauchi · 9 years ago
  91. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 9 years ago
  92. 2c19f5b ART: Clean up Thread by Andreas Gampe · 9 years ago
  93. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  94. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  95. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 9 years ago
  96. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 9 years ago
  97. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  98. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 9 years ago
  99. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 9 years ago
  100. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 9 years ago