summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix for use of UNPREDICTABLE register combinationeclairDave Butcher2010-06-075-10/+10
* InterpAsm: Disable vfp in OP_CMPL and OP_CMPG for float and double operandsNaresh Babu Saladi2010-05-081-104/+260
* Revert "Apply Dalvik ARM FPU handling optimizations."Steve Kondik2010-04-201-128/+40
* Merge branch 'master' of git://android.git.kernel.org/platform/dalvik into HEADSteve Kondik2010-03-30293-7/+32835
|\
| * Merge "This is a contribution of x86-atom targeted assembly for the fast byte...Andy McFadden2010-02-23293-7/+32835
| |\
| | * This is a contribution of x86-atom targeted assembly for the fast byte-code i...Johnnie Birch2010-02-22293-7/+32835
| * | am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception con...Dan Bornstein2009-12-071-13/+54
| |\ \
| * \ \ am bb710e32: Remove ((noreturn)) from dvmAbort().Andy McFadden2009-09-241-5/+7
| |\ \ \
| * \ \ \ am bdfa9937: Merge change 25979 into eclairDavid 'Digit' Turner2009-09-211-0/+2
| |\ \ \ \
| * \ \ \ \ am da03242f: Merge change 24840 into eclairSan Mehat2009-09-143-74/+8
| |\ \ \ \ \
| * \ \ \ \ \ am efa0dcd5: Merge change 24508 into eclairBob Lee2009-09-116-137/+229
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid() vs. gettid(...San Mehat2009-09-103-14/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 03c7547c: Merge change 24425 into eclairSan Mehat2009-09-105-7/+47
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 500464de: DO NOT MERGE: Do not enable JIT_TUNING and assertion by default ...Ben Cheng2009-09-091-4/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 9dc72a3c: Modified Thread.c to allow sampling profiler thread in zygote. A...Bob Lee2009-09-083-29/+198
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am ed974e9e: Merge change 23724 into eclairMarco Nelissen2009-09-021-1/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am c19d2a1d: Fix two calls to memset(3) whose arguments were reversed.Elliott Hughes2009-09-021-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-09-012-43/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Apply Dalvik ARM FPU handling optimizations.Jim Huang2010-03-221-40/+128
* | | | | | | | | | | | | | | Merge branch 'eclair' of git://android.git.kernel.org/platform/dalvik into ec...Steve Kondik2010-02-011-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Two exception-related tweaks: (1) Make the dynamic exception constructionDan Bornstein2009-12-071-13/+54
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Remove ((noreturn)) from dvmAbort().Andy McFadden2009-09-241-5/+7
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Allow dalvik pre-optimization to run in ARMv7 emulator.David 'Digit' Turner2009-09-211-0/+2
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | dalvik: Switch to common cutils sched_policy apiSan Mehat2009-09-123-74/+8
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Addressed reviewer comments.Bob Lee2009-09-116-137/+229
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bugSan Mehat2009-09-103-14/+9
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge change 24425 into eclairAndroid (Google) Code Review2009-09-105-7/+47
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | vm: Add support for using scheduler policies instead of cgroupsSan Mehat2009-09-105-7/+47
| | | |_|_|_|/ / | | |/| | | | |
| * / | | | | | DO NOT MERGE: Do not enable JIT_TUNING and assertion by default with JIT.Ben Cheng2009-09-091-4/+2
| |/ / / / / /
| * | | | / / Modified Thread.c to allow sampling profiler thread in zygote. Added a functi...Bob Lee2009-09-063-29/+198
| | |_|_|/ / | |/| | | |
| * | | | | Merge change 23724 into eclairAndroid (Google) Code Review2009-09-021-1/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix x86 call bridgeMarco Nelissen2009-09-021-1/+2
| | |/ / /
| * / / / Fix two calls to memset(3) whose arguments were reversed.Elliott Hughes2009-09-021-2/+1
| |/ / /
| * | | Expand indirect reference ifdefs.Andy McFadden2009-08-283-21/+35
| * | | Fix reporting of certain verify errors.Andy McFadden2009-08-284-26/+77
| * | | Fix some JNI indirect reference stuff.Andy McFadden2009-08-274-37/+86
| * | | Another round of scary indirect ref changes.Andy McFadden2009-08-2531-415/+709
| * | | Use local references for native method args.Andy McFadden2009-08-246-123/+335
| * | | Set os.arch property from uname().machine.Andy McFadden2009-08-211-8/+1
| * | | Move array pinning out of global references table.Andy McFadden2009-08-212-10/+79
| * | | Merge change 22183 into eclairAndroid (Google) Code Review2009-08-218-402/+563
| |\ \ \
| | * | | Progress toward indirect JNI references.Andy McFadden2009-08-208-402/+563
| * | | | Merge change 22152 into eclairAndroid (Google) Code Review2009-08-202-4/+4
| |\ \ \ \
| | * | | | Fix a couple of compiler warnings.Andy McFadden2009-08-202-4/+4
| | |/ / /
| * / / / Update storage size after expansion.Andy McFadden2009-08-191-0/+1
| |/ / /
| * | | Enable IPv6.Lorenzo Colitti2009-08-181-1/+2
| * | | Merge change 21796 into eclairAndroid (Google) Code Review2009-08-184-10/+4
| |\ \ \
| | * | | Turn down RegisterMap paranoia.Andy McFadden2009-08-184-10/+4
| * | | | Minor tweaks to JNI logging.Andy McFadden2009-08-181-3/+6
| |/ / /
| * | | Continuing evolution of Thumb2 support.Bill Buzbee2009-08-137-111/+434