summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use GCC visibility to reduce the size of libdvm by 10%froyo-stablefroyoJim Huang2010-11-208-0/+70
* dalvik: Finish armv6-vfp supportRicardo Cerqueira2010-11-0938-59/+2522
* dalvik: add support for armv6-vfp processor targetGary King2010-11-094-1/+11357
* Rebuild generated files prior to changing armv5te to arvm6j.Koushik Dutta2010-09-141-9/+9
* This breaks hero and heroc.Koushik Dutta2010-09-142-34/+1
* Add support for armv6j for MSM7200A boards.Koushik Dutta2010-09-0439-11/+14723
* Enable armv6 support for armv5te (MSM7200A) archAlex Boag-Munroe2010-08-242-1/+34
* Add attempts to GC before failing external allocations.Johan Redestig2010-07-261-3/+65
* Add/Remove Some @KnownFailure AnnotationsBrian Muramatsu2010-07-224-5/+5
* JIT: Fix for 2813841, use core regs for sub-word dataBill Buzbee2010-07-224-18/+38
* Jit: Fix for 2793725 SIGSEGV in JIT code cacheBill Buzbee2010-07-221-0/+2
* Compile in JIT support for all devices.ctso2010-07-021-4/+0
* Allow system property to disable use of /cache for dexfiles.ctso2010-06-241-2/+9
* DexOpt anything in /system on /cachectso2010-06-241-1/+24
* Revert dexopt on /cache until we can figure out what is going on.ctso2010-06-241-40/+3
* Allow system property to disable use of /cache for dexfiles.Steve Kondik2010-06-231-2/+9
* Use SD_EXT_DIRECTORY variablectso2010-06-231-1/+1
* Added cacheRoot and sdExtRoot variables, sdExtRoot apps get dexopt'd on sdExt...Chris Soyars2010-06-231-4/+27
* Use /cache/dalvik-cache for system dex files.Steve Kondik2010-06-231-3/+10
* Don't build dx if it's an app-only build.Ying Wang2010-06-112-1/+9
* Add /proc/pid/task/tid/schedstat info to thread stack dumpsChristopher Tate2010-06-021-0/+15
* Jit: Fix for 2717275 First JIT bug reported by external developersbuzbee2010-05-261-3/+9
* Disable SSL Session Ticket extension for OpenSSLSocketBrian Carlstrom2010-05-131-2/+3
* Merge "Remove test runner tool vogar from Froyo." into froyoJesse Wilson2010-05-1064-6608/+0
|\
| * Remove test runner tool vogar from Froyo.Jesse Wilson2010-05-1064-6608/+0
* | b/2663512: "java.io.IOException: SSL shutdown failed.: Ok" shouldn't dump a s...Brian Carlstrom2010-05-071-65/+17
* | Revert "Plug leak in class initialization."Dan Egnor2010-05-062-46/+10
* | Plug leak in class initialization.Andy McFadden2010-05-062-10/+46
* | DO NOT MERGE: Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-05-066-196/+135
|/
* Fixing bulk reads in ByteArray.MyInputStreamJesse Wilson2010-05-051-19/+1
* Fix breakpoint handling on switch statements.Andy McFadden2010-05-031-4/+42
* Merge "Throw an exception in JIT'ed code if dvmFindInterfaceMethodInCache ret...Ben Cheng2010-05-021-58/+80
|\
| * Throw an exception in JIT'ed code if dvmFindInterfaceMethodInCache returns NULLBen Cheng2010-05-021-58/+80
* | Merge "Fix a memory ordering bug when updating the inline cache for predicted...Ben Cheng2010-05-024-6/+38
|\ \ | |/ |/|
| * Fix a memory ordering bug when updating the inline cache for predicted chaining.Ben Cheng2010-04-304-6/+38
* | Backport the setFixedLengthStreamingMode fix to froyo.Elliott Hughes2010-04-302-157/+354
|/
* Fix dexdump to build in Windows SDK under LinuxRaphael2010-04-231-0/+6
* Fix a deadlock in the breakpoint code.Andy McFadden2010-04-234-144/+73
* Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
* Merge "Remove dangerous logging code from unlockMonitor. It is unsafe to der...Carl Shapiro2010-04-201-4/+2
|\
| * Remove dangerous logging code from unlockMonitor. It is unsafe toCarl Shapiro2010-04-201-4/+2
* | Update the ssl test so the client reads something from the server.Huahui Wu2010-04-202-16/+51
|/
* Fix remaining small issues with the lock sampling.Carl Shapiro2010-04-193-8/+8
* Fix several issues with the lock sampling code. This change obsoletesCarl Shapiro2010-04-161-10/+16
* Add a mechanism to long a sample of long running lock acquisitions.Carl Shapiro2010-04-143-13/+112
* DO NOT MERGE. Suppressing tests that fail in CTS' test runner.Jesse Wilson2010-04-1410-0/+15
* Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader.Jesse Wilson2010-04-131-5/+7
* Fix SSL_shutdown error reporting to print a proper error instead of "Ok"Brian Carlstrom2010-04-091-1/+2
* Merge "Adding support for hash '#' comments to our JSON parser." into froyoJesse Wilson2010-04-063-30/+70
|\
| * Adding support for hash '#' comments to our JSON parser.Jesse Wilson2010-04-063-30/+70