summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | x86 mterp: fix cherry-pick/merge, issue 3095771buzbee2010-10-142-2/+2
* | SDK: fix dx shell script to look for dx.jar in platform-toolsRaphael2010-10-131-1/+1
* | Merge "Added some threading notes" into gingerbreadAndy McFadden2010-10-111-3/+39
|\ \
| * | Added some threading notesAndy McFadden2010-10-111-3/+39
* | | 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
* | | Clarify the invoke-* opcodes.Dan Bornstein2010-10-101-3/+4
|/ /
* | 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-014-141/+28
|\ \ \
| * | | Change Runtime.nativeLoad to return the dlerror(3) string.Elliott Hughes2010-09-304-141/+28
| |/ /
* | | GC Card marking fix for SPUT_OBJECT - use correct object headbuzbee2010-09-3010-68/+57
* | | Correct dexopt for uniprocessors.Andy McFadden2010-09-305-26/+32
* | | Be explicit about both uniprocessor and SMP when calling dexopt.Dan Bornstein2010-09-301-0/+2
|/ /
* | 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
| |/ /
* | | Add --uniprocessor option to dex-preopt.Dan Bornstein2010-09-281-34/+45
* | | Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-283-3/+15
* | | 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
* | Take another tilt at the "--core-library" messaging windmill.Dan Bornstein2010-09-261-46/+39
* | 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
|/ /
* | Merge "Fix a minor formatting discrepancy in the GC log message." into ginger...Carl Shapiro2010-09-211-2/+2
|\ \
| * | Fix a minor formatting discrepancy in the GC log message.Carl Shapiro2010-09-211-2/+2
* | | Insert "/./" into the input file path when necessary.Dan Bornstein2010-09-201-4/+12
|/ /
* | Ensure that an explicit GC request initiates a GC.Carl Shapiro2010-09-171-2/+3
* | Merge "Add more context to the garbage collection log messages." into gingerb...Carl Shapiro2010-09-171-11/+33
|\ \
| * | Add more context to the garbage collection log messages.Carl Shapiro2010-09-171-11/+33
* | | Add --dexopt option to explicitly specify the dexopt binary.Dan Bornstein2010-09-171-10/+26
* | | Modify dex-preopt to take better arguments for the build process.Dan Bornstein2010-09-171-29/+46
* | | Add optional tags to dalvik.Jesse Wilson2010-09-1614-7/+25
|/ /
* | Make the app processing variant of dex-preopt more consistent.Dan Bornstein2010-09-151-1/+2
* | Clarify the use of --boot-dirs in the header comment.Dan Bornstein2010-09-141-3/+7
* | Add use of sentinel in BOOTCLASSPATH entries during preopt.Dan Bornstein2010-09-145-10/+73
* | First possibly-working cut of dex-preopt.Dan Bornstein2010-09-131-59/+90
* | Flesh out dex-preopt a bit more.Dan Bornstein2010-09-131-1/+45