1. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  2. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  3. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  4. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 10 years ago
  5. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  6. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  7. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  8. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  9. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  10. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  11. 216cf23 Workaround problem reading main stack on intel devices. by Dave Allison · 10 years ago
  12. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  13. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  14. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  15. 7b1bf42 ART: Fix mac build by Andreas Gampe · 10 years ago
  16. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  17. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  18. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  19. f9df5c1 ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 10 years ago
  20. 307f650 Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC" by Andreas Gampe · 10 years ago
  21. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 11 years ago
  22. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 10 years ago
  23. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  24. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 11 years ago
  25. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 11 years ago
  26. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  27. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  28. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  29. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  30. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  31. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  32. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 11 years ago
  33. b8e087e Move thread state to art::Atomic. by Ian Rogers · 11 years ago
  34. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  35. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  36. a9d8c4c BaseMutex::IsExclusiveHeld should only be called on self. by Ian Rogers · 11 years ago
  37. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 11 years ago
  38. eef2e54 Weaken condition to dump a thread's stack in a debug build. by Ian Rogers · 11 years ago
  39. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 11 years ago
  40. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 11 years ago
  41. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 11 years ago
  42. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 11 years ago
  43. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  44. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  45. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 11 years ago
  46. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  47. 9db911e Print mutexes held in Thread::Dump. by Mathieu Chartier · 11 years ago
  48. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 11 years ago
  49. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 11 years ago
  50. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  51. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 11 years ago
  52. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
  53. 4c1c510 Improve stack walk performance. by Vladimir Marko · 11 years ago
  54. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  55. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  56. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 11 years ago
  57. 229dd50 Merge "Visit methods in stack frames during root visits." by Hiroshi Yamauchi · 11 years ago
  58. 92d1a66 Visit methods in stack frames during root visits. by Hiroshi Yamauchi · 11 years ago
  59. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 11 years ago
  60. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  61. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  62. f92a456 Merge "Add lockless SynchronizedGet for indirect reference table." by Mathieu Chartier · 11 years ago
  63. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 11 years ago
  64. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  65. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago
  66. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  67. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  68. deeb21b Merge "Visit deoptimized shadow frames as roots" by Sebastien Hertz · 11 years ago
  69. 714f175 Visit deoptimized shadow frames as roots by Sebastien Hertz · 11 years ago
  70. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  71. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 11 years ago
  72. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  73. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  74. a2cee18 Modify unwind to comply with stack parser tools. by Christopher Ferris · 11 years ago
  75. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  76. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 11 years ago
  77. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 11 years ago
  78. 43d8bb8 Add monitor_enter_object as root. by Mathieu Chartier · 11 years ago
  79. 2966e13 Avoid debug check violation in thread registration. by Ian Rogers · 11 years ago
  80. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  81. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  82. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 11 years ago
  83. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  84. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  85. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  86. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  87. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  88. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 11 years ago
  89. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  90. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  91. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  92. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  93. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  94. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  95. b166d84 Merge "backtrace: use Java stack to help decode native" by Kenny Root · 11 years ago
  96. 067d20f backtrace: use Java stack to help decode native by Kenny Root · 11 years ago
  97. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  98. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  99. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  100. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago