1. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
  2. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  3. cec262e Merge "ART: Call ThreadGroup.add for attached threads" by Treehugger Robot · 7 years ago
  4. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  5. 5677601 ART: Call ThreadGroup.add for attached threads by Andreas Gampe · 7 years ago
  6. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  7. fb6b0b1 ART: Add support for VMStack.getAnnotatedStackTrace by Andreas Gampe · 7 years ago
  8. 71a7b36 Merge "ART: Additional Atomic methods" by Orion Hodson · 7 years ago
  9. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  10. 4131d10 ART: Additional Atomic methods by Orion Hodson · 7 years ago
  11. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  12. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  13. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  14. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  15. 9ff1251 ART: Null thread_name check for loggings in rare occasions. by Kazuhiro Inaba · 7 years ago
  16. 9310495 ART: Factor out stack dumping with monitor objects by Andreas Gampe · 7 years ago
  17. b6f309e ART: Factor out StackTraceElement creation by Andreas Gampe · 7 years ago
  18. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 7 years ago
  19. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  20. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  21. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  22. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  23. 98ac0cc Merge "Prevent abort in situations with recursive checkpoints" by Treehugger Robot · 7 years ago
  24. df00a1e Prevent abort in situations with recursive checkpoints by Alex Light · 7 years ago
  25. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  26. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  27. b1e31a8 Change RequestSynchronousCheckpoint to release thread_list_lock_ by Alex Light · 7 years ago
  28. f167135 Merge changes from topic "thread-stop" by Alex Light · 7 years ago
  29. f67f115 Merge "Send ThreadEnd after clearing ThreadGroup." by Treehugger Robot · 7 years ago
  30. df13240 Send ThreadEnd after clearing ThreadGroup. by Alex Light · 7 years ago
  31. a78f5b6 Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant. by Roland Levillain · 7 years ago
  32. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  33. b77b698 Check the to-space invariant on a delivered exception. by Roland Levillain · 7 years ago
  34. 4d15980 Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>" by Hans Boehm · 7 years ago
  35. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  36. 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 7 years ago
  37. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
  38. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 7 years ago
  39. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
  40. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 7 years ago
  41. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  42. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  43. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
  44. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  45. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  46. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  47. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  48. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  49. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  50. 08dd84a Merge "Introduce a Marking Register in ARM64 code generation." by Roland Levillain · 7 years ago
  51. 8c5e2da Move ThreadDeath event before clearing Thread.nativePeer by Alex Light · 7 years ago
  52. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 7 years ago
  53. 6f1c751 ART: Make Touch's stack array smaller under ASAN by Andreas Gampe · 7 years ago
  54. dfcf10b Merge "Add SuspendReason enum and change Suspension functions." by Treehugger Robot · 7 years ago
  55. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  56. 6c63f86 ART: Change main-thread thread paging scheme by Andreas Gampe · 7 years ago
  57. 117f9b3 ART: Fix issues in RequestSynchronousCheckpoint by Andreas Gampe · 7 years ago
  58. 28c4a23 ART: Fix RequestSynchronousCheckpoint by Andreas Gampe · 7 years ago
  59. 36a296f ART: Refactor stack.h by Andreas Gampe · 7 years ago
  60. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  61. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  62. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
  63. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 7 years ago
  64. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  65. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 7 years ago
  66. a62b453 Use stack allocated context for VisitRoots by Mathieu Chartier · 7 years ago
  67. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  68. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  69. 0d8cf9106 Merge "Always check result of Thread::ModifySuspendCount" by Sebastien Hertz · 8 years ago
  70. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 8 years ago
  71. 21cf95d ART: Call ThreadGroup.add in Thread::FinishStartup by Andreas Gampe · 8 years ago
  72. 640a104 Avoid use of pthread_getschedparam (except on the Mac) by Brian Carlstrom · 8 years ago
  73. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  74. dfe9c30 Merge "Emit the dex_pc if the line number is absent." by Nicolas Geoffray · 8 years ago
  75. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago
  76. 374cd2c Emit the dex_pc if the line number is absent. by Nicolas Geoffray · 8 years ago
  77. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 8 years ago
  78. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 8 years ago
  79. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  80. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 8 years ago
  81. 23d7c85 Merge "Force stack dump to diagnose empty checkpoint timeout (2)." by Treehugger Robot · 8 years ago
  82. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 8 years ago
  83. 202f85a ART: Add marking to thread peer gathering in TI by Andreas Gampe · 8 years ago
  84. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  85. 65b8bb2 Faster stack trace creation by Mathieu Chartier · 8 years ago
  86. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  87. 50a6768 Merge "Deduplicate stack masks" by Mathieu Chartier · 8 years ago
  88. 318797a Merge "Force stack dump to diagnose empty checkpoint timeout." by Treehugger Robot · 8 years ago
  89. 13c1635 Force stack dump to diagnose empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  90. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  91. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 8 years ago
  92. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  93. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 8 years ago
  94. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  95. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 8 years ago
  96. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  97. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  98. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 8 years ago
  99. 7cd7b96 Merge changes Ib5a3632c,I871f6b3c,I6ce0f71d by Treehugger Robot · 8 years ago
  100. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 8 years ago