summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Don't pay for filename/line number lookup unless you need to.gingerbreadpeshovec2013-03-121-31/+31
* Merge "Undecoded jobject leaking in through attachThread" into gingerbreadJef Oliver2013-03-111-1/+3
|\
| * Undecoded jobject leaking in through attachThreadpeshovec2012-03-141-1/+3
* | Merge "Restore fp after calling JNI method in allstubs interpreter" into ging...Jef Oliver2013-03-115-5/+10
|\ \
| * | Restore fp after calling JNI method in allstubs interpreterChris Dearman2012-03-265-5/+10
| |/
* | Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAll...Jef Oliver2013-03-111-42/+35
|\ \
| * | cleanup redundant interfaces from iftable to avoid excessive LinearAlloc usepeshovec2012-03-101-42/+35
| |/
* | Merge "Fixing a crash when doing lock profiling" into gingerbreadJef Oliver2013-03-111-2/+2
|\ \
| * | Fixing a crash when doing lock profilingMattias Petersson2012-04-081-2/+2
* | | Merge "Fix memory leaking in the VM" into gingerbreadDanny Baumann2012-09-182-0/+5
|\ \ \
| * | | Fix memory leaking in the VMRobert CH Chou2012-03-202-0/+5
| | |/ | |/|
* | | Merge "Don't malloc between fork and exec" into gingerbreadDanny Baumann2012-09-181-1/+1
|\ \ \
| * | | Don't malloc between fork and execpeshovec2012-03-101-1/+1
| |/ /
* | / Added missing <include sys/resource.h> for gcc > 4.7.0xkonni2012-09-021-1/+8
| |/ |/|
* | Obvious mix of = and ==Mark Gordon2012-04-051-1/+1
|/
* Merge branch 'gingerbread' of git://git.omapzoom.org/platform/dalvik into 237cm-7.1.0gingerbread-releaseSteve Kondik2011-09-29126-874/+993
|\
| * Update to allow x86-atom build for FI on GingerbreadJohnnie Birch2011-06-09122-913/+985
| * Combined patch from master branchBruce Beare2011-06-0912-151/+198
* | Fix uninitialized variable warning pointed out by gcc flag -fdata-sectionsJim Huang2011-09-201-0/+1
* | Fixed leak of real object pointer. Only a problem when using indirect refs.Mark Gordon2011-05-181-1/+1
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/dalvik in...cm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-02-286-20/+79
|\|
| * Use bcopy() to move object refs around within an array. DO NOT MERGE.Dan Bornstein2011-01-271-11/+38
| * Handle the case of referent clearing during tracing.Carl Shapiro2011-01-121-3/+5
| * Parameterize instance counting to include subclasses.Carl Shapiro2011-01-043-5/+36
| * Fix for Issue 3161543 - Remove stray line of code in JITbuzbee2010-11-301-1/+0
* | Fix armv6j codegen templatesRicardo Cerqueira2010-12-232-1/+11
* | Add support for the armv6-vfp processor targetRicardo Cerqueira2010-12-2040-2/+14220
* | Add support for the armv6j processor targetRicardo Cerqueira2010-12-2038-2/+15081
|/
* Set capabilities sooner.Andy McFadden2010-10-271-5/+56
* Fix for array lower-bound check for count-down loops.Ben Cheng2010-10-251-4/+5
* Fix class loader interning following a String.intern.Carl Shapiro2010-10-191-8/+58
* Merge "Exit early if the we encounter a null reference." into gingerbreadCarl Shapiro2010-10-181-1/+4
|\
| * Exit early if the we encounter a null reference.Carl Shapiro2010-10-181-1/+4
* | Pop call frame before boxing resultAndy McFadden2010-10-182-3/+17
|/
* x86 mterp: fix cherry-pick/merge, issue 3095771buzbee2010-10-142-2/+2
* Add include guards to avoid multiple definitions.Carl Shapiro2010-10-111-0/+5
* Merge "Use the break position of the current mspace for sizing the zygote hea...Carl Shapiro2010-10-101-6/+5
|\
| * Use the break position of the current mspace for sizing the zygote heap.Carl Shapiro2010-10-101-6/+5
* | Verify method invocation type.Andy McFadden2010-10-101-4/+31
|/
* Merge "Include static fields when dumping class objects." into gingerbreadCarl Shapiro2010-10-011-6/+41
|\
| * Include static fields when dumping class objects.Carl Shapiro2010-10-011-6/+41
* | Merge "Change Runtime.nativeLoad to return the dlerror(3) string." into ginge...Elliott Hughes2010-10-013-137/+27
|\ \
| * | Change Runtime.nativeLoad to return the dlerror(3) string.Elliott Hughes2010-09-303-137/+27
| |/
* | GC Card marking fix for SPUT_OBJECT - use correct object headbuzbee2010-09-3010-68/+57
* | Correct dexopt for uniprocessors.Andy McFadden2010-09-303-4/+17
|/
* Merge "After trimming, set the footprint to the number of pages in use." into...Carl Shapiro2010-09-291-0/+1
|\
| * After trimming, set the footprint to the number of pages in use.Carl Shapiro2010-09-281-0/+1
* | Merge "Update the card table scanning for header-only card marks." into ginge...Carl Shapiro2010-09-292-74/+29
|\ \
| * | Update the card table scanning for header-only card marks.Carl Shapiro2010-09-292-74/+29
| |/
* | Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-282-0/+2