1. 1452bee Fast Art interpreter by buzbee · 9 years ago
  2. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  3. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  4. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  5. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  6. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  7. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  8. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  9. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  10. da45869 Merge "ART: Lock counting in the interpreter" by Andreas Gampe · 9 years ago
  11. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  12. 4b1d4ec ART: Do not abort on exception in CreatePeer by Andreas Gampe · 9 years ago
  13. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  14. 910e827 Revert "Revert "Keep internal stack trace methods declaring classes live"" by Mathieu Chartier · 9 years ago
  15. 45a8522 Revert "Keep internal stack trace methods declaring classes live" by Nicolas Geoffray · 9 years ago
  16. 566fc92 Keep internal stack trace methods declaring classes live by Mathieu Chartier · 9 years ago
  17. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  18. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  19. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  20. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  21. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  22. 30b5e27 Enable lockless decoding of weak globals by Mathieu Chartier · 9 years ago
  23. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  24. 6e2d574 Revert "Fix deoptimization with pending exception" by Sebastien Hertz · 9 years ago
  25. 54b6248 Fix deoptimization with pending exception by Sebastien Hertz · 9 years ago
  26. 0e780e4 Merge "Visit declaring class of methods on call stack" by Mathieu Chartier · 9 years ago
  27. 10e5ea9 Visit declaring class of methods on call stack by Mathieu Chartier · 9 years ago
  28. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  29. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 9 years ago
  30. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  31. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  32. 1cf8551 Merge "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  33. 50832b6 Revert "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  34. bab71e2 Merge "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  35. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  36. b815358 ART: Use bionic TLS slot for thread-self by Andreas Gampe · 9 years ago
  37. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  38. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  39. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  40. ef76c3f Get non proxy method for StackDumpVisitor by Mathieu Chartier · 9 years ago
  41. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  42. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  43. 4abf451 Disable ASan on Thread::InstallImplicitProtection. by Evgenii Stepanov · 9 years ago
  44. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  45. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  46. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  47. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  48. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  49. 5662383 ART: Add Thread start VLOG by Andreas Gampe · 9 years ago
  50. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  51. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  52. 41f9cc2 ART: Compiler generated GC map should take care of temp registers. by Pavel Vyssotski · 9 years ago
  53. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  54. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  55. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  56. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  57. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  58. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  59. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  60. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  61. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  62. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  63. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  64. 1d316ad Merge "Insert a read barrier in the JNI bridge." by Hiroshi Yamauchi · 9 years ago
  65. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  66. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 9 years ago
  67. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 9 years ago
  68. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  69. b28412e Guard against name == null in ShortDump by Mathieu Chartier · 9 years ago
  70. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  71. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  72. 9086b65 Fix valgrind tests by Mathieu Chartier · 9 years ago
  73. 1561e1b Revert "ART: Turn of native stack dump on x86 on-device" by Christopher Ferris · 9 years ago
  74. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  75. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 9 years ago
  76. 3f5881f ART: IRT refactor by Andreas Gampe · 9 years ago
  77. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  78. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  79. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 9 years ago
  80. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  81. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  82. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  83. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  84. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  85. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  86. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  87. e8e42f3 Merge "JDWP: allocate DebugInvokeReq only when requested" by Sebastien Hertz · 9 years ago
  88. ee07703 Use the current Java stack instead of the ThrowLocation. by Nicolas Geoffray · 9 years ago
  89. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  90. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  91. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  92. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  93. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  94. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  95. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  96. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 9 years ago
  97. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  98. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  99. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  100. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago