1. 0a9a0a1 am 4d5e5a0f: Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 14 years ago
  2. 62e7a42 am cbcd79b3: Merge "Print "JIT" in the thread dump if the top frame is in JIT\'ed code." by Ben Cheng · 14 years ago
  3. eb8641b am ae9cc0e6: Merge "Added printf attribute to exception function." by Andy McFadden · 14 years ago
  4. 574b9c3 am b4c05977: Optimize more easy multiplications by constants. by Elliott Hughes · 14 years ago
  5. a9ac0f5 am 88a0f970: Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 14 years ago
  6. 4e4973e am 59a007be: am cf4e8b02: Merge "This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this cod by Andy McFadden · 14 years ago
  7. 72fdcb5 am 11834964: Clarify a few items in the dex spec. by Dan Bornstein · 14 years ago
  8. 5dddb85 am ba05d3b5: Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 14 years ago
  9. d94a862 am 4795e033: Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 14 years ago
  10. 33dedce am 60a65773: Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 14 years ago
  11. 1256949 am 01961a9d: Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 14 years ago
  12. d7b9bef am d1ad6ae8: DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 14 years ago
  13. 2b59f63 am b0d01b01: Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 14 years ago
  14. 13fe68d am 05c9d91a: Add a test case for the jsr / invoke bug. (See the included info.txt for more details.) by Dan Bornstein · 14 years ago
  15. b9cf9cb Break the sqlite JDBC driver out from our JDBC implementation. by Elliott Hughes · 14 years ago
  16. 5d226e0 Merge "Jit: fix typo that caused incorrect def mask for blr's." into dalvik-dev by Bill Buzbee · 14 years ago
  17. 9aed678 Jit: fix typo that caused incorrect def mask for blr's. by Bill Buzbee · 14 years ago
  18. a0cc2c2 Merge "Relocate function declaration out the GC and into the compiler." into dalvik-dev by Carl Shapiro · 14 years ago
  19. 3dc18cd Relocate function declaration out the GC and into the compiler. by Carl Shapiro · 14 years ago
  20. 438380d Remove the sole use of WITH_HPROF_STACK_UNREACHABLE macro. This by Carl Shapiro · 14 years ago
  21. 5235890 Merge "Eliminate the unused hprof "unreachable" feature. This code dates back to the Perforce repository and has never been enabled. Nobody seems to know what it was once, if ever, used for so it may as well go." into dalvik-dev by Carl Shapiro · 14 years ago
  22. d42d163 Eliminate the unused hprof "unreachable" feature. This code dates by Carl Shapiro · 14 years ago
  23. 13a4071 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 14 years ago
  24. 0e4d043 Merge "Fix a test by syncing with upstream." into dalvik-dev by Elliott Hughes · 14 years ago
  25. 13d526e Print the self thread id and the owning thread id in the description by Carl Shapiro · 14 years ago
  26. a24ad1d Merge "Allocate an object and mark bitmap which span the entire virtual memory reservation of the heap. Eliminates indirection during the marking phase." into dalvik-dev by Carl Shapiro · 14 years ago
  27. b0a579b Merge "Print "JIT" in the thread dump if the top frame is in JIT'ed code." by Ben Cheng · 14 years ago
  28. fcb66d4 Merge "Added printf attribute to exception function." by Andy McFadden · 14 years ago
  29. 771455b Fix a test by syncing with upstream. by Elliott Hughes · 14 years ago
  30. 788b72e Print "JIT" in the thread dump if the top frame is in JIT'ed code. by Ben Cheng · 14 years ago
  31. c6bb9d9 If we're in an Android build tree, we should use core.jar as our "SDK". by Elliott Hughes · 14 years ago
  32. b53e60c Optimize more easy multiplications by constants. by Elliott Hughes · 14 years ago
  33. 723ef10 Allocate an object and mark bitmap which span the entire virtual by Carl Shapiro · 14 years ago
  34. 3e20efa Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 14 years ago
  35. fe0ac6a am cf4e8b02: Merge "This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expe by Andy McFadden · 14 years ago
  36. fa2cfa0 Clarify a few items in the dex spec. by Dan Bornstein · 14 years ago
  37. 9779202 Added printf attribute to exception function. by Andy McFadden · 14 years ago
  38. 5c6a086 Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 14 years ago
  39. b6b05b1 Remove a bogus assertion. by Carl Shapiro · 14 years ago
  40. 927b777 Fix DalvikRunner on the dalvik-dev branch. by Elliott Hughes · 14 years ago
  41. 1433c51 Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 14 years ago
  42. bda224d Implementing still more DOM API for text nodes. by Jesse Wilson · 14 years ago
  43. 982744a Add class init stats to alloc counters (API change). by Andy McFadden · 14 years ago
  44. 8a0897f Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 14 years ago
  45. eb238ef Fix "HttpUrlConnection.addRequestProperty replaces existing properties instead of append them". by Elliott Hughes · 14 years ago
  46. 7a076f0 Remove more useless annotations: logging, luni-kernel, and math. by Elliott Hughes · 14 years ago
  47. 7687ba7 Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 14 years ago
  48. 044ddd7 Merge "This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: Build: TARGET_SIMULATOR: true TARGET_BUILD_TYPE: release TARGET_PRODUCT: sim Environment: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz PI = Portable Interpreter IA = Fast IA Interpreter Embedded CaffeineMark: (IA-PI)/PI: Average of 70% improvement on overall score SPECjbb2000*: (IA-PI)/PI: Average of 37% improvement on raw score SPECjvm98*: (PI/IA) Speedup: Mtrt: 1.2; Jess: 1.34; Compress: 1.57; Db: 1.46; Jack: 1.28 * SPECjbb2000 - 1 warehouse. Noncompliant - modified to run on Dalvik * SPECjvm98 - Noncompliant - modified to run on Dalivk" by Andy McFadden · 14 years ago
  49. 6f78e81 DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 14 years ago
  50. b14f739 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 14 years ago
  51. ac07a9b Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 14 years ago
  52. 1973eb0 This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: by Johnnie Birch · 15 years ago
  53. 703ef27 Remove useless annotation cruft from tests for: annotation, archive, concurrent, and suncompat. by Elliott Hughes · 14 years ago
  54. 8b7350e Update run-core-tests' documentation, remove the leading : from the classpath, and add the json tests to the classpath. by Elliott Hughes · 14 years ago
  55. c1090d1 Add a test case for the jsr / invoke bug. (See the included by Dan Bornstein · 14 years ago
  56. 3e951a5 Fix a stupid mistake in my earlier change. by Elliott Hughes · 14 years ago
  57. bf1ecf2 Adapt jesse's new json tests to the new build scheme. by Elliott Hughes · 14 years ago
  58. e2a6f77 Merge remote branch 'goog/master' into mm by Elliott Hughes · 14 years ago
  59. cb78ba4 Merge "Resync a load of tests with upstream, make our build faster." into dalvik-dev by Elliott Hughes · 14 years ago
  60. 9f66a6b Fix build breakage. by Barry Hayes · 14 years ago
  61. aab6507 Merge " Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the memory of freed objects." into dalvik-dev by Barry Hayes · 14 years ago
  62. ea6435b Merge "Removing dead code from BigInt" by Jesse Wilson · 14 years ago
  63. 5266a15 Merge "More XML DOM v3 APIs." by Jesse Wilson · 14 years ago
  64. 35d7c08 More XML DOM v3 APIs. by Jesse Wilson · 14 years ago
  65. cdd8996 Removing dead code from BigInt by Jesse Wilson · 14 years ago
  66. 67cc34b Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 14 years ago
  67. 68ea614 Merge "Disable JIT for armv5te for A/B tests." by Ben Cheng · 14 years ago
  68. bf93554 Disable JIT for armv5te for A/B tests. by Ben Cheng · 14 years ago
  69. ea5adee DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 14 years ago
  70. 7ee3a06 Resync a load of tests with upstream, make our build faster. by Elliott Hughes · 14 years ago
  71. 8045d07 Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 14 years ago
  72. 24190ff Removing bogus check to permit on-host debugging. by Jesse Wilson · 14 years ago
  73. 66042d5 Merge "Adding JSON tests to the complete test suite." by Jesse Wilson · 14 years ago
  74. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 14 years ago
  75. fbf1c1c Merge "Filling in some gaps in our XML DOM v3 API." by Jesse Wilson · 14 years ago
  76. 1ec94fe Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 14 years ago
  77. 68e1f2a More DalvikRunner cleanup. by Elliott Hughes · 14 years ago
  78. 3fe3b27 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 14 years ago
  79. 195e4d1 Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 14 years ago
  80. 6934977 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 14 years ago
  81. 1d1f924 Merge "HTTP headers should be case-insensitive but case-preserving." into dalvik-dev by Elliott Hughes · 14 years ago
  82. 84e7874 Make DalvikRunner work on production devices too. by Elliott Hughes · 14 years ago
  83. 2f650ee Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the by Barry Hayes · 15 years ago
  84. 3129a6e Merge "Eliminate the heap chunk abstraction. This temporarily breaks the hprof feature that allows stack traces to be associated with objects." into dalvik-dev by Carl Shapiro · 14 years ago
  85. 48f55cc Eliminate the heap chunk abstraction. This temporarily breaks the by Carl Shapiro · 14 years ago
  86. 6feeef3 Merge "Detect system-wide safe mode and configure the VM accordingly." into dalvik-dev by Ben Cheng · 14 years ago
  87. b804353 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 14 years ago
  88. e3f55fe HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 14 years ago
  89. e172f34 Merge "Densely allocate mspaces. New heaps are started on the page following the break of the previously allocated heap. In addition, we shrink the reported size of the previous object bitmap so it covers only the committed range of the heap. We now separately track the size of the bitmap virtual memory reservation so we may unmap it all at shutdown time." into dalvik-dev by Carl Shapiro · 14 years ago
  90. 73c8bbb Fixing packages for JSON tests by Jesse Wilson · 14 years ago
  91. dcdc579 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 14 years ago
  92. 67f4459 First round of tests for the subset of the org.json in Android. by Jesse Wilson · 14 years ago
  93. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 14 years ago
  94. 142ea3c Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 14 years ago
  95. ea9032e Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 14 years ago
  96. 92e5535 Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 14 years ago
  97. 0233201 Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 14 years ago
  98. bce4415 Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 14 years ago
  99. 4268643 Fix FindBugs' "high" warnings about java.lang.Class. by Elliott Hughes · 14 years ago
  100. c12a37b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 14 years ago