summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix verification of switch offsets in large methods.Andy McFadden2010-09-282-9/+9
|/
* Merge "Change GC card making to use object head, bug fix for volatile sput ob...buzbee2010-09-2817-151/+176
|\
| * Change GC card making to use object head, bug fix for volatile sput objbuzbee2010-09-2817-151/+176
* | Do not grow if we are invoked for an external allocation.Carl Shapiro2010-09-271-1/+3
|/
* Perform only one garbage collection before attempting a trim.Carl Shapiro2010-09-271-10/+2
* Provide the required out parameter to the trim routine.Carl Shapiro2010-09-271-1/+3
* Merge "Wait for the GC to quiesce before attempting foreground GCs." into gin...Carl Shapiro2010-09-241-23/+87
|\
| * Wait for the GC to quiesce before attempting foreground GCs.Carl Shapiro2010-09-241-23/+87
* | Show errors from getSchedulerGroup().Andy McFadden2010-09-241-25/+34
* | Turn off verbose chatter about libs in /vendorDima Zavin2010-09-231-1/+2
* | Print the JIT codegen type in the VM configuration list.Ben Cheng2010-09-232-1/+2
* | Several fixes for JIT and self-verification under corner cases.Ben Cheng2010-09-228-20/+82
* | Fix computation of primitive array widths.Andy McFadden2010-09-223-23/+32
|/
* Fix a minor formatting discrepancy in the GC log message.Carl Shapiro2010-09-211-2/+2
* Ensure that an explicit GC request initiates a GC.Carl Shapiro2010-09-171-2/+3