- 6e963e1 Trace profiling support for the jit by Bill Buzbee · 16 years ago
- f5098f4 Modularize architecture selection. by Andy McFadden · 16 years ago
- 5576e11 Merge change 4534 by Android (Google) Code Review · 16 years ago
- 1b2e8c5 Merge change 4495 by Android (Google) Code Review · 16 years ago
- 2aa4361 Reduce VM aborts during high CPU stress. by Andy McFadden · 16 years ago
- 3a900bb Use RFC3493-conformant IPv6 headers. by Lorenzo Colitti · 16 years ago
- e9695e5 Implemented peephole optimizations including null-check elimination, redundant ld/st elimination, ad-hoc register renaming and store sinking. by Ben Cheng · 16 years ago
- 3b36870 Merge change 4372 by Android (Google) Code Review · 16 years ago
- 904ad5e am 5f9aa938: Merge change 4334 into donut by Android (Google) Code Review · 16 years ago
- 7c7e2c1 Merge change 4335 by Android (Google) Code Review · 16 years ago
- 5f9aa93 Merge change 4334 into donut by Android (Google) Code Review · 16 years ago
- d45ba37 Add arm vfp support for the Jit by Bill Buzbee · 16 years ago
- 6c26ab2 Don't throw away the return value of connect(). by Lorenzo Colitti · 16 years ago
- 57ea16e Don't init class during reflection signature scan. by Andy McFadden · 16 years ago
- 77a0d8e Modified Thread to copy the context class loader from parent to child threads. Re-enabled test that covers this. Removed security-related code from test since it was invalid (the security check by crazybob · 16 years ago
- eba51c2 Merge change 4254 by Android (Google) Code Review · 16 years ago
- d92947a Define wrappers for connect() and bind() to support IPv6. by Lorenzo Colitti · 16 years ago
- 80d25ea Treat some right shifts as narrowing conversions. by Andy McFadden · 16 years ago
- 7638ce7 am ed3c841b: Adding: QuoVadis Root Certification Authority QuoVadis Root CA 2 QuoVadis Root CA 3 by Nagendra Modadugu · 16 years ago
- ed3c841 Adding: by Nagendra Modadugu · 16 years ago
- 51df943 am 593d6c7c: Copy the correct number of bytes for IPv6 addresses in InetAddress_gethostbyaddr by Lorenzo Colitti · 16 years ago
- 042002a Merge change 4123 by Android (Google) Code Review · 16 years ago
- 593d6c7 Copy the correct number of bytes for IPv6 addresses in InetAddress_gethostbyaddr by Lorenzo Colitti · 16 years ago
- d8125c6 Added a VFP utility function for future use. by Andy McFadden · 16 years ago
- 1ce69ff am 729c7056: Test and fix for the ArrayList.addAll(), bug 2954. by Jesse Wilson · 16 years ago
- 5668253 Merge change 3997 by Android (Google) Code Review · 16 years ago
- 729c705 Test and fix for the ArrayList.addAll(), bug 2954. by Jesse Wilson · 16 years ago
- e514d37 Merge change 4006 by Android (Google) Code Review · 16 years ago
- 6208f32 Test and fix for the ArrayList.addAll(), bug 2954. by Jesse Wilson · 16 years ago
- 968d32c Rename vfp to arm-vfp. by Andy McFadden · 16 years ago
- 96b2060a Give dx a large max heap size by default. by Dan Bornstein · 16 years ago
- b266e68 Merge change 2279 by Android (Google) Code Review · 16 years ago
- 065d1b2 am 32c0ded2: Fix internal issue #1898791 ("PlatformAddressFactory PlatformAddress cache causes memory to not be freed in a timely manner."). by Dan Bornstein · 16 years ago
- e80a098 Merge change 3764 by Android (Google) Code Review · 16 years ago
- b5f64bc Allow {iput,sput}-boolean on a byte value. by Andy McFadden · 16 years ago
- 32c0ded Fix internal issue #1898791 ("PlatformAddressFactory PlatformAddress cache by Dan Bornstein · 16 years ago
- 0ce9da5 Merge change 3512 by Android (Google) Code Review · 16 years ago
- 29bd506 Merge change 3625 by Android (Google) Code Review · 16 years ago
- f58a5f3 At least mostly-fix internal issue #1898095 / public issue #2868. by Dan Bornstein · 16 years ago
- 407a201 Updating archive to Harmony r772995. by Jesse Wilson · 16 years ago
- 422aa1c Bump from 1.0.1 to 1.1.0. by Andy McFadden · 16 years ago
- 2717622 Makes the primary Jit table growable. Also includes a change suggested earlier by Dan to use a pre-defined mask in the hash function. Reduce the default JitTable size from 2048 entries to 512 entries. by Bill Buzbee · 16 years ago
- 0d0a787 Merge change 3531 by Android (Google) Code Review · 16 years ago
- 1efc9c5 Fix two codegen problems: out-of-bound PC-relative addresses and missing branch to the chaining cell at the end of non-branch-ending basic blocks. by Ben Cheng · 16 years ago
- 445194b Correct instruction width for move-wide/16. by Andy McFadden · 16 years ago
- 43c01df "resolved conflicts for merge of 3a73bd to master" by Andy McFadden · 16 years ago
- 46cd5b6 Support for stopping all threads in a Jit environment. by Bill Buzbee · 16 years ago
- 39727af Merge change 3378 by Android (Google) Code Review · 16 years ago
- 1da1216 Swap the meaning of r7 and r8. by Andy McFadden · 16 years ago
- f3bdad5 remove all references to LogSocket.h by Mathias Agopian · 16 years ago
- 3a73bd9 Fix JNI GetDirectBufferAddress. by Andy McFadden · 16 years ago
- 183ce58 Handle profiling buffer underrun. by Andy McFadden · 16 years ago
- bd044e0 Fix the sim build on systems that have old versions of the glibc headers. by Lorenzo Colitti · 16 years ago
- 0c18c83 Merge change 3242 by Android (Google) Code Review · 16 years ago
- 3dea68e Move LOG_TAG above the includes. by Andy McFadden · 16 years ago
- 8243eac Merge change 3222 by Android (Google) Code Review · 16 years ago
- 6630855 Merge change 2832 by Android (Google) Code Review · 16 years ago
- ee7d15a Unbreak sim build. by Lorenzo Colitti · 16 years ago
- ba4fc8b Initial port of the Dalvik JIT enging to the internal repository. by Ben Cheng · 16 years ago
- 6196d15 Retry on all ADB failures. by Andy McFadden · 16 years ago
- 3361e3c Merge change 2972 by Android (Google) Code Review · 16 years ago
- 3de58c5 Merge change 2920 by Android (Google) Code Review · 16 years ago
- eaf2ee0 Use monotonic clock for HeapWorker trim scheduling. by Andy McFadden · 16 years ago
- deeb93c Make native socket code address-independent in preparation for IPv6 support. by Lorenzo Colitti · 16 years ago
- 34f33c5 Fix buffer overrun in DDM heap upload. by Andy McFadden · 16 years ago
- e676e4d am 29febc56: Merge change 2454 into donut by Android (Google) Code Review · 16 years ago
- 29febc5 Merge change 2454 into donut by Android (Google) Code Review · 16 years ago
- 201a6b5 Added an explicit "shutting down" flag. by Andy McFadden · 16 years ago
- 5dd400e am 744ab6b4: Merge change 2619 into donut by Android (Google) Code Review · 16 years ago
- 744ab6b Merge change 2619 into donut by Android (Google) Code Review · 16 years ago
- b389141 Merge change 2765 by Android (Google) Code Review · 16 years ago
- 74485f5 am e406b316: Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecoderICU. by Mihai Preda · 16 years ago
- 38214bb Move stuff around in an attempt to make VFP faster. by Andy McFadden · 16 years ago
- 44c85b9 Merge change 2710 by Android (Google) Code Review · 16 years ago
- 800ef8b Rename TARGET_ARCH_VERSION into TARGET_ARCH_VARIANT by David 'Digit' Turner · 16 years ago
- 305efe6 Prevent JDWP thread death when adbd dies. by Andy McFadden · 16 years ago
- 0d11781 InetAddress: Stop logging DNS lookups to logcat. by Mike Lockwood · 16 years ago
- 495daca Reactivating tests disabled because of ClassLoader loop by Urs Grob · 16 years ago
- 86c8643 Correct some things in test 068. Add detail to a verification error message. by Andy McFadden · 16 years ago
- e7b3094 Another fix for external bug 2711 (over-eager conflicting class rejection). by Andy McFadden · 16 years ago
- 686e1e2 Correct handling of certain incompatible class changes. by Andy McFadden · 16 years ago
- cab8be0 Fix for external bug 2711, over-eager conflicting class rejection. by Andy McFadden · 16 years ago
- e406b31 Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecoderICU. by Mihai Preda · 16 years ago
- f8f02bd Merge change 2346 by Android (Google) Code Review · 16 years ago
- 1b58958 Ignore missing bootstrap class path jars after printing a warning. by Andy McFadden · 16 years ago
- 17371fa am 84938760: Code to reuse PlatformAddress objects. Minimizing garbage creation on the framework level and reducing the number of runtime GC-hiccups for OpenGL apps and animations. 2nd version: complete rewrite using 8 bit hash, up to 5 probes, cycle through probes cache replacement. (Thank you MichaelDt for your help.) - 1st amend: applied requested modifications - 2nd amend: comment openers, curly bracket by t.mehrvarz · 16 years ago
- 8493876 Code to reuse PlatformAddress objects. Minimizing garbage creation on the framework level and reducing the number of runtime GC-hiccups for OpenGL apps and animations. by t.mehrvarz · 16 years ago
- 9fe214a am d3c6d366: Merge change 1987 into donut by Android (Google) Code Review · 16 years ago
- d3c6d36 Merge change 1987 into donut by Android (Google) Code Review · 16 years ago
- 5b7abc5 Add tracing of native function calls to Dalvik. by Jack Veenstra · 16 years ago
- d22d2e2 Merge change 1981 by Android (Google) Code Review · 16 years ago
- a80b765 Added basic VFP support to Dalvik interpreter. by Andy McFadden · 16 years ago
- 4b4413a Fix up the last handful of FindBugs complaints. by Dan Bornstein · 16 years ago
- 55423dc Fix a bunch of little problems noticed by FindBugs, and cleaned up some by Dan Bornstein · 16 years ago
- b51ea11 Defer reporting of certain verifier failures. by Andy McFadden · 16 years ago
- d575a88 am 7ccb7a6a: Increase the number of entries set aside for zygote initiating loader lists. by Andy McFadden · 16 years ago
- 7ccb7a6 Increase the number of entries set aside for zygote initiating loader lists. by Andy McFadden · 16 years ago
- 59b6177 Check object types when native code returns. by Andy McFadden · 16 years ago
- e943d0d Return an Object[][] rather than an Object[]. by Andy McFadden · 16 years ago
- 192d1cc Merge change 1563 by Android (Google) Code Review · 16 years ago