1. 723ef10 Allocate an object and mark bitmap which span the entire virtual by Carl Shapiro · 15 years ago
  2. 3e20efa Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
  3. 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 · 15 years ago
  4. fa2cfa0 Clarify a few items in the dex spec. by Dan Bornstein · 15 years ago
  5. 9779202 Added printf attribute to exception function. by Andy McFadden · 15 years ago
  6. 5c6a086 Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 15 years ago
  7. b6b05b1 Remove a bogus assertion. by Carl Shapiro · 15 years ago
  8. 927b777 Fix DalvikRunner on the dalvik-dev branch. by Elliott Hughes · 15 years ago
  9. 1433c51 Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 15 years ago
  10. bda224d Implementing still more DOM API for text nodes. by Jesse Wilson · 15 years ago
  11. 982744a Add class init stats to alloc counters (API change). by Andy McFadden · 15 years ago
  12. 8a0897f Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
  13. eb238ef Fix "HttpUrlConnection.addRequestProperty replaces existing properties instead of append them". by Elliott Hughes · 15 years ago
  14. 7a076f0 Remove more useless annotations: logging, luni-kernel, and math. by Elliott Hughes · 15 years ago
  15. 7687ba7 Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 15 years ago
  16. 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 · 15 years ago
  17. 6f78e81 DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
  18. b14f739 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  19. ac07a9b Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  20. 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 · 16 years ago
  21. 703ef27 Remove useless annotation cruft from tests for: annotation, archive, concurrent, and suncompat. by Elliott Hughes · 15 years ago
  22. 8b7350e Update run-core-tests' documentation, remove the leading : from the classpath, and add the json tests to the classpath. by Elliott Hughes · 15 years ago
  23. c1090d1 Add a test case for the jsr / invoke bug. (See the included by Dan Bornstein · 15 years ago
  24. 3e951a5 Fix a stupid mistake in my earlier change. by Elliott Hughes · 15 years ago
  25. bf1ecf2 Adapt jesse's new json tests to the new build scheme. by Elliott Hughes · 15 years ago
  26. e2a6f77 Merge remote branch 'goog/master' into mm by Elliott Hughes · 15 years ago
  27. cb78ba4 Merge "Resync a load of tests with upstream, make our build faster." into dalvik-dev by Elliott Hughes · 15 years ago
  28. 9f66a6b Fix build breakage. by Barry Hayes · 15 years ago
  29. 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 · 15 years ago
  30. ea6435b Merge "Removing dead code from BigInt" by Jesse Wilson · 15 years ago
  31. 5266a15 Merge "More XML DOM v3 APIs." by Jesse Wilson · 15 years ago
  32. 35d7c08 More XML DOM v3 APIs. by Jesse Wilson · 15 years ago
  33. cdd8996 Removing dead code from BigInt by Jesse Wilson · 15 years ago
  34. 67cc34b Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  35. 68ea614 Merge "Disable JIT for armv5te for A/B tests." by Ben Cheng · 15 years ago
  36. bf93554 Disable JIT for armv5te for A/B tests. by Ben Cheng · 15 years ago
  37. ea5adee DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 15 years ago
  38. 7ee3a06 Resync a load of tests with upstream, make our build faster. by Elliott Hughes · 15 years ago
  39. 8045d07 Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 15 years ago
  40. 24190ff Removing bogus check to permit on-host debugging. by Jesse Wilson · 15 years ago
  41. 66042d5 Merge "Adding JSON tests to the complete test suite." by Jesse Wilson · 15 years ago
  42. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  43. fbf1c1c Merge "Filling in some gaps in our XML DOM v3 API." by Jesse Wilson · 15 years ago
  44. 1ec94fe Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 15 years ago
  45. 68e1f2a More DalvikRunner cleanup. by Elliott Hughes · 15 years ago
  46. 3fe3b27 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 15 years ago
  47. 195e4d1 Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 15 years ago
  48. 6934977 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 15 years ago
  49. 1d1f924 Merge "HTTP headers should be case-insensitive but case-preserving." into dalvik-dev by Elliott Hughes · 15 years ago
  50. 84e7874 Make DalvikRunner work on production devices too. by Elliott Hughes · 15 years ago
  51. 2f650ee Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the by Barry Hayes · 15 years ago
  52. 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 · 15 years ago
  53. 48f55cc Eliminate the heap chunk abstraction. This temporarily breaks the by Carl Shapiro · 15 years ago
  54. 6feeef3 Merge "Detect system-wide safe mode and configure the VM accordingly." into dalvik-dev by Ben Cheng · 15 years ago
  55. b804353 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  56. e3f55fe HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 15 years ago
  57. 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 · 15 years ago
  58. 73c8bbb Fixing packages for JSON tests by Jesse Wilson · 15 years ago
  59. dcdc579 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 15 years ago
  60. 67f4459 First round of tests for the subset of the org.json in Android. by Jesse Wilson · 15 years ago
  61. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  62. 142ea3c Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 15 years ago
  63. ea9032e Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 15 years ago
  64. 92e5535 Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  65. 0233201 Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 15 years ago
  66. bce4415 Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 15 years ago
  67. 4268643 Fix FindBugs' "high" warnings about java.lang.Class. by Elliott Hughes · 15 years ago
  68. c12a37b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  69. 0022418 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  70. 5efe9d6 Merge "Reverting our test runner's background building behaviour." by Jesse Wilson · 15 years ago
  71. 4547cd2 Reverting our test runner's background building behaviour. by Jesse Wilson · 15 years ago
  72. cf0c910 Flan -> Froyo by Andy McFadden · 15 years ago
  73. dc38147 Densely allocate mspaces. New heaps are started on the page following by Carl Shapiro · 15 years ago
  74. eada008 Eliminate unused variable warnings in the alloc code. In the places by Carl Shapiro · 15 years ago
  75. b2cebc7 Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev by Elliott Hughes · 15 years ago
  76. deacd76 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 15 years ago
  77. 8482ba2 Merge "Use one method to create a Locale from a String." into dalvik-dev by Elliott Hughes · 15 years ago
  78. b0e5963 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 15 years ago
  79. aa39195 Use one method to create a Locale from a String. by Elliott Hughes · 15 years ago
  80. 4b7692c Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 15 years ago
  81. 6461d8f Remove some potential test flakiness. by Elliott Hughes · 15 years ago
  82. e3b632a Merge "Do not include assert.h in places where it may shadow the definition provided by Common.h if WITH_DALVIK_ASSERTS is defined. The include from HeapBitmap.h was notable as it redefined the Dalvik friendly assert macro with the useless libc macro across all of the GC sources." into dalvik-dev by Carl Shapiro · 15 years ago
  83. b1268c6 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 15 years ago
  84. 81f3bf9 Do not include assert.h in places where it may shadow the definition by Carl Shapiro · 15 years ago
  85. 4b7d117 Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
  86. d1f6dd0 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 15 years ago
  87. 2d0dc3d Merge "Support per-application switch to execute the VM in safe mode." into dalvik-dev by Ben Cheng · 15 years ago
  88. 6c231cf Merge "Minor dexdeps touchups." by Andy McFadden · 15 years ago
  89. f07520e Minor dexdeps touchups. by Andy McFadden · 15 years ago
  90. bcbf508 Merge "Use ashmem to create the JIT code cache." by Ben Cheng · 15 years ago
  91. 59075bc Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
  92. 278317f Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
  93. 54472f0 Merge "Jit: Minor codegen tuning." by Bill Buzbee · 15 years ago
  94. 1e597f1 Merge "Allocate a contiguous region of virtual memory to be subdivided among the various heaps managed by the garbage collector. Because we cannot tell how far the break has been advanced by morecore, we over allocate virtual memory and grain each heap on a multiple of the maximum heap size. If we could reckon the position of the break, we could allocate just as many pages as required. This requires exporting more state from mspace.c, a refinement I will reserve for a future change list." into dalvik-dev by Carl Shapiro · 15 years ago
  95. ec53201 Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
  96. 2f4bbf1 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 15 years ago
  97. 2b1267b Merge "Fixing some of our XSLT implementation issues." by Jesse Wilson · 15 years ago
  98. b328dee am a38780c9: merge from open-source master by The Android Open Source Project · 15 years ago
  99. a6bb789 Make DalvikRunner more resilient to running immediately after device reboot by Brian Carlstrom · 15 years ago
  100. 11a371f Allocate a contiguous region of virtual memory to be subdivided among by Carl Shapiro · 15 years ago