1. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  2. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  3. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  4. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread.cc]
  5. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  6. 1e2ee7d Merge "Rename vmData" into dalvik-dev by Anwar Ghuloum · 11 years ago
  7. 3c50a4b Rename vmData by Anwar Ghuloum · 11 years ago
  8. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  9. 3c539ff Improve Logging by Anwar Ghuloum · 11 years ago
  10. 0dc9d34 Add missing ENTRY_POINT_INFOs. by Ian Rogers · 11 years ago
  11. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  12. d090cf4 Always dump stacks if we're aborting. by Ian Rogers · 11 years ago
  13. ca39692 Merge "Various GCC 3.6 and clang build fixes." into dalvik-dev by Ian Rogers · 11 years ago
  14. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  15. 33e15bc Fix bug in OOME inside an OOME hampering run-test 061. by Ian Rogers · 11 years ago
  16. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  17. a622767 Robustify Thread::DumpState. by Ian Rogers · 11 years ago
  18. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  19. 0878d65 Thread tidying. by Ian Rogers · 11 years ago
  20. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  21. ed1790e Add some comments about thread dumping and suspension. by Jeff Hao · 11 years ago
  22. f08e473 Fix abort regression. by Ian Rogers · 11 years ago
  23. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  24. aef701d Dump native stacks for all threads in native code. by Elliott Hughes · 11 years ago
  25. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 12 years ago
  26. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  27. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 12 years ago
  28. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  29. 25337eb Merge "Fix object verification." into dalvik-dev by Ian Rogers · 12 years ago
  30. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  31. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  32. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  33. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  34. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 12 years ago
  35. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  36. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 12 years ago
  37. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  39. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  40. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  41. f58dffd Proxy tidy up and extra asserts. by Ian Rogers · 12 years ago
  42. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  43. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  44. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  45. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  46. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  47. df53a65 Merge "Support for SetVReg and add SetGPR." into dalvik-dev by Ian Rogers · 12 years ago
  48. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 12 years ago
  49. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  50. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  51. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 12 years ago
  52. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  53. a3a82b2 Quick compiler: minor cleanup by buzbee · 12 years ago
  54. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  55. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  56. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  57. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  58. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  59. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  60. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  61. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  62. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  63. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  64. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  65. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  66. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  67. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  68. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  69. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  70. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  71. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  72. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  73. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  74. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  75. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  76. 30e173f Fix Mac build. by Ian Rogers · 12 years ago
  77. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  78. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  79. 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
  80. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  81. ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
  82. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  83. 0183dd7 Sqrt intrinsic by Ian Rogers · 12 years ago
  84. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  85. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  86. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  87. c747cff Runnable -> Suspended -> Runnable, avoid 2 locks by Ian Rogers · 12 years ago
  88. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  89. 9efc3e0 Fix x86 build where compiler found lock issue by Brian Carlstrom · 12 years ago
  90. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  91. 6a607ad Fix QSB, which uses a pthread_key_create destructor to detach. by Elliott Hughes · 12 years ago
  92. 0ec569a Disable dex register descriptions. by Ian Rogers · 12 years ago
  93. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 12 years ago
  94. 52673ff Move IsDaemon to native code. by Ian Rogers · 12 years ago
  95. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  96. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  97. 67054b5 Fix build with object verification enabled. by Ian Rogers · 12 years ago
  98. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  99. 044288f Move LockOwnerFromThreadLock into monitor.cc, the only place it's needed. by Elliott Hughes · 12 years ago
  100. 640495b Proxy methods don't have GC maps. by Ian Rogers · 12 years ago