1. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  2. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  3. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 9 years ago
  4. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  5. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  6. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  7. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  8. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  9. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  10. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  11. e8e42f3 Merge "JDWP: allocate DebugInvokeReq only when requested" by Sebastien Hertz · 9 years ago
  12. ee07703 Use the current Java stack instead of the ThrowLocation. by Nicolas Geoffray · 9 years ago
  13. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  14. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  15. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  16. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  17. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  18. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  19. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  20. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 9 years ago
  21. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 9 years ago
  22. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  23. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 9 years ago
  24. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 9 years ago
  25. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  26. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  27. bef89c9 Fix HandleScope with wrong thread error by Mathieu Chartier · 10 years ago
  28. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 10 years ago
  29. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  30. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  31. a1b94c6 Fix a race condition during the rosalloc verification. by Hiroshi Yamauchi · 10 years ago
  32. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  33. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  34. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  35. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  36. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  37. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  38. 4451205 Fix bad OOM check in Thread::CreatePeer(). by Vladimir Marko · 10 years ago
  39. b5c49cf Merge "Allow JNI AttachCurrentThread to fail if not enough stack." by Ian Rogers · 10 years ago
  40. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  41. e07fd17 Add null check for thread name creation by Mathieu Chartier · 10 years ago
  42. a0b3451 Fix thread priorities for unstarted threads. by Narayan Kamath · 10 years ago
  43. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  44. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  45. aea6888 Merge "Tidy up logging." by Ian Rogers · 10 years ago
  46. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  47. 2da28f2 Merge "Fixed debugger for threads attached from JNI" by Sebastien Hertz · 10 years ago
  48. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  49. dfafeef Fixed debugger for threads attached from JNI by Daniel Mihalyi · 10 years ago
  50. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  51. acbb308 Fix UnimplementedEntryPoint initialziation. by Xingxing Pan · 10 years ago
  52. 5eaff90 Handlerize throw location in DumpJavaStack by Ian Rogers · 10 years ago
  53. 986c6fb ART: Stash any exception before dumping a stack by Andreas Gampe · 10 years ago
  54. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  55. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  56. 2366f4e Dump kernel/native stacks of pure native threads. by Christopher Ferris · 10 years ago
  57. b2f5dbb ART: Avoid recursive abort on thread dump by Andreas Gampe · 10 years ago
  58. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  59. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  60. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  61. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  62. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 10 years ago
  63. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  64. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  65. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  66. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  67. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  68. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  69. 216cf23 Workaround problem reading main stack on intel devices. by Dave Allison · 10 years ago
  70. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  71. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  72. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  73. 7b1bf42 ART: Fix mac build by Andreas Gampe · 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. f9df5c1 ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 10 years ago
  78. 307f650 Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC" by Andreas Gampe · 10 years ago
  79. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 10 years ago
  80. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 10 years ago
  81. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  82. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 10 years ago
  83. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  84. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  85. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  86. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  87. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  88. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  89. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  90. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 10 years ago
  91. b8e087e Move thread state to art::Atomic. by Ian Rogers · 10 years ago
  92. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  93. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  94. a9d8c4c BaseMutex::IsExclusiveHeld should only be called on self. by Ian Rogers · 10 years ago
  95. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  96. eef2e54 Weaken condition to dump a thread's stack in a debug build. by Ian Rogers · 10 years ago
  97. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  98. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  99. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  100. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago