1. 02fbef0 Set detail message on exceptions for unstarted runtimes. by Ian Rogers · 13 years ago
  2. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 13 years ago
  3. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  4. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  5. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  6. 6cc332e Mac runtime fixes. by Elliott Hughes · 13 years ago
  7. 215f314 Even more Mac build fixes. by Elliott Hughes · 13 years ago
  8. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 13 years ago
  9. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  10. 26c0a1a Fixed tracer to stub additional classes as they're loaded. by jeffhao · 13 years ago
  11. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  12. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  13. 6b0870d Fixes relating to 003-omnibus-opcodes by Ian Rogers · 13 years ago
  14. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  15. dbf05b7 Adding newly required headers by Brian Carlstrom · 13 years ago
  16. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  17. ebd1fd2 Avoid compile time warnings by having ThreadNewException use AllocObject by Brian Carlstrom · 13 years ago
  18. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  19. 4860131 Be robust in stack trace if source file name is missing from dex file. by Ian Rogers · 13 years ago
  20. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  21. c88968a Tolerate NULL method in Thread::GetCurrentMethod by Brian Carlstrom · 13 years ago
  22. 21a5bf2 Detect over-long thread suspends and time out fatally. by Elliott Hughes · 13 years ago
  23. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  24. 3891c77 Proxy methods don't have reference maps. by Ian Rogers · 13 years ago
  25. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  26. 68fdbd0 Return values for locals, so "locals" can show them. by Elliott Hughes · 13 years ago
  27. 1b2b2f2 Don't set the context class loader until it has been created. by Jesse Wilson · 13 years ago
  28. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  29. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 13 years ago
  30. b861dc0 Extra debug info, make dump stack slightly more tolerant of bad input. by Ian Rogers · 13 years ago
  31. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  32. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
  33. a757fac Fix for GetCurrentLocation when stack is empty. by jeffhao · 13 years ago
  34. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  35. 36e0a95 Don't attach attached threads. by Ian Rogers · 13 years ago
  36. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  37. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  38. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  39. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  40. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
  41. 00fae58 Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoad by Brian Carlstrom · 13 years ago
  42. 47179f7 Better -verbose:thread logging, and revert a CHECK. by Elliott Hughes · 13 years ago
  43. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 13 years ago
  44. 9074b99 Better unresolved type support. by Ian Rogers · 13 years ago
  45. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 13 years ago
  46. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  47. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 13 years ago
  48. f28bc5b Callers of SuspendAll should be in the kRunnable state by Brian Carlstrom · 13 years ago
  49. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 13 years ago
  50. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  51. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  52. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  53. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  54. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  55. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 13 years ago
  56. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  57. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  58. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
  59. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  60. 6fd03fb Fix ObjectInitFromCode to do callee frame setup by Brian Carlstrom · 13 years ago
  61. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 13 years ago
  62. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  63. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  64. b04f69f Fix for test 069. by Ian Rogers · 13 years ago
  65. 9fd66f5 Fix GetCurrentMethod to cope with callee-save frames. by Elliott Hughes · 13 years ago
  66. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  67. 3064683 Fix the double-OOME case again. by Elliott Hughes · 13 years ago
  68. caab8c4 Various tidy ups, add LIKELY/UNLIKELY macros. by Ian Rogers · 13 years ago
  69. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 13 years ago
  70. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
  71. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 13 years ago
  72. 9f86537 Quieten the "invoking/returned" and "Visiting stack roots" logging. by Elliott Hughes · 13 years ago
  73. 5e73f9c Do not visit null values in StackIndirectReferenceTable by Brian Carlstrom · 13 years ago
  74. df14324 Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's boot classpath by Brian Carlstrom · 13 years ago
  75. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  76. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  77. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 13 years ago
  78. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 13 years ago
  79. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  80. a43cb5e Fix exception_test.cc and thread.cc and revert 3ddac99d4dc6a036fac59d8f0bdc664ef619fb04. by Elliott Hughes · 13 years ago
  81. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  82. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  83. 3ddac99 Fix the PC. And we pass the unit tests on host and target again. by Shih-wei Liao · 13 years ago
  84. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  85. f57c47c Fix vmap handling. Adjust all PCs by -2 in WalkStack. by Ian Rogers · 13 years ago
  86. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  87. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  88. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago
  89. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  90. ce30293 Compiler cleanup by buzbee · 13 years ago
  91. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  92. 7502e2a Fix the 051-thread test. by Elliott Hughes · 13 years ago
  93. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  94. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  95. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  96. 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 13 years ago
  97. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  98. d1422f8 Remove extra lock and racy assert in class initialization by Brian Carlstrom · 13 years ago
  99. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
  100. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago