1. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  2. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  3. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  4. 30b5e27 Enable lockless decoding of weak globals by Mathieu Chartier · 9 years ago
  5. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  6. 6e2d574 Revert "Fix deoptimization with pending exception" by Sebastien Hertz · 9 years ago
  7. 54b6248 Fix deoptimization with pending exception by Sebastien Hertz · 9 years ago
  8. 0e780e4 Merge "Visit declaring class of methods on call stack" by Mathieu Chartier · 9 years ago
  9. 10e5ea9 Visit declaring class of methods on call stack by Mathieu Chartier · 9 years ago
  10. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  11. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 9 years ago
  12. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  13. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  14. 1cf8551 Merge "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  15. 50832b6 Revert "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  16. bab71e2 Merge "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  17. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  18. b815358 ART: Use bionic TLS slot for thread-self by Andreas Gampe · 9 years ago
  19. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  20. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  21. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  22. ef76c3f Get non proxy method for StackDumpVisitor by Mathieu Chartier · 9 years ago
  23. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  24. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  25. 4abf451 Disable ASan on Thread::InstallImplicitProtection. by Evgenii Stepanov · 9 years ago
  26. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  27. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  28. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  29. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  30. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  31. 5662383 ART: Add Thread start VLOG by Andreas Gampe · 9 years ago
  32. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  33. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  34. 41f9cc2 ART: Compiler generated GC map should take care of temp registers. by Pavel Vyssotski · 9 years ago
  35. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  36. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  37. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  38. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  39. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  40. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  41. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  42. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  43. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  44. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  45. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  46. 1d316ad Merge "Insert a read barrier in the JNI bridge." by Hiroshi Yamauchi · 9 years ago
  47. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  48. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 9 years ago
  49. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 9 years ago
  50. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  51. b28412e Guard against name == null in ShortDump by Mathieu Chartier · 9 years ago
  52. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  53. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  54. 9086b65 Fix valgrind tests by Mathieu Chartier · 9 years ago
  55. 1561e1b Revert "ART: Turn of native stack dump on x86 on-device" by Christopher Ferris · 9 years ago
  56. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  57. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 9 years ago
  58. 3f5881f ART: IRT refactor by Andreas Gampe · 9 years ago
  59. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  60. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  61. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 9 years ago
  62. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  63. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  64. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  65. 004c230 Compress the StackMaps. by Nicolas Geoffray · 10 years ago
  66. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  67. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 10 years ago
  68. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  69. e8e42f3 Merge "JDWP: allocate DebugInvokeReq only when requested" by Sebastien Hertz · 10 years ago
  70. ee07703 Use the current Java stack instead of the ThrowLocation. by Nicolas Geoffray · 10 years ago
  71. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 10 years ago
  72. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  73. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  74. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  75. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  76. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  77. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  78. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 10 years ago
  79. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  80. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  81. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  82. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  83. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  84. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  85. bef89c9 Fix HandleScope with wrong thread error by Mathieu Chartier · 10 years ago
  86. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 10 years ago
  87. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  88. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  89. a1b94c6 Fix a race condition during the rosalloc verification. by Hiroshi Yamauchi · 10 years ago
  90. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  91. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  92. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  93. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  94. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  95. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  96. 4451205 Fix bad OOM check in Thread::CreatePeer(). by Vladimir Marko · 10 years ago
  97. b5c49cf Merge "Allow JNI AttachCurrentThread to fail if not enough stack." by Ian Rogers · 10 years ago
  98. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  99. e07fd17 Add null check for thread name creation by Mathieu Chartier · 10 years ago
  100. a0b3451 Fix thread priorities for unstarted threads. by Narayan Kamath · 10 years ago