1. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  2. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 11 years ago
  3. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 11 years ago
  4. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  5. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  6. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  7. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  8. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  9. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  10. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  11. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 11 years ago
  12. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  13. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  14. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  15. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  16. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  17. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  18. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  19. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  20. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  21. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 11 years ago
  22. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread.h]
  23. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  24. 9cec247 Various improvements to interpreter. by Jeff Hao · 11 years ago
  25. 0878d65 Thread tidying. by Ian Rogers · 11 years ago
  26. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  27. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  28. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 11 years ago
  29. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 12 years ago
  30. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  31. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  32. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  33. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  34. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  35. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  36. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  37. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  38. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  39. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  40. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  41. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  42. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 12 years ago
  43. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  44. df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
  45. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  46. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  47. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  48. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  49. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  50. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  51. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  52. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  53. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  54. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  55. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  56. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  57. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  58. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  59. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  60. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  61. 30e173f Fix Mac build. by Ian Rogers · 12 years ago
  62. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  63. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  64. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  65. 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
  66. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  67. 22f454c Remove a lock from ScopedThreadStateChange. by Ian Rogers · 12 years ago
  68. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  69. c747cff Runnable -> Suspended -> Runnable, avoid 2 locks by Ian Rogers · 12 years ago
  70. 9da7f59 Remove bogus assert in JniAbort. by Ian Rogers · 12 years ago
  71. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  72. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  73. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  74. 6a607ad Fix QSB, which uses a pthread_key_create destructor to detach. by Elliott Hughes · 12 years ago
  75. 5d96a71 Switch Thread::daemon_ over to the usual idiom, and make it more intention-revealing. by Elliott Hughes · 12 years ago
  76. 52673ff Move IsDaemon to native code. by Ian Rogers · 12 years ago
  77. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  78. 044288f Move LockOwnerFromThreadLock into monitor.cc, the only place it's needed. by Elliott Hughes · 12 years ago
  79. 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 12 years ago
  80. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  81. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 12 years ago
  82. 57aba86 Throw OOME if pthread_create(3) fails. by Elliott Hughes · 12 years ago
  83. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 12 years ago
  84. e044735 Explain why I gave up optimizing Thread::Current for x86. by Elliott Hughes · 12 years ago
  85. 225f5a1 Don't pre-allocate one OOME per thread. by Elliott Hughes · 12 years ago
  86. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  87. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
  88. de479be Refactor runtime support builder. by TDYa127 · 12 years ago
  89. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 12 years ago
  90. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  91. 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 12 years ago
  92. e85d2e9 Include kernel stacks on non-ARM hardware. by Elliott Hughes · 12 years ago
  93. 6414a97 Add additional stack space to account for the dalvik native stack size by Brian Carlstrom · 12 years ago
  94. d668a06 Implement runtime support inlining. by TDYa127 · 12 years ago
  95. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 12 years ago
  96. 10dbbb3 Increased default size of thread stack. by jeffhao · 12 years ago
  97. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 12 years ago
  98. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  99. 4165a83 Implement StackOverflow check. by TDYa127 · 12 years ago
  100. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 12 years ago