1. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  2. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  3. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  4. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  5. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  6. a6e7f08 Move SetMonitorEnterObject outside of blocked thread state change. by Mathieu Chartier · 10 years ago
  7. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  8. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  9. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  10. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  11. d508006 Increase the size of guard for Stack Overflow (x86_64) by Serguei Katkov · 10 years ago
  12. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  13. 2aef07c Workaround x86 interpretter stack overflow by Brian Carlstrom · 10 years ago
  14. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  15. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  16. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  17. 714f175 Visit deoptimized shadow frames as roots by Sebastien Hertz · 10 years ago
  18. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 10 years ago
  19. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  20. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  21. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  22. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  23. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  24. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 10 years ago
  25. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  26. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 10 years ago
  27. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  28. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  29. b3fabf4 Bump up stack overflow region for 64bit. by Ian Rogers · 10 years ago
  30. 463cb4d Work-around stack overflow issues. by Ian Rogers · 10 years ago
  31. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  32. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  33. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  34. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  35. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 10 years ago
  36. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  37. d2fe10a Remove blacklist by Sebastien Hertz · 10 years ago
  38. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 10 years ago
  39. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 10 years ago
  40. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  41. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  42. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 10 years ago
  43. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  44. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  45. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  46. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  47. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 11 years ago
  48. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 11 years ago
  49. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  50. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  51. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  52. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  53. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  54. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  55. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  56. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 11 years ago
  57. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  58. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  59. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  60. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  61. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  62. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  63. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  64. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  65. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  66. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 11 years ago
  67. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread.h]
  68. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  69. 9cec247 Various improvements to interpreter. by Jeff Hao · 11 years ago
  70. 0878d65 Thread tidying. by Ian Rogers · 11 years ago
  71. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  72. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  73. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 11 years ago
  74. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 11 years ago
  75. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 11 years ago
  76. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 11 years ago
  77. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  78. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 11 years ago
  79. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 11 years ago
  80. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 11 years ago
  81. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 11 years ago
  82. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 11 years ago
  83. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  84. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  85. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  86. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  87. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 12 years ago
  88. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  89. df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
  90. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  91. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  92. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  93. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  94. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  95. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  96. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  97. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  98. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  99. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  100. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago