1. 4015071 Merge "Remove a malfunctioning predicate used only in assertions." into dalvik-dev by Carl Shapiro · 15 years ago
  2. edcb460 Remove a malfunctioning predicate used only in assertions. by Carl Shapiro · 15 years ago
  3. 25fe71b Remove debugging code and stale comments from the sweep callback. by Carl Shapiro · 15 years ago
  4. b9b2395 Fix build breakage caused by a bad merge from master. by Carl Shapiro · 15 years ago
  5. 62e76e5 Merge "JIT: Correct conversion of cb[n]z to cmp/cond_br pair" into dalvik-dev by buzbee · 15 years ago
  6. 48b52b0 am 8881a809: Sweep concurrently. by Carl Shapiro · 15 years ago
  7. 572fe5f JIT: Correct conversion of cb[n]z to cmp/cond_br pair by buzbee · 15 years ago
  8. 8881a80 Sweep concurrently. by Carl Shapiro · 15 years ago
  9. 639ce9f am cb7c47d0: am d012d06b: Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 15 years ago
  10. 65a0d90 am 577a8269: am 34bfe020: Fix a couple copyright headers that aren\'t in the prescribed format. by Dan Bornstein · 15 years ago
  11. cb7c47d am d012d06b: Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 15 years ago
  12. 577a826 am 34bfe020: Fix a couple copyright headers that aren\'t in the prescribed format. by Dan Bornstein · 15 years ago
  13. d012d06 Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 15 years ago
  14. 34bfe02 Fix a couple copyright headers that aren't in the prescribed format. by Dan Bornstein · 15 years ago
  15. 060c0b7 am ff3cc1d1: Merge "Fix the ordering of lock acquisition in the heap worker." by Carl Shapiro · 15 years ago
  16. ff3cc1d Merge "Fix the ordering of lock acquisition in the heap worker." by Carl Shapiro · 15 years ago
  17. 8917e08 am 5ba39376: Implement card table verification. by Carl Shapiro · 15 years ago
  18. 5ba3937 Implement card table verification. by Carl Shapiro · 15 years ago
  19. d0e4c77 Merge "Print callee information in the JIT profile outout" into dalvik-dev by Ben Cheng · 15 years ago
  20. 4abdba9 am 6a7a5c24: Merge "Remove stale comments." by Carl Shapiro · 15 years ago
  21. 254cb87 am 1ff61c3d: Merge "Rename verifyHeap and eliminate its bogus function-level comment." by Carl Shapiro · 15 years ago
  22. 4e1bc5f Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 15 years ago
  23. 807bc93 Print callee information in the JIT profile outout by Ben Cheng · 15 years ago
  24. 7c0ccd6 Merge "JIT: Fix for lightweight assembler retry mechanism." into dalvik-dev by buzbee · 15 years ago
  25. 8572282 JIT: Fix for lightweight assembler retry mechanism. by buzbee · 15 years ago
  26. 77aa7ad Merge "Fix some potential SMP issues." into dalvik-dev by Andy McFadden · 15 years ago
  27. 6a7a5c2 Merge "Remove stale comments." by Carl Shapiro · 15 years ago
  28. 1ff61c3 Merge "Rename verifyHeap and eliminate its bogus function-level comment." by Carl Shapiro · 15 years ago
  29. 89c7943 JIT: Fix for 2898397 assert in JIT (chain cell offset) by buzbee · 15 years ago
  30. fc3d316 More SMP fixes. by Andy McFadden · 15 years ago
  31. 5c82831 am b0691476: Remove stale overwritefree flag. by Carl Shapiro · 15 years ago
  32. 6c5dd93 Rename verifyHeap and eliminate its bogus function-level comment. by Carl Shapiro · 15 years ago
  33. 3469a7e Fix some potential SMP issues. by Andy McFadden · 15 years ago
  34. b069147 Remove stale overwritefree flag. by Carl Shapiro · 15 years ago
  35. e52dbd5 am f98e0ed5: Merge "Add const qualifier to the dvmComputeStringHash signature." by Carl Shapiro · 15 years ago
  36. f98e0ed Merge "Add const qualifier to the dvmComputeStringHash signature." by Carl Shapiro · 15 years ago
  37. 5e451d8 Add const qualifier to the dvmComputeStringHash signature. by Carl Shapiro · 15 years ago
  38. 332c594 Remove stale comments. by Carl Shapiro · 15 years ago
  39. f079e1d Tweaks to x86 mterp periodic checks [issue 2634642] by buzbee · 15 years ago
  40. f4ae13c am ce82d2d1: am c9153114: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-gingerbread by Brian Carlstrom · 15 years ago
  41. ce82d2d am c9153114: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-gingerbread by Brian Carlstrom · 15 years ago
  42. ed65331 Merge "JIT: Support for shift field in disassembler [issue 2465170]" into dalvik-dev by buzbee · 15 years ago
  43. 14f711b JIT: Support for shift field in disassembler [issue 2465170] by buzbee · 15 years ago
  44. ad016ee Merge "Move dvmFreeClassInnards responsibility." into dalvik-dev by Andy McFadden · 15 years ago
  45. bff121a JIT: Reworked the assembler to be smarter about short instruction forms by buzbee · 15 years ago
  46. c915311 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbread by Brian Carlstrom · 15 years ago
  47. 4a41958 Bug fixes for JIT loop detection and formation by Ben Cheng · 15 years ago
  48. 19ddba5 am baf196a7: Fix for 2892472 jit spew: No free temp registers by buzbee · 15 years ago
  49. a0b525d Move dvmFreeClassInnards responsibility. by Andy McFadden · 15 years ago
  50. baf196a Fix for 2892472 jit spew: No free temp registers by buzbee · 15 years ago
  51. f13e71f Merge "New material for JNI Tips doc." into dalvik-dev by Andy McFadden · 15 years ago
  52. 21056df New material for JNI Tips doc. by Andy McFadden · 15 years ago
  53. 33c1cf9 Add a missing branch for inlined direct getters. by Ben Cheng · 15 years ago
  54. 7a2697d Implement method inlining for getters/setters by Ben Cheng · 15 years ago
  55. 7b11fa9 am 4dc622c5: Remove the dvmHeapSizeChanged no-op routine. by Carl Shapiro · 15 years ago
  56. 4dc622c Remove the dvmHeapSizeChanged no-op routine. by Carl Shapiro · 15 years ago
  57. f1ec578 am 6fa09f77: Fix the format conversions, again. by Carl Shapiro · 15 years ago
  58. 6fa09f7 Fix the format conversions, again. by Carl Shapiro · 15 years ago
  59. f718a14 am 4d529be0: Fix log message format conversions and remove uneeded newlines. by Carl Shapiro · 15 years ago
  60. 4d529be Fix log message format conversions and remove uneeded newlines. by Carl Shapiro · 15 years ago
  61. 21a2429 am 5488c8b2: Merge "Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk." by Carl Shapiro · 15 years ago
  62. 5488c8b Merge "Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk." by Carl Shapiro · 15 years ago
  63. e85fce8 am f3e71ffb: Merge "JIT: Fix for Issue 2881687 - fix volatiles and re-enable JIT" by buzbee · 15 years ago
  64. f3e71ff Merge "JIT: Fix for Issue 2881687 - fix volatiles and re-enable JIT" by buzbee · 15 years ago
  65. 1c206f6 Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk. by Barry Hayes · 15 years ago
  66. f2f7692 Merge "Switch -Xjnitrace over to using a custom JNI bridge." into dalvik-dev by Elliott Hughes · 15 years ago
  67. de66fcb Switch -Xjnitrace over to using a custom JNI bridge. by Elliott Hughes · 15 years ago
  68. b14e373 am 79a76f30: Remove the seldom used overwrite free code. by Carl Shapiro · 15 years ago
  69. 79a76f3 Remove the seldom used overwrite free code. by Carl Shapiro · 15 years ago
  70. 5a1d895 am a20a9929: Move LIKELY and UNLIKELY to a public header file. by Carl Shapiro · 15 years ago
  71. a20a992 Move LIKELY and UNLIKELY to a public header file. by Carl Shapiro · 15 years ago
  72. 874af4d am 577534a4: am 486e2d58: am 7f626db7: I got tired of rewriting something like this text into emails and bug comments. by Dan Bornstein · 15 years ago
  73. 577534a am 486e2d58: am 7f626db7: I got tired of rewriting something like this text into emails and bug comments. by Dan Bornstein · 15 years ago
  74. 486e2d5 am 7f626db7: I got tired of rewriting something like this text into emails and bug comments. by Dan Bornstein · 15 years ago
  75. 7f626db I got tired of rewriting something like this text into emails and bug comments. by Dan Bornstein · 15 years ago
  76. 4d92e68 JIT: Fix for Issue 2881687 - fix volatiles and re-enable JIT by buzbee · 15 years ago
  77. acdea99 Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk. by Barry Hayes · 15 years ago
  78. 81010a4 Break apart the swapping of the mark and live bitmaps and zeroing of by Barry Hayes · 15 years ago
  79. 654e6a5 am 006346e8: Change the bitmap callback signature to have a void return value. by Carl Shapiro · 15 years ago
  80. 006346e Change the bitmap callback signature to have a void return value. by Carl Shapiro · 15 years ago
  81. adb8935 am 995b5ae8: Merge "Remove unused limits.h include and fix sys/mman.h include comment." by Carl Shapiro · 15 years ago
  82. 995b5ae Merge "Remove unused limits.h include and fix sys/mman.h include comment." by Carl Shapiro · 15 years ago
  83. f1461cb Remove unused limits.h include and fix sys/mman.h include comment. by Carl Shapiro · 15 years ago
  84. 002d88a am a363035f: Remove an unused member from the mark context. by Carl Shapiro · 15 years ago
  85. a363035 Remove an unused member from the mark context. by Carl Shapiro · 15 years ago
  86. b726fe4 am 7a57d5b7: Re-enable the concurrent GC. by Carl Shapiro · 15 years ago
  87. 7a57d5b Re-enable the concurrent GC. by Carl Shapiro · 15 years ago
  88. 44a2f0f am deac1a95: Merge "Allow the VM to suspend while the heap worker initializes." by Brian Carlstrom · 15 years ago
  89. deac1a9 Merge "Allow the VM to suspend while the heap worker initializes." by Brian Carlstrom · 15 years ago
  90. 541c2ea Allow the VM to suspend while the heap worker initializes. by Carl Shapiro · 15 years ago
  91. 917cbaa am 35ff69be: JIT: temporarily disable the JIT and concurrent GC on SMP systems by buzbee · 15 years ago
  92. 35ff69b JIT: temporarily disable the JIT and concurrent GC on SMP systems by buzbee · 15 years ago
  93. b67b034 am e6899ef5: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-master by Brian Carlstrom · 15 years ago
  94. fe60877 Fix a crash during VM shutdown. by Carl Shapiro · 15 years ago
  95. 4d9c849 Merge "Allow the VM to suspend while the heap worker initializes." into dalvik-dev by Carl Shapiro · 15 years ago
  96. 63e53de Update the atomics test for the new atomics API. by Carl Shapiro · 15 years ago
  97. e6899ef Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 15 years ago
  98. 106c5fd Use the card marks to find gray objects during a concurrent collection. by Carl Shapiro · 15 years ago
  99. 4be7dc2 Merge "Verify jmethodID when calling methods." into dalvik-dev by Andy McFadden · 15 years ago
  100. 6e83b64 Remove an obsolete member reference. by Carl Shapiro · 15 years ago