1. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  2. e6141d7 Merge "Use 8-byte increment bracket sizes for rosalloc thread local runs." by Hiroshi Yamauchi · 9 years ago
  3. 7ed9c56 Use 8-byte increment bracket sizes for rosalloc thread local runs. by Hiroshi Yamauchi · 9 years ago
  4. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  5. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  6. 1452bee Fast Art interpreter by buzbee · 9 years ago
  7. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  8. 9f62af0 Merge "ART: Fix PACKED size of tls_ptr_size." by Andreas Gampe · 9 years ago
  9. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  10. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  11. 6aa1370 ART: Fix PACKED size of tls_ptr_size. by Andreas Gampe · 9 years ago
  12. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  13. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  14. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  15. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  16. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  17. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  18. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  19. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  20. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  21. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  22. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  23. aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
  24. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  25. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 9 years ago
  26. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  27. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  28. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  29. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  30. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  31. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  32. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  33. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  34. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  35. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  36. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  37. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  38. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  39. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  40. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  41. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  42. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  43. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  44. 4dcfc43 Fix tlsPtr_.long_jump_context == nullptr check failure. by Mingyao Yang · 9 years ago
  45. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 9 years ago
  46. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  47. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 9 years ago
  48. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  49. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  50. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  51. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  52. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  53. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  54. aa854af Merge "JDWP: allocate single step control only when active" by Sebastien Hertz · 10 years ago
  55. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  56. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  57. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  58. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  59. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 10 years ago
  60. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  61. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  62. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  63. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  64. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  65. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  66. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago
  67. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  68. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  69. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  70. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  71. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  72. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  73. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  74. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  75. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  76. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  77. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  78. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  79. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  80. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  81. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  82. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 10 years ago
  83. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 10 years ago
  84. b8e087e Move thread state to art::Atomic. by Ian Rogers · 10 years ago
  85. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  86. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  87. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  88. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  89. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  90. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  91. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  92. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  93. a6e7f08 Move SetMonitorEnterObject outside of blocked thread state change. by Mathieu Chartier · 10 years ago
  94. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  95. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  96. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  97. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  98. d508006 Increase the size of guard for Stack Overflow (x86_64) by Serguei Katkov · 10 years ago
  99. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  100. 2aef07c Workaround x86 interpretter stack overflow by Brian Carlstrom · 10 years ago