1. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  2. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  3. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  4. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  5. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  6. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  7. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  8. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  9. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  10. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  11. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  12. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  13. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  14. 30e173f Fix Mac build. by Ian Rogers · 12 years ago
  15. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  16. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  17. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  18. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  19. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  20. 22f454c Remove a lock from ScopedThreadStateChange. by Ian Rogers · 12 years ago
  21. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  22. c747cff Runnable -> Suspended -> Runnable, avoid 2 locks by Ian Rogers · 12 years ago
  23. 9da7f59 Remove bogus assert in JniAbort. by Ian Rogers · 12 years ago
  24. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  25. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  26. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  27. 6a607ad Fix QSB, which uses a pthread_key_create destructor to detach. by Elliott Hughes · 12 years ago
  28. 5d96a71 Switch Thread::daemon_ over to the usual idiom, and make it more intention-revealing. by Elliott Hughes · 12 years ago
  29. 52673ff Move IsDaemon to native code. by Ian Rogers · 12 years ago
  30. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  31. 044288f Move LockOwnerFromThreadLock into monitor.cc, the only place it's needed. by Elliott Hughes · 12 years ago
  32. 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 12 years ago
  33. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  34. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 12 years ago
  35. 57aba86 Throw OOME if pthread_create(3) fails. by Elliott Hughes · 12 years ago
  36. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 12 years ago
  37. e044735 Explain why I gave up optimizing Thread::Current for x86. by Elliott Hughes · 12 years ago
  38. 225f5a1 Don't pre-allocate one OOME per thread. by Elliott Hughes · 12 years ago
  39. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  40. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
  41. de479be Refactor runtime support builder. by TDYa127 · 12 years ago
  42. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 12 years ago
  43. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  44. 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 12 years ago
  45. e85d2e9 Include kernel stacks on non-ARM hardware. by Elliott Hughes · 12 years ago
  46. 6414a97 Add additional stack space to account for the dalvik native stack size by Brian Carlstrom · 12 years ago
  47. d668a06 Implement runtime support inlining. by TDYa127 · 12 years ago
  48. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 12 years ago
  49. 10dbbb3 Increased default size of thread stack. by jeffhao · 12 years ago
  50. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 12 years ago
  51. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  52. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  53. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  54. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 13 years ago
  55. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  56. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 13 years ago
  57. fc1d9f5 Improve a couple of comments. by Elliott Hughes · 13 years ago
  58. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  59. f7ad17e Split shadow stack from SIRT. by Logan Chien · 13 years ago
  60. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  61. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  62. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  63. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  64. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 13 years ago
  65. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  66. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 13 years ago
  67. 11f9d21 Mips portable floating point support by Bill Buzbee · 13 years ago
  68. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  69. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  70. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  71. 3ce4b26 Fix a thread state misunderstanding. by Elliott Hughes · 13 years ago
  72. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 13 years ago
  73. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  74. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  75. 44b412b Codegen support for debugger by buzbee · 13 years ago
  76. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  77. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 13 years ago
  78. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  79. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  80. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  81. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  82. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  83. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  84. 499c513 Implement debugger support for the "threads" command. by Elliott Hughes · 13 years ago
  85. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  86. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 13 years ago
  87. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
  88. 72db0d7 Adjust stack size for system_server by Brian Carlstrom · 13 years ago
  89. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  90. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  91. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  92. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
  93. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 13 years ago
  94. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 13 years ago
  95. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  96. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  97. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 13 years ago
  98. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  99. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  100. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago