1. 101cbfe Merge "Implementing the Java 7 APIs for DeflaterOutputStreams." by Jesse Wilson · 15 years ago
  2. 6be6008 Implementing the Java 7 APIs for DeflaterOutputStreams. by Jesse Wilson · 15 years ago
  3. c9b3aeb Prevent java.text.Normalizer from getting a default constructor. by Elliott Hughes · 15 years ago
  4. 042cc58 Merge "Don't call a method that can be overridden from File's constructors." by Elliott Hughes · 15 years ago
  5. 21cb2be Merge "Update local copy of getSchedulerGroup." by Andy McFadden · 15 years ago
  6. fa2ad81 Don't call a method that can be overridden from File's constructors. by Elliott Hughes · 15 years ago
  7. 7f64ede Update local copy of getSchedulerGroup. by Andy McFadden · 15 years ago
  8. 85a3fa2 Merge "Jit: Sapphire tuning - mostly scheduling." by Bill Buzbee · 15 years ago
  9. 1f74863 Jit: Sapphire tuning - mostly scheduling. by Bill Buzbee · 15 years ago
  10. b99b5cd am b16b78db: am 275acdff: Copy Froyo\'s version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
  11. b16b78d am 275acdff: Copy Froyo\'s version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
  12. 275acdf Copy Froyo's version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
  13. d682adf Merge "Switch thread's cgroup during spin-on-suspend." by Andy McFadden · 15 years ago
  14. fb8eb6b Merge "Print the self thread id and the owning thread id in the description of the IllegalMonitorExcpetion throw by unlockMonitor." by Carl Shapiro · 15 years ago
  15. 59c1f5c Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 15 years ago
  16. d2afbcf Switch thread's cgroup during spin-on-suspend. by Andy McFadden · 15 years ago
  17. 971b506 Add our home-grown Normalizer tests. by Elliott Hughes · 15 years ago
  18. 10ebc7d Merge "Implement (but @hide) java.text.Normalizer from Java 6." by Elliott Hughes · 15 years ago
  19. acf4a11 Merge "Implementing almost all of Document.normalizeDocument()." by Jesse Wilson · 15 years ago
  20. e5aa545 Implementing almost all of Document.normalizeDocument(). by Jesse Wilson · 15 years ago
  21. d83c3bd Implement (but @hide) java.text.Normalizer from Java 6. by Elliott Hughes · 15 years ago
  22. 98376a2 Merge "Allow unpriviledged gdbserver to attach to debuggable processes." by David 'Digit' Turner · 15 years ago
  23. 3312e4d Allow unpriviledged gdbserver to attach to debuggable processes. by David 'Digit' Turner · 15 years ago
  24. def26c1 Merge "Added a simple check for stray tracked refs." by Andy McFadden · 15 years ago
  25. 448cc38 Merge "Added an x86-atom "TODO" list." by Andy McFadden · 15 years ago
  26. da7e4c5 Added an x86-atom "TODO" list. by Andy McFadden · 15 years ago
  27. afcd1eb Added a simple check for stray tracked refs. by Andy McFadden · 15 years ago
  28. ad71aa2 Merge "New implementation for DOMConfiguration." by Jesse Wilson · 15 years ago
  29. 21d27c0 New implementation for DOMConfiguration. by Jesse Wilson · 15 years ago
  30. 1652502 Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo." by Elliott Hughes · 15 years ago
  31. a3bd410 Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo. by Elliott Hughes · 15 years ago
  32. fcc61ec Merge "Don't set x86 arch variant." by Andy McFadden · 15 years ago
  33. dd4feb3 Don't set x86 arch variant. by Andy McFadden · 15 years ago
  34. dd55f1b Merge "Adding tests to parse document attributes from the DOM." by Jesse Wilson · 15 years ago
  35. 0baa7c3 Adding tests to parse document attributes from the DOM. by Jesse Wilson · 15 years ago
  36. f109fc4 Merge "Update a few things in x86-atom." by Andy McFadden · 15 years ago
  37. 4abe401 Update a few things in x86-atom. by Andy McFadden · 15 years ago
  38. 40094c1 Tweak the interpreter entries and 2nd level trace filter to capture more traces. by Ben Cheng · 15 years ago
  39. e84bea9 Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file." by Brian Carlstrom · 15 years ago
  40. c85663a Merge "Fix a couple of typos in JIT function names." by Elliott Hughes · 15 years ago
  41. e065179 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 15 years ago
  42. ac9f211 Merge "Jit: fix typo that caused incorrect def mask for blr's." by Bill Buzbee · 15 years ago
  43. 6a55513 Fix a couple of typos in JIT function names. by Elliott Hughes · 15 years ago
  44. d867b23 Jit: fix typo that caused incorrect def mask for blr's. by Bill Buzbee · 15 years ago
  45. f76b01c Merge "Document that Class.getSigners() always returns null." by Elliott Hughes · 15 years ago
  46. 118193d Document that Class.getSigners() always returns null. by Elliott Hughes · 15 years ago
  47. ca5ac87 Merge "Rearrange JDWP cleanup." by Andy McFadden · 15 years ago
  48. d8cc332 Rearrange JDWP cleanup. by Andy McFadden · 15 years ago
  49. 4d5e5a0 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
  50. e11f3fd Print the self thread id and the owning thread id in the description by Carl Shapiro · 15 years ago
  51. cbcd79b Merge "Print "JIT" in the thread dump if the top frame is in JIT'ed code." by Ben Cheng · 15 years ago
  52. ae9cc0e Merge "Added printf attribute to exception function." by Andy McFadden · 15 years ago
  53. dc4a928 Print "JIT" in the thread dump if the top frame is in JIT'ed code. by Ben Cheng · 15 years ago
  54. b4c0597 Optimize more easy multiplications by constants. by Elliott Hughes · 15 years ago
  55. 88a0f97 Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
  56. 59a007b 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
  57. 1183496 Clarify a few items in the dex spec. by Dan Bornstein · 15 years ago
  58. d452447 Added printf attribute to exception function. by Andy McFadden · 15 years ago
  59. ba05d3b Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 15 years ago
  60. 4795e03 Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 15 years ago
  61. 606d8d2 Implementing still more DOM API for text nodes. by Jesse Wilson · 15 years ago
  62. e15a8eb Add class init stats to alloc counters (API change). by Andy McFadden · 15 years ago
  63. 60a6577 Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
  64. 01961a9 Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 15 years ago
  65. cf4e8b0 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
  66. d1ad6ae DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
  67. 02f3081 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  68. b0d01b0 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  69. 22d404a 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
  70. 05c9d91 Add a test case for the jsr / invoke bug. (See the included by Dan Bornstein · 15 years ago
  71. e05ff80 Merge "Removing dead code from BigInt" by Jesse Wilson · 15 years ago
  72. 4fc1963 Merge "More XML DOM v3 APIs." by Jesse Wilson · 15 years ago
  73. cacbb89 More XML DOM v3 APIs. by Jesse Wilson · 15 years ago
  74. 740d52d Removing dead code from BigInt by Jesse Wilson · 15 years ago
  75. 02e6db7 Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  76. 42d938e Merge "Disable JIT for armv5te for A/B tests." by Ben Cheng · 15 years ago
  77. f6f8af0 Disable JIT for armv5te for A/B tests. by Ben Cheng · 15 years ago
  78. 12547dd DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 15 years ago
  79. 8933c0c Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 15 years ago
  80. 7f430c9 Removing bogus check to permit on-host debugging. by Jesse Wilson · 15 years ago
  81. e6d6ded Merge "Adding JSON tests to the complete test suite." by Jesse Wilson · 15 years ago
  82. 0ce40a0 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  83. 71ffc9b Merge "Filling in some gaps in our XML DOM v3 API." by Jesse Wilson · 15 years ago
  84. a76b64a Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 15 years ago
  85. 5b7369b More DalvikRunner cleanup. by Elliott Hughes · 15 years ago
  86. db54bf2 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 15 years ago
  87. b866d8f Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 15 years ago
  88. 2215bd2 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 15 years ago
  89. 3214310 Make DalvikRunner work on production devices too. by Elliott Hughes · 15 years ago
  90. 1fdd04d Fixing packages for JSON tests by Jesse Wilson · 15 years ago
  91. 6aa3442 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 15 years ago
  92. e776e8a First round of tests for the subset of the org.json in Android. by Jesse Wilson · 15 years ago
  93. e74e4f0 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  94. f087cee Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 15 years ago
  95. 8b2042c Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 15 years ago
  96. dc9ca2a Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 15 years ago
  97. ea5c07a Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 15 years ago
  98. 6bbdd6b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  99. f30acbb Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  100. c0717b9 Merge "Reverting our test runner's background building behaviour." by Jesse Wilson · 15 years ago