1. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 13 years ago
  2. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 13 years ago
  3. de479be Refactor runtime support builder. by TDYa127 · 13 years ago
  4. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 13 years ago
  5. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 13 years ago
  6. 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 13 years ago
  7. e85d2e9 Include kernel stacks on non-ARM hardware. by Elliott Hughes · 13 years ago
  8. 6414a97 Add additional stack space to account for the dalvik native stack size by Brian Carlstrom · 13 years ago
  9. d668a06 Implement runtime support inlining. by TDYa127 · 13 years ago
  10. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 13 years ago
  11. 10dbbb3 Increased default size of thread stack. by jeffhao · 13 years ago
  12. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 13 years ago
  13. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  14. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  15. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  16. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 13 years ago
  17. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  18. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 13 years ago
  19. fc1d9f5 Improve a couple of comments. by Elliott Hughes · 13 years ago
  20. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  21. f7ad17e Split shadow stack from SIRT. by Logan Chien · 13 years ago
  22. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  23. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  24. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  25. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  26. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 13 years ago
  27. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  28. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 13 years ago
  29. 11f9d21 Mips portable floating point support by Bill Buzbee · 13 years ago
  30. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  31. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  32. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  33. 3ce4b26 Fix a thread state misunderstanding. by Elliott Hughes · 13 years ago
  34. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 13 years ago
  35. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  36. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  37. 44b412b Codegen support for debugger by buzbee · 13 years ago
  38. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  39. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 13 years ago
  40. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  41. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  42. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  43. a9ef3fd Updates to tracer to log events. by jeffhao · 14 years ago
  44. e343b76 Stub to capture method entry/exit. by jeffhao · 14 years ago
  45. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 14 years ago
  46. 499c513 Implement debugger support for the "threads" command. by Elliott Hughes · 14 years ago
  47. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 14 years ago
  48. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 14 years ago
  49. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 14 years ago
  50. 72db0d7 Adjust stack size for system_server by Brian Carlstrom · 14 years ago
  51. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 14 years ago
  52. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 14 years ago
  53. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 14 years ago
  54. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 14 years ago
  55. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 14 years ago
  56. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 14 years ago
  57. 475fc23 More debugger support. by Elliott Hughes · 14 years ago
  58. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 14 years ago
  59. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 14 years ago
  60. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  61. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  62. fc86162 Implement lock contention event logging. by Elliott Hughes · 14 years ago
  63. 6fd03fb Fix ObjectInitFromCode to do callee frame setup by Brian Carlstrom · 14 years ago
  64. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 14 years ago
  65. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 14 years ago
  66. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 14 years ago
  67. b04f69f Fix for test 069. by Ian Rogers · 14 years ago
  68. 9fd66f5 Fix GetCurrentMethod to cope with callee-save frames. by Elliott Hughes · 14 years ago
  69. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 14 years ago
  70. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 14 years ago
  71. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 14 years ago
  72. aded5f7 Working ClassLoader by Brian Carlstrom · 14 years ago
  73. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 14 years ago
  74. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 14 years ago
  75. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 14 years ago
  76. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 14 years ago
  77. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 14 years ago
  78. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 14 years ago
  79. ad25ac5 Static and direct resolution stub. by Ian Rogers · 14 years ago
  80. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 14 years ago
  81. 99f2723 Special-case Object.<init> invoke by buzbee · 14 years ago
  82. ce30293 Compiler cleanup by buzbee · 14 years ago
  83. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 14 years ago
  84. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  85. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 14 years ago
  86. 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 14 years ago
  87. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 14 years ago
  88. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 14 years ago
  89. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 14 years ago
  90. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 14 years ago
  91. 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 14 years ago
  92. 21d9e83 Exception support for object allocation. by Ian Rogers · 14 years ago
  93. b886da8 Support for exceptions from array allocation. by Ian Rogers · 14 years ago
  94. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 14 years ago
  95. 932746a Stack overflow error and unit test. by Ian Rogers · 14 years ago
  96. cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 14 years ago
  97. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 14 years ago
  98. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 14 years ago
  99. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 14 years ago
  100. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 14 years ago