1. 7a3a409 Merge "Tweak the 64-bit load/store code" into dalvik-dev by Andy McFadden · 15 years ago
  2. 529d6b8 Tweak the 64-bit load/store code by Andy McFadden · 15 years ago
  3. a2471bc Merge "Move more system propery handling into managed code." into dalvik-dev by Elliott Hughes · 15 years ago
  4. 49dc060 Move more system propery handling into managed code. by Elliott Hughes · 15 years ago
  5. 6f2dd71 Merge "Reverting SCCP change to division because the system doesn't start." into dalvik-dev by jeffhao · 15 years ago
  6. 95e34fe Reverting SCCP change to division because the system doesn't start. by jeffhao · 15 years ago
  7. b8adff5 Merge "Added support for integer division to SCCP." into dalvik-dev by jeffhao · 15 years ago
  8. e1c3a8e Added support for integer division to SCCP. by jeffhao · 15 years ago
  9. c3a6a95 Merge "Move more system property handling into managed code." into dalvik-dev by Elliott Hughes · 15 years ago
  10. 9b45c4c Move more system property handling into managed code. by Elliott Hughes · 15 years ago
  11. f2b1450 Merge "Split addNewHeap into separate definitions." into dalvik-dev by Carl Shapiro · 15 years ago
  12. 6b4b336 Split addNewHeap into separate definitions. by Carl Shapiro · 15 years ago
  13. edfb1bf Merge "Remove the unused argument to dvmCollectGarbage." into dalvik-dev by Carl Shapiro · 15 years ago
  14. 1e7c544 Merge "SCCP propagates more constants and prunes unexecuted paths from branches." into dalvik-dev by jeffhao · 15 years ago
  15. b75d1ca SCCP propagates more constants and prunes unexecuted paths from branches. by jeffhao · 15 years ago
  16. bc3ba01 Remove the unused argument to dvmCollectGarbage. by Carl Shapiro · 15 years ago
  17. 67f9be7 Remove the private CLZ implementation in the GC. by Carl Shapiro · 15 years ago
  18. 478954a Merge "Move the duplicated alignment macros to a common location." into dalvik-dev by Carl Shapiro · 15 years ago
  19. ce8853b Merge "Replace dvmValidateObject with ordinary null pointer checks." into dalvik-dev by Carl Shapiro · 15 years ago
  20. 0182564 Merge "Let tryMalloc field over-sized allocation errors." into dalvik-dev by Carl Shapiro · 15 years ago
  21. 744d6ef Merge "Add huge-array OOM test" into dalvik-dev by Andy McFadden · 15 years ago
  22. f6b6389 Add huge-array OOM test by Andy McFadden · 15 years ago
  23. e9f5659 Merge "Misc goodies in the JIT in preparation for more aggressive code motion." into dalvik-dev by Ben Cheng · 15 years ago
  24. adcf429 am 6f562a3a: Merge "Make Release(JNI_COMMIT) faster" by Andy McFadden · 15 years ago
  25. bba7cd6 am 81abf28f: Remove JNI_FORCE_C by Andy McFadden · 15 years ago
  26. 6f562a3 Merge "Make Release(JNI_COMMIT) faster" by Andy McFadden · 15 years ago
  27. 440ec64 Let tryMalloc field over-sized allocation errors. by Carl Shapiro · 15 years ago
  28. df39bb7 Replace dvmValidateObject with ordinary null pointer checks. by Carl Shapiro · 15 years ago
  29. cc3f8b4 Move the duplicated alignment macros to a common location. by Carl Shapiro · 15 years ago
  30. 8dcf274 Merge "Relocate the always in-lined functions from HeapBitmap.h." into dalvik-dev by Carl Shapiro · 15 years ago
  31. c38b7ed Relocate the always in-lined functions from HeapBitmap.h. by Carl Shapiro · 15 years ago
  32. d72564c Misc goodies in the JIT in preparation for more aggressive code motion. by Ben Cheng · 15 years ago
  33. 4bdce2f Make Release(JNI_COMMIT) faster by Andy McFadden · 15 years ago
  34. 81abf28 Remove JNI_FORCE_C by Andy McFadden · 15 years ago
  35. 3177526 am 1fbcc3ad: Merge "Added JNI hack to support JNI hack" by Andy McFadden · 15 years ago
  36. 1fbcc3a Merge "Added JNI hack to support JNI hack" by Andy McFadden · 15 years ago
  37. 37b8005 Added JNI hack to support JNI hack by Andy McFadden · 15 years ago
  38. 0ac9d74 am e3f9c573: Free some strings in error paths by Kenny Root · 15 years ago
  39. cc7fcbf Merge "Remove the deprecated gcSoftReferences method." into dalvik-dev by Carl Shapiro · 15 years ago
  40. e3f9c57 Free some strings in error paths by Kenny Root · 15 years ago
  41. 1941065 Remove the deprecated gcSoftReferences method. by Carl Shapiro · 15 years ago
  42. 238ab4b am 85019f27: Avoid double-free on error. by Andy McFadden · 15 years ago
  43. 85019f2 Avoid double-free on error. by Andy McFadden · 15 years ago
  44. 7e233ed Updated expected outputs for some dx tests. by jeffhao · 15 years ago
  45. bec5aca Fix expected output. by Dan Bornstein · 15 years ago
  46. dc520ad Fix dex processing when no output file is specified. by Dan Bornstein · 15 years ago
  47. 12f6329 Merge "Move DexException to dx.util." into dalvik-dev by Dan Bornstein · 15 years ago
  48. ca11c67 Merge commit 'e502b66edd734e8265bc2bd8f1c2addb64b63e73' into honeycomb-release-to-dalvik-dev by Brian Carlstrom · 15 years ago
  49. e502b66 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  50. ddec779 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  51. 7baa3b6 Move DexException to dx.util. by Dan Bornstein · 15 years ago
  52. 7866f70 Remove unused and racey debugging code. by Carl Shapiro · 15 years ago
  53. 18cc418 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  54. 9eb7b29 Remove and outdated comment and logging macro. by Carl Shapiro · 15 years ago
  55. d5d103d resolved conflicts for merge of d6e32b81 to dalvik-dev by Andy McFadden · 15 years ago
  56. d6e32b8 Ensure word atomicity in System.arraycopy by Andy McFadden · 15 years ago
  57. ca33be9 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  58. 537939c Move the instruction representation code. by Dan Bornstein · 15 years ago
  59. b2ddbae merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  60. e82052f Merge "Clean up targets and data payloads." into dalvik-dev by Dan Bornstein · 15 years ago
  61. 77f154b merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  62. 741ccbc Merge commit 'e6cad708e93dab280335d3f69917048c34cfc640' into honeycomb-release-to-dalvik-dev by Brian Carlstrom · 15 years ago
  63. d63837a Clean up targets and data payloads. by Dan Bornstein · 15 years ago
  64. e6cad70 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  65. a5a7c16 Merge "Make some "argument shape" be represented by subclassing." into dalvik-dev by Dan Bornstein · 15 years ago
  66. 740fce4 Make some "argument shape" be represented by subclassing. by Dan Bornstein · 15 years ago
  67. b35a9ec Merge "[JIT] Fix for 3385583: Performance variance" into dalvik-dev by Bill Buzbee · 15 years ago
  68. ac55194 Merge "Fixed SCCP to properly propagate reverse subtraction." into dalvik-dev by jeffhao · 15 years ago
  69. 1b3da59 [JIT] Fix for 3385583: Performance variance by Bill Buzbee · 15 years ago
  70. a352506 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  71. e9176c9 Fixed SCCP to properly propagate reverse subtraction. by jeffhao · 15 years ago
  72. e37e660 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  73. 46b723b Merge "Guard against uninitialized objects when counting instances." into dalvik-dev by Carl Shapiro · 15 years ago
  74. 8bb6104 Do not write to an unmarked object when freeing its monitor. by Carl Shapiro · 15 years ago
  75. 2efc126 Guard against uninitialized objects when counting instances. by Carl Shapiro · 15 years ago
  76. ba5b04d merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  77. f67b6af CodeReader visitor dispatch now uses OpcodeInfo. by Dan Bornstein · 15 years ago
  78. fbb320e Merge "Simplify string transformation." into dalvik-dev by Dan Bornstein · 15 years ago
  79. 17cae2d Simplify string transformation. by Dan Bornstein · 15 years ago
  80. d839531 Merge "Add range checking to DecodedInstruction." into dalvik-dev by Dan Bornstein · 15 years ago
  81. c48c38a am 13a0e7b2: am 168ae921: am e7bf56c5: Use the global maximum to compute the size of a new mspace. by Carl Shapiro · 15 years ago
  82. 13a0e7b am 168ae921: am e7bf56c5: Use the global maximum to compute the size of a new mspace. by Carl Shapiro · 15 years ago
  83. 168ae92 am e7bf56c5: Use the global maximum to compute the size of a new mspace. by Carl Shapiro · 15 years ago
  84. 86f3834 Add range checking to DecodedInstruction. by Dan Bornstein · 15 years ago
  85. a754fbb Move opcode names into OpcodeInfo. by Dan Bornstein · 15 years ago
  86. 38b861b Hook up CodeReader. by Dan Bornstein · 15 years ago
  87. 28b55dd merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago
  88. e7bf56c Use the global maximum to compute the size of a new mspace. by Carl Shapiro · 15 years ago
  89. 0c6b7eb Clarify cursor(). by Dan Bornstein · 15 years ago
  90. 4398ef7 Merge "More progress on instruction coding." into dalvik-dev by Dan Bornstein · 15 years ago
  91. 2813bc8 am d9c39e0f: Update doc with actual version number. by Andy McFadden · 15 years ago
  92. d9c39e0 Update doc with actual version number. by Andy McFadden · 15 years ago
  93. 32dd826 More progress on instruction coding. by Dan Bornstein · 15 years ago
  94. 6ce3bf1 Merge "Remove the unused monitor tracking and deadlock prediction code." into dalvik-dev by Carl Shapiro · 15 years ago
  95. e803b30 Merge "Add more direct encode() and decode() methods." into dalvik-dev by Dan Bornstein · 15 years ago
  96. 01605d2 Remove the unused monitor tracking and deadlock prediction code. by Carl Shapiro · 15 years ago
  97. 83d17b3 Merge "Remove the HPROF stack trace collection feature." into dalvik-dev by Carl Shapiro · 15 years ago
  98. 16c26e7 Merge "Changed reg allocator to try mapping phi sources/result to the same reg." into dalvik-dev by jeffhao · 15 years ago
  99. a2c9b26 Add more direct encode() and decode() methods. by Dan Bornstein · 15 years ago
  100. 03d8476 merge in honeycomb-release history after reset to honeycomb by The Android Automerger · 15 years ago