1. de9e2b9 Bug fixes for ld/st elimination. by Ben Cheng · 14 years ago
  2. 98bfc3b Bug fix for SCCP improperly handling phis with some constant sources. by jeffhao · 14 years ago
  3. 381333d Fix self-verification with backward branches or invokes. by Ben Cheng · 14 years ago
  4. 9f54185 Set "needFallThroughBranch" flag during block split. by Ben Cheng · 14 years ago
  5. 9023263 Kill stale assert, fix for 4310384 by buzbee · 14 years ago
  6. 4dd60e2 am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  7. 6892cab am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  8. e4195e1 Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  9. d336a94 am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  10. 024b7b9 am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  11. a0739ea am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  12. af24282 Revert "Fix a type error in the allocation of non-moving arrays." per Ryan's request by Sriram Raman · 14 years ago
  13. f4b9e27 am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  14. 8bfb6de am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  15. bb8c2f3 am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  16. bdd06aa Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  17. 780d3e2 make dvmOpenCachedDexFile resistant to umask changes. by Nick Kralevich · 14 years ago
  18. 80aedd4 The jni-tips documentation has moved to frameworks/base. by Elliott Hughes · 14 years ago
  19. e714746 Fix debugger performance regression by buzbee · 14 years ago
  20. 0161e15 Merge "Add missing JUMBO opcodes to volatile rewriting" by buzbee · 14 years ago
  21. 62fe4c1 Add missing JUMBO opcodes to volatile rewriting by buzbee · 14 years ago
  22. 5867bea [JIT] Close code cache race window by buzbee · 14 years ago
  23. 8d6291c Merge "[JIT] Fix volatile test" by buzbee · 14 years ago
  24. e3c0b54 [JIT] Fix volatile test by buzbee · 14 years ago
  25. 2336a39 Merge "Add jniThrowExceptionFmt." by Elliott Hughes · 14 years ago
  26. 2c155af Add jniThrowExceptionFmt. by Elliott Hughes · 14 years ago
  27. f1b5317 Merge "Fix method profiling [issue 4260697]" by buzbee · 14 years ago
  28. 80d118a Revert "[JIT] Fix volatile test" - breaks build by Joe Onorato · 14 years ago
  29. c59931e Fix method profiling [issue 4260697] by buzbee · 14 years ago
  30. 11fb99d [JIT] Fix volatile test by buzbee · 14 years ago
  31. 9688de1 Bug fix for rsubs being improperly generated. by jeffhao · 14 years ago
  32. 2f5e3cb Merge "Scale the card count by bits per byte to derive a bit vector length." by Carl Shapiro · 14 years ago
  33. f21e575 Scale the card count by bits per byte to derive a bit vector length. by Carl Shapiro · 14 years ago
  34. feeceef Merge "Improve JNI indirect ref diagnostics" by Andy McFadden · 14 years ago
  35. c759b9f Improve JNI indirect ref diagnostics by Andy McFadden · 14 years ago
  36. afe002d Update the interpretation of --target-api. by Dan Bornstein · 14 years ago
  37. a4a1903 Fix x86 fast interpreter by buzbee · 14 years ago
  38. 8b94be1 [JIT] Rely on the opcode only to determine volatile by buzbee · 14 years ago
  39. 1d41040 Merge "Do not emit the write barrier when storing to primitive volatile fields." by Bill Buzbee · 14 years ago
  40. c26cd1a Merge "Fix sizing of the modunion table on small heaps" by Brian Carlstrom · 14 years ago
  41. 49f3064 Do not emit the write barrier when storing to primitive volatile fields. by Carl Shapiro · 14 years ago
  42. 4a7db9c Fix sizing of the modunion table on small heaps by Brian Carlstrom · 14 years ago
  43. 552cacb Include strings.h for the ffs prototype. by Carl Shapiro · 14 years ago
  44. 2cd0cb8 Use x86 variant in dalvik for TARGET_ARCH_VARIANT=x86-atom by Brian Carlstrom · 14 years ago
  45. 5e910a2 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  46. cfa208d Change the tread state before acquiring the code cache lock. by Ben Cheng · 14 years ago
  47. ee15d86 Merge "[JIT] Clear inCodeCacheFlag on extended singlestep" into dalvik-dev by buzbee · 14 years ago
  48. 7209bdd [JIT] Clear inCodeCacheFlag on extended singlestep by buzbee · 14 years ago
  49. 15a075a Merge "Generate code for loops formed with the new builder" into dalvik-dev by Ben Cheng · 14 years ago
  50. 7918e50 Merge "Delegate the queuing of cleared references to managed code." into dalvik-dev by Carl Shapiro · 14 years ago
  51. 32115a9 Generate code for loops formed with the new builder by Ben Cheng · 14 years ago
  52. 9220113 Merge "Add missing JUMBO ops [fixed]" into dalvik-dev by buzbee · 14 years ago
  53. 3a56e9d Add missing JUMBO ops [fixed] by buzbee · 14 years ago
  54. 640f04a Merge "Improve diagnostics when non-String passed as a jstring." into dalvik-dev by Elliott Hughes · 14 years ago
  55. ba587f9 Improve diagnostics when non-String passed as a jstring. by Elliott Hughes · 14 years ago
  56. 571807f Merge "Add missing JUMBO ops to JIT" into dalvik-dev by buzbee · 14 years ago
  57. bd7865b Add missing JUMBO ops to JIT by buzbee · 14 years ago
  58. 072b5d0 Add missing jumbo opcodes to the self verification exclusion list by Ben Cheng · 14 years ago
  59. ce87bfe Delegate the queuing of cleared references to managed code. by Carl Shapiro · 14 years ago
  60. 6920d2c Merge "Update a test to handle a different anonymous class name." into dalvik-dev by Jesse Wilson · 14 years ago
  61. 51c9d78 Update a test to handle a different anonymous class name. by Jesse Wilson · 14 years ago
  62. 246a9b2 Merge "Fix interpreter debug attach" into dalvik-dev by buzbee · 14 years ago
  63. 99e3e6e Fix interpreter debug attach by buzbee · 14 years ago
  64. 27794a0 am 3a2e2a73: Merge "SamplingProfilerIntegration and SamplingProfiler improvements (1/3)" by Brian Carlstrom · 14 years ago
  65. 3a2e2a7 Merge "SamplingProfilerIntegration and SamplingProfiler improvements (1/3)" by Brian Carlstrom · 14 years ago
  66. 6b1f9f8 SamplingProfilerIntegration and SamplingProfiler improvements (1/3) by Brian Carlstrom · 14 years ago
  67. a1cfe9e Merge "Improve diagnostics when RegisterNatives fails." into dalvik-dev by Elliott Hughes · 14 years ago
  68. 06bfe18 Improve diagnostics when RegisterNatives fails. by Elliott Hughes · 14 years ago
  69. 4b17a1d Init classes used by DDMS by Andy McFadden · 14 years ago
  70. 9d755ce Merge "Add safepoint callback for gc" into dalvik-dev by buzbee · 14 years ago
  71. 94d6525 Add safepoint callback for gc by buzbee · 14 years ago
  72. edb595d Remove unused security manager code. by Jesse Wilson · 14 years ago
  73. a096728 Merge "Support reflective lookup of single fields." into dalvik-dev by Jesse Wilson · 14 years ago
  74. 63618dc Merge "Prep DDMS stuff in InitRefs" into dalvik-dev by Andy McFadden · 14 years ago
  75. ce1762c Prep DDMS stuff in InitRefs by Andy McFadden · 14 years ago
  76. 80575e8 Merge "Fix a couple of asserts" into dalvik-dev by Andy McFadden · 14 years ago
  77. ddab84b Fix a couple of asserts by Andy McFadden · 14 years ago
  78. e86fd9b resolved conflicts for merge of ac815100 to dalvik-dev by buzbee · 14 years ago
  79. b8b838f Support reflective lookup of single fields. by Jesse Wilson · 14 years ago
  80. ac81510 Fix x86-atom build by buzbee · 14 years ago
  81. 44cec05 Merge "Yet more InitRefs-ing" into dalvik-dev by Andy McFadden · 14 years ago
  82. f5e6de9 Yet more InitRefs-ing by Andy McFadden · 14 years ago
  83. 47426b2 Merge "Try a bit harder to look like gdb(1)." into dalvik-dev by Elliott Hughes · 14 years ago
  84. d6b9e3e Merge "Native code to fast path annotation lookups." into dalvik-dev by Jesse Wilson · 14 years ago
  85. 045736c Try a bit harder to look like gdb(1). by Elliott Hughes · 14 years ago
  86. d091271 Merge "Automatically dump stack traces in dvmAbort on the host." into dalvik-dev by Elliott Hughes · 14 years ago
  87. abd4f6e Automatically dump stack traces in dvmAbort on the host. by Elliott Hughes · 14 years ago
  88. 69c93e9 Native code to fast path annotation lookups. by Jesse Wilson · 14 years ago
  89. e759a10 Merge "Some more InitRefs-ing" into dalvik-dev by Andy McFadden · 14 years ago
  90. c99fe6d Optimize annotations. by Jesse Wilson · 14 years ago
  91. 19cd2fc Some more InitRefs-ing by Andy McFadden · 14 years ago
  92. 1c71d87 Merge "Various dx fixes to make it preserve locals and debug info." into dalvik-dev by jeffhao · 14 years ago
  93. 38b6174 Various dx fixes to make it preserve locals and debug info. by jeffhao · 14 years ago
  94. c4a8caf Interpreter fix - limit suspend checks by buzbee · 14 years ago
  95. 87614af Merge "Dump the current code stream when the assembler fails on size issues." into dalvik-dev by Ben Cheng · 14 years ago
  96. 4a93f98 Dump the current code stream when the assembler fails on size issues. by Ben Cheng · 14 years ago
  97. 69f6927 Merge "Various JDWP updates" into dalvik-dev by Andy McFadden · 14 years ago
  98. 86c9593 Various JDWP updates by Andy McFadden · 14 years ago
  99. 18ee41c am 4624f350: am 17aff091: am b1101e84: am 486ac3c0: Removing inaccurate and unmaintained docs. by Dan Bornstein · 14 years ago
  100. 4624f35 am 17aff091: am b1101e84: am 486ac3c0: Removing inaccurate and unmaintained docs. by Dan Bornstein · 14 years ago