1. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  2. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 13 years ago
  3. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  4. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  5. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
  6. 6fd03fb Fix ObjectInitFromCode to do callee frame setup by Brian Carlstrom · 13 years ago
  7. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 13 years ago
  8. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  9. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  10. b04f69f Fix for test 069. by Ian Rogers · 13 years ago
  11. 9fd66f5 Fix GetCurrentMethod to cope with callee-save frames. by Elliott Hughes · 13 years ago
  12. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  13. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 13 years ago
  14. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 13 years ago
  15. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  16. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  17. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 13 years ago
  18. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 13 years ago
  19. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  20. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  21. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  22. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  23. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago
  24. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  25. ce30293 Compiler cleanup by buzbee · 13 years ago
  26. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  27. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  28. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  29. 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 13 years ago
  30. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
  31. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  32. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  33. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  34. 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 13 years ago
  35. 21d9e83 Exception support for object allocation. by Ian Rogers · 13 years ago
  36. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  37. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
  38. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  39. cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
  40. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  41. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  42. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 13 years ago
  43. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  44. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
  45. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
  46. 9086572 Fix for implicit null test for oat. by Ian Rogers · 13 years ago
  47. e5de95b Fix JNI thread state transitions. by Ian Rogers · 13 years ago
  48. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  49. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  50. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  51. 9a195c9 Fix array-put-object by buzbee · 13 years ago
  52. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  53. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  54. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  55. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  56. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  57. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  58. d369bb7 Various things. by Elliott Hughes · 13 years ago
  59. aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
  60. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  61. 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
  62. cefd187 Add stack overflow check by buzbee · 13 years ago
  63. 449b4bd Take into account that our stacks grow down. by Elliott Hughes · 13 years ago
  64. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  65. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  66. 0d966cf Add suspend check & stub by buzbee · 13 years ago
  67. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
  68. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  69. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  70. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
  71. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  72. a59d179 Work around two problems. by Elliott Hughes · 13 years ago
  73. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  74. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  75. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  76. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  77. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  78. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  79. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  80. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  81. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  82. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  83. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  84. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  85. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  86. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  87. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  88. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  89. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  90. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
  91. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  92. e6d6196 Various bug fixes. by buzbee · 13 years ago
  93. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  94. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  95. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  96. bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
  97. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  98. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  99. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  100. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago