1. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 15 years ago
  2. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 15 years ago
  3. 8f903f2 Move Class.getDeclaredClass to managed code. Part 3. by Jesse Wilson · 15 years ago
  4. 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 15 years ago
  5. 4f20aef Generalizing TryLock pattern to ThreadListLocker by Brian Carlstrom · 15 years ago
  6. 6fbb516 Address two ThreadList deadlocks by Brian Carlstrom · 15 years ago
  7. e6b1741 Merge "Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode" into dalvik-dev by Brian Carlstrom · 15 years ago
  8. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 15 years ago
  9. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 15 years ago
  10. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 15 years ago
  11. b066311 Some low-hanging GC performance fruit. by Elliott Hughes · 15 years ago
  12. c393a4f System calls dex2oat when opening a dex file with an output location by jeffhao · 15 years ago
  13. 1cb66f5 Update CodeAndDirectMethods by buzbee · 15 years ago
  14. 94ce37a Implement -Xstacktracefile. by Elliott Hughes · 15 years ago
  15. 7a8e9ea Merge "Fix deadlock on dex_lock_ in ClassLinker::RegisterDexFile" into dalvik-dev by Brian Carlstrom · 15 years ago
  16. 47d237a Fix deadlock on dex_lock_ in ClassLinker::RegisterDexFile by Brian Carlstrom · 15 years ago
  17. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 15 years ago
  18. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 15 years ago
  19. fc86162 Implement lock contention event logging. by Elliott Hughes · 15 years ago
  20. 24a3c2e ClassLinker changes by Brian Carlstrom · 15 years ago
  21. 3535c22 Merge "Fix ObjectInitFromCode to do callee frame setup" into dalvik-dev by Brian Carlstrom · 15 years ago
  22. 6fd03fb Fix ObjectInitFromCode to do callee frame setup by Brian Carlstrom · 15 years ago
  23. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 15 years ago
  24. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 15 years ago
  25. 6a21982 Merge "Clean up the makefile and add a missing 'static'." into dalvik-dev by Elliott Hughes · 15 years ago
  26. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 15 years ago
  27. 2641f71 Move test codes out of src/. They belong to the test/ directory. by Shih-wei Liao · 15 years ago
  28. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 15 years ago
  29. 6f7c958 Merge "Fix annotations test 004." into dalvik-dev by Jesse Wilson · 15 years ago
  30. d81cdcc Fix annotations test 004. by Jesse Wilson · 15 years ago
  31. f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 15 years ago
  32. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 15 years ago
  33. b04f69f Fix for test 069. by Ian Rogers · 15 years ago
  34. 0691851 Fix IsDexFileRegistered to call IsDexFileRegisteredLocked by Brian Carlstrom · 15 years ago
  35. c252c3e Clarify cause of 071 failure with an UNIMPLEMENTED by Brian Carlstrom · 15 years ago
  36. fad7143 Assorted fixes by Brian Carlstrom · 15 years ago
  37. df8dad5 Fix scoping issue in Compiler::CompileMethod by Brian Carlstrom · 15 years ago
  38. a4a7b48 Make CommonTest::runtime_ a compiler by Brian Carlstrom · 15 years ago
  39. b988802 Merge "Make Method::ToDexPC tolerate callee save methods" into dalvik-dev by Brian Carlstrom · 15 years ago
  40. 26c935a Make Method::ToDexPC tolerate callee save methods by Brian Carlstrom · 15 years ago
  41. f6498c3 Merge "Better detection of duplicate compiled methods/invoke stubs." into dalvik-dev by Elliott Hughes · 15 years ago
  42. 30d4d3c Merge "Fix off-by-one error in OP_FILLED_NEW_ARRAY_RANGE" into dalvik-dev by buzbee · 15 years ago
  43. 3181345 Fix off-by-one error in OP_FILLED_NEW_ARRAY_RANGE by buzbee · 15 years ago
  44. 0aa8580 Merge "Add internal compiler option to control defaulting of boot.art" into dalvik-dev by Brian Carlstrom · 15 years ago
  45. 5de8fe5 Add internal compiler option to control defaulting of boot.art by Brian Carlstrom · 15 years ago
  46. f09afe8 Better detection of duplicate compiled methods/invoke stubs. by Elliott Hughes · 15 years ago
  47. 0bcd386 Merge "Fix GetCurrentMethod to cope with callee-save frames." into dalvik-dev by Elliott Hughes · 15 years ago
  48. 9fd66f5 Fix GetCurrentMethod to cope with callee-save frames. by Elliott Hughes · 15 years ago
  49. 06b37d9 Always log the value when an alignment check fails. by Elliott Hughes · 15 years ago
  50. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 15 years ago
  51. 7abe9c9 Merge "Another bug fix for line numbers. Line uses signed in advancing." into dalvik-dev by Shih-wei Liao · 15 years ago
  52. c9b1e49 Merge "Add a unit test for ReferenceMap that involves try-catch-finally." into dalvik-dev by Shih-wei Liao · 15 years ago
  53. 8a05d27 Another bug fix for line numbers. Line uses signed in advancing. by Shih-wei Liao · 15 years ago
  54. 63433ba Add a unit test for ReferenceMap that involves try-catch-finally. by Shih-wei Liao · 15 years ago
  55. dc0f4c9 Merge "Proxy implementation" into dalvik-dev by Ian Rogers · 15 years ago
  56. 8e1b4ff Fix line number calculation that deviates from old Dalvik. by Shih-wei Liao · 15 years ago
  57. 466bb25 Proxy implementation by Ian Rogers · 15 years ago
  58. a10cd94 Merge "Register promotion fix" into dalvik-dev by buzbee · 15 years ago
  59. 67bc236 Register promotion fix by buzbee · 15 years ago
  60. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 15 years ago
  61. 3064683 Fix the double-OOME case again. by Elliott Hughes · 15 years ago
  62. 95caa79 Create proxy class, constructor, and methods. by Jesse Wilson · 15 years ago
  63. 37d4e6b Be careful of failed allocations in the intern table. by Elliott Hughes · 15 years ago
  64. 1d9f52b Implement DexFile_isDexOptNeeded by Brian Carlstrom · 15 years ago
  65. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 15 years ago
  66. b278356 Merge "Add support for oat files in /data/art-cache" into dalvik-dev by Brian Carlstrom · 15 years ago
  67. a9f1978 Add support for oat files in /data/art-cache by Brian Carlstrom · 15 years ago
  68. b51036c Strings are compound objects, so allocation failures can occur during allocation. by Elliott Hughes · 15 years ago
  69. 47a0d5a Move art content to /data by Brian Carlstrom · 15 years ago
  70. 0839bdb Use CHECK instead of EXPECT. Also, added a previously missing root V0. by Shih-wei Liao · 15 years ago
  71. 1e20094 Add back a line I accidentally deleted from the last change. by Elliott Hughes · 15 years ago
  72. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 15 years ago
  73. caab8c4 Various tidy ups, add LIKELY/UNLIKELY macros. by Ian Rogers · 15 years ago
  74. 14b1b24 Fix handling of long arguments in unresolved and proxy stubs. by Ian Rogers · 15 years ago
  75. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 15 years ago
  76. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 15 years ago
  77. 163c464 Track move of InnerClass annotation to managed code. by Jesse Wilson · 15 years ago
  78. c0da31a Merge "Remove an UNIMPLEMENTED(WARNING) that isn't worth implementing." into dalvik-dev by Elliott Hughes · 15 years ago
  79. 63673bf Merge "Add support for the Android-specific DEBUG and VERBOSE log levels." into dalvik-dev by Elliott Hughes · 15 years ago
  80. caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 15 years ago
  81. 8cef0b8 Remove an UNIMPLEMENTED(WARNING) that isn't worth implementing. by Elliott Hughes · 15 years ago
  82. 3ea7e99 Add support for the Android-specific DEBUG and VERBOSE log levels. by Elliott Hughes · 15 years ago
  83. 1b5f497 Track new proxy cache field in ClassLoader. by Jesse Wilson · 15 years ago
  84. c33a32b Sweep the monitor list. by Elliott Hughes · 15 years ago
  85. a465c20 Merge "Comment and minor clean up." into dalvik-dev by Ian Rogers · 15 years ago
  86. 12866c3 Merge "Basic GC logging (and class initialization timing)." into dalvik-dev by Elliott Hughes · 15 years ago
  87. df9a782 Comment and minor clean up. by Ian Rogers · 15 years ago
  88. ea2a11d Determine direct method trampoline type from dispatch. by Ian Rogers · 15 years ago
  89. 83df2ac Basic GC logging (and class initialization timing). by Elliott Hughes · 15 years ago
  90. 6271c42 Fix a few UNIMPLEMENTEDs. by Elliott Hughes · 15 years ago
  91. 0e5b905 Merge "Fix bugs in UnresolvedDirectMethodTrampolineFromCode." into dalvik-dev by Ian Rogers · 15 years ago
  92. e79e6f9 Fix bugs in UnresolvedDirectMethodTrampolineFromCode. by Ian Rogers · 15 years ago
  93. 9f86537 Quieten the "invoking/returned" and "Visiting stack roots" logging. by Elliott Hughes · 15 years ago
  94. 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 15 years ago
  95. 231a015 Merge "Add -Xzygote to suppress starting the signal catcher thread." into dalvik-dev by Elliott Hughes · 15 years ago
  96. 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 15 years ago
  97. dfcdf1a Proxy invocation stub. by Ian Rogers · 15 years ago
  98. 8e4b2fc Turn on StackWalk. It passes the test now. by Shih-wei Liao · 15 years ago
  99. 5e73f9c Do not visit null values in StackIndirectReferenceTable by Brian Carlstrom · 15 years ago
  100. bf61ba3 Use a class root for detecting java.lang.ref.Reference subclasses. by Elliott Hughes · 15 years ago