1. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  2. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  3. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 11 years ago
  4. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  5. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  6. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  7. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  8. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  9. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  10. b166d84 Merge "backtrace: use Java stack to help decode native" by Kenny Root · 11 years ago
  11. 067d20f backtrace: use Java stack to help decode native by Kenny Root · 11 years ago
  12. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  13. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  14. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  15. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  16. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 11 years ago
  17. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  18. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  19. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  20. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  21. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  22. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  23. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  24. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  25. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  26. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  27. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  28. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  29. 7c6aca2 Properly tolerate missing declaring source files by Brian Carlstrom · 11 years ago
  30. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  31. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  32. d45a1f5 Avoid instrumentation stack corruption. by Sebastien Hertz · 11 years ago
  33. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  34. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  35. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 11 years ago
  36. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  37. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  38. 543154a Merge "Fix JDWP class-only modifier." by Sebastien Hertz · 11 years ago
  39. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  40. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  41. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  42. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  43. 123756a Fix JDWP class-only modifier. by Sebastien Hertz · 11 years ago
  44. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 11 years ago
  45. 2054553 Merge "Move single-step control into thread." into dalvik-dev by Sebastien Hertz · 11 years ago
  46. 61b7f1b Move single-step control into thread. by Sebastien Hertz · 11 years ago
  47. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  48. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  49. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  50. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  51. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  52. 9c11b56 Merge "Make InternalStackTraceToStackTraceElementArray compaction safe." into dalvik-dev by Mathieu Chartier · 11 years ago
  53. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  54. 530825b Make InternalStackTraceToStackTraceElementArray compaction safe. by Mathieu Chartier · 11 years ago
  55. a9a624b am 2921201d: Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  56. 2921201 Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  57. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  58. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  59. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  60. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  61. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  62. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  63. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  64. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  65. 6553049 Build fix. by Ian Rogers · 11 years ago
  66. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  67. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 11 years ago
  68. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  69. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  70. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  71. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  72. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  73. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  74. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  75. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  76. fb2802d Fixes to instrumentation and quick to interpreter entry. by Jeff Hao · 11 years ago
  77. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  78. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  79. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  80. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  81. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  82. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  83. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  84. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  85. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  86. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  87. 7405448 am 6d69f592: Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  88. 6d69f59 Fix thread initialization issue when runtime started twice (as seen in image_test) by Brian Carlstrom · 11 years ago
  89. d6a23bd Don't manually mess with sigaltstack on Android any more. by Elliott Hughes · 11 years ago
  90. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread.cc]
  91. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 11 years ago
  92. 1e2ee7d Merge "Rename vmData" into dalvik-dev by Anwar Ghuloum · 11 years ago
  93. 3c50a4b Rename vmData by Anwar Ghuloum · 11 years ago
  94. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  95. 3c539ff Improve Logging by Anwar Ghuloum · 11 years ago
  96. 0dc9d34 Add missing ENTRY_POINT_INFOs. by Ian Rogers · 11 years ago
  97. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  98. d090cf4 Always dump stacks if we're aborting. by Ian Rogers · 11 years ago
  99. ca39692 Merge "Various GCC 3.6 and clang build fixes." into dalvik-dev by Ian Rogers · 11 years ago
  100. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago