1. 4abe401 Update a few things in x86-atom. by Andy McFadden · 15 years ago
  2. e84bea9 Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file." by Brian Carlstrom · 15 years ago
  3. c85663a Merge "Fix a couple of typos in JIT function names." by Elliott Hughes · 15 years ago
  4. e065179 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 15 years ago
  5. ac9f211 Merge "Jit: fix typo that caused incorrect def mask for blr's." by Bill Buzbee · 15 years ago
  6. 6a55513 Fix a couple of typos in JIT function names. by Elliott Hughes · 15 years ago
  7. d867b23 Jit: fix typo that caused incorrect def mask for blr's. by Bill Buzbee · 15 years ago
  8. f76b01c Merge "Document that Class.getSigners() always returns null." by Elliott Hughes · 15 years ago
  9. 118193d Document that Class.getSigners() always returns null. by Elliott Hughes · 15 years ago
  10. ca5ac87 Merge "Rearrange JDWP cleanup." by Andy McFadden · 15 years ago
  11. d8cc332 Rearrange JDWP cleanup. by Andy McFadden · 15 years ago
  12. 4d5e5a0 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
  13. cbcd79b Merge "Print "JIT" in the thread dump if the top frame is in JIT'ed code." by Ben Cheng · 15 years ago
  14. ae9cc0e Merge "Added printf attribute to exception function." by Andy McFadden · 15 years ago
  15. dc4a928 Print "JIT" in the thread dump if the top frame is in JIT'ed code. by Ben Cheng · 15 years ago
  16. b4c0597 Optimize more easy multiplications by constants. by Elliott Hughes · 15 years ago
  17. 88a0f97 Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
  18. 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
  19. 1183496 Clarify a few items in the dex spec. by Dan Bornstein · 15 years ago
  20. d452447 Added printf attribute to exception function. by Andy McFadden · 15 years ago
  21. ba05d3b Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 15 years ago
  22. 4795e03 Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 15 years ago
  23. 606d8d2 Implementing still more DOM API for text nodes. by Jesse Wilson · 15 years ago
  24. e15a8eb Add class init stats to alloc counters (API change). by Andy McFadden · 15 years ago
  25. 60a6577 Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
  26. 01961a9 Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 15 years ago
  27. 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
  28. d1ad6ae DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
  29. 02f3081 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  30. b0d01b0 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
  31. 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
  32. 05c9d91 Add a test case for the jsr / invoke bug. (See the included by Dan Bornstein · 15 years ago
  33. e05ff80 Merge "Removing dead code from BigInt" by Jesse Wilson · 15 years ago
  34. 4fc1963 Merge "More XML DOM v3 APIs." by Jesse Wilson · 15 years ago
  35. cacbb89 More XML DOM v3 APIs. by Jesse Wilson · 15 years ago
  36. 740d52d Removing dead code from BigInt by Jesse Wilson · 15 years ago
  37. 02e6db7 Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  38. 42d938e Merge "Disable JIT for armv5te for A/B tests." by Ben Cheng · 15 years ago
  39. f6f8af0 Disable JIT for armv5te for A/B tests. by Ben Cheng · 15 years ago
  40. 12547dd DOM setTextContent() tests and implementation fixes. by Jesse Wilson · 15 years ago
  41. 8933c0c Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 15 years ago
  42. 7f430c9 Removing bogus check to permit on-host debugging. by Jesse Wilson · 15 years ago
  43. e6d6ded Merge "Adding JSON tests to the complete test suite." by Jesse Wilson · 15 years ago
  44. 0ce40a0 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  45. 71ffc9b Merge "Filling in some gaps in our XML DOM v3 API." by Jesse Wilson · 15 years ago
  46. a76b64a Filling in some gaps in our XML DOM v3 API. by Jesse Wilson · 15 years ago
  47. 5b7369b More DalvikRunner cleanup. by Elliott Hughes · 15 years ago
  48. db54bf2 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 15 years ago
  49. b866d8f Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 15 years ago
  50. 2215bd2 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 15 years ago
  51. 3214310 Make DalvikRunner work on production devices too. by Elliott Hughes · 15 years ago
  52. 1fdd04d Fixing packages for JSON tests by Jesse Wilson · 15 years ago
  53. 6aa3442 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 15 years ago
  54. e776e8a First round of tests for the subset of the org.json in Android. by Jesse Wilson · 15 years ago
  55. e74e4f0 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  56. f087cee Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 15 years ago
  57. 8b2042c Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 15 years ago
  58. dc9ca2a Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 15 years ago
  59. ea5c07a Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 15 years ago
  60. 6bbdd6b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  61. f30acbb Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  62. c0717b9 Merge "Reverting our test runner's background building behaviour." by Jesse Wilson · 15 years ago
  63. 262d77b Reverting our test runner's background building behaviour. by Jesse Wilson · 15 years ago
  64. af19f59 Flan -> Froyo by Andy McFadden · 15 years ago
  65. 3efafc8 Merge "Minor dexdeps touchups." by Andy McFadden · 15 years ago
  66. 00da1fe Minor dexdeps touchups. by Andy McFadden · 15 years ago
  67. 6a41dfe Merge "Use ashmem to create the JIT code cache." by Ben Cheng · 15 years ago
  68. 7c4afdb Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
  69. 9ebb8b8 Merge "Jit: Minor codegen tuning." by Bill Buzbee · 15 years ago
  70. 78cb0e2 Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
  71. 2583639 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 15 years ago
  72. 609b509 Merge "Fixing some of our XSLT implementation issues." by Jesse Wilson · 15 years ago
  73. 8d9dc3b am a38780c9: merge from open-source master by The Android Open Source Project · 15 years ago
  74. 2894afb Make DalvikRunner more resilient to running immediately after device reboot by Brian Carlstrom · 15 years ago
  75. a38780c merge from open-source master by The Android Open Source Project · 15 years ago
  76. 9eb312b Add a general-purpose scoped pointer for libcore JNI. by Elliott Hughes · 16 years ago
  77. 1357e94 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 15 years ago
  78. fb1a807 Fixing some of our XSLT implementation issues. by Jesse Wilson · 16 years ago
  79. 3f39a5f Merge "Support per-application switch to execute the VM in safe mode." by Ben Cheng · 15 years ago
  80. 24e3c64 Merge "Added LDMIA/STMIA support to Self Verification mode." by Jeff Hao · 15 years ago
  81. ecbfbb2 Merge "Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets a read timeout that only applies to the SSL handshake step." by Dan Egnor · 15 years ago
  82. 756a4c5 Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets by Dan Egnor · 15 years ago
  83. 5cbd2cb Fix NamingPatternCodeFinder to detect final classes by Brian Carlstrom · 15 years ago
  84. c4c0440 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
  85. 121ea79 Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 15 years ago
  86. 35de890 Merge "Remove TestRunner.success field / Make postCompileTest return void" by Brian Carlstrom · 15 years ago
  87. 7fbc39c Remove TestRunner.success field / Make postCompileTest return void by Brian Carlstrom · 15 years ago
  88. 91080d2 Added missing break statements and improved debugging in SelfVerification. by jeffhao · 15 years ago
  89. 769ccf5 Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 16 years ago
  90. f434b16 Added support for filter in dmtracedump tool, along with some test cases. by Rodrigo Ipince · 16 years ago
  91. b9b6606 Fix for unmatched entry/exit points in test traces by Rodrigo Ipince · 16 years ago
  92. 17f843d Merge "Jit: Phase 1 of register utility cleanup/rewrite - the great renaming" by Bill Buzbee · 15 years ago
  93. c6f1066 Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 15 years ago
  94. 0fe1457 Merge "DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change" by Brian Carlstrom · 15 years ago
  95. 3679450 DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change by Brian Carlstrom · 16 years ago
  96. 3e5cd17 Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 15 years ago
  97. 96cfe6c Jit: Startup/Shutdown cleanup by Bill Buzbee · 15 years ago
  98. 5540f6e Jit: Remove references to interpState from C interpreter by Bill Buzbee · 15 years ago
  99. 7b133ef Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 16 years ago
  100. dbcc7c4 Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" by Bill Buzbee · 16 years ago