OSDN Git Service

android-x86/dalvik.git
2011-01-26 Carl Shapiroam 6159ef45: (-s ours) Parameterize instance counting...
2011-01-24 Carl ShapiroRemove unprotected reads in the instance counting routines.
2011-01-24 Carl ShapiroMerge "Replace collect with clear for the SoftReference...
2011-01-24 Carl ShapiroReplace collect with clear for the SoftReference policy.
2011-01-23 Carl ShapiroRemove references to android_atomic_swap.
2011-01-20 Andy McFaddenFix dalvik test 084.
2011-01-20 Carl ShapiroMerge "Remove logging of memory management statistics...
2011-01-20 Carl ShapiroRemove logging of memory management statistics to the...
2011-01-19 Carl ShapiroMerge "Include -XX:DisableExplicitGC in the usage outpu...
2011-01-19 Carl ShapiroInclude -XX:DisableExplicitGC in the usage output.
2011-01-19 Andy McFaddenMerge "Change suspend order in GC" into honeycomb
2011-01-19 Andy McFaddenChange suspend order in GC
2011-01-19 Carl ShapiroMerge "Add an option to disable explicit GC requests...
2011-01-19 Carl ShapiroAdd an option to disable explicit GC requests.
2011-01-19 Andy McFaddenIncrease LinearAlloc limit
2011-01-19 Carl ShapiroMerge "Implement growth limits to support multiple...
2011-01-19 Carl ShapiroImplement growth limits to support multiple heap config...
2011-01-19 Jesse WilsonMerge "Fix proxy expectation." into honeycomb
2011-01-19 Jesse WilsonFix proxy expectation.
2011-01-17 Carl ShapiroRemove unused heap dumping code.
2011-01-17 Carl ShapiroRemove some inline declarations to improve debugging.
2011-01-16 Carl ShapiroRename absoluteMaxSize to maximumSize.
2011-01-16 Carl ShapiroMerge "Make the soft limited predicate look more like...
2011-01-15 Carl ShapiroMake the soft limited predicate look more like a predicate.
2011-01-14 Andy McFaddenMerge "Fix JNI invocation of constructors." into honeycomb
2011-01-14 Andy McFaddenFix JNI invocation of constructors.
2011-01-14 Ben ChengOnly generate debugging LIRs in verbose mode.
2011-01-14 Carl ShapiroMerge "Minor cleanup of some initialization code."...
2011-01-14 Carl ShapiroMinor cleanup of some initialization code.
2011-01-14 Andy McFaddenMerge "Fix invoke-interface verification failures"...
2011-01-14 Carl ShapiroMerge "Remove a stray empty line." into honeycomb
2011-01-14 Carl ShapiroRemove a stray empty line.
2011-01-14 Andy McFaddenFix invoke-interface verification failures
2011-01-14 Andy McFaddenMerge "Fix implementation of volatile stores" into...
2011-01-13 Carl ShapiroAdd missing length modifiers for printing size_t values.
2011-01-13 Andy McFaddenFix implementation of volatile stores
2011-01-13 Carl ShapiroRemove stale enumerators for external allocation tracking.
2011-01-13 Carl ShapiroRemove enumerators for stale GC reasons.
2011-01-12 Carl ShapiroRemove the allocation limits interfaces.
2011-01-12 Carl ShapiroRemove support for setting the minimum size of the...
2011-01-12 Carl ShapiroHandle the case of referent clearing during tracing.
2011-01-12 Elliott HughesMerge "Check VMRuntime.addressOf is actually passed...
2011-01-12 Elliott HughesCheck VMRuntime.addressOf is actually passed an array.
2011-01-12 Carl ShapiroMerge "Remove obsolete comments about small and large...
2011-01-12 Carl ShapiroRemove obsolete comments about small and large object...
2011-01-10 Elliott HughesMove nio direct byte buffers onto the Java heap.
2011-01-07 Andy McFaddenjniRegisterNativeMethods should abort on failure
2011-01-07 Andy McFaddenMerge "Fix JNI GetMethodID on interfaces" into honeycomb
2011-01-07 Andy McFaddenFix JNI GetMethodID on interfaces
2011-01-07 Andy McFaddenFix EABI call bridge.
2011-01-05 Ben ChengMore Jit-to-Interp entry point cleanup.
2011-01-05 Carl ShapiroParameterize instance counting to include subclasses.
2011-01-04 Ben ChengDon't treat dvmJitToPatchPredictedChain as a Jit-to...
2010-12-27 Bill Buzbee[Jit] Fix for 3311468 Maps crashed at handleFmt...
2010-12-23 Carl ShapiroMerge "Restore a few external allocation constants...
2010-12-22 Ben ChengEliminate the chaining cells for direct JNI calls.
2010-12-22 Carl ShapiroRestore a few external allocation constants for compati...
2010-12-22 Jesse WilsonRevert "Remove inline natives for an unused performance...
2010-12-22 Jesse WilsonUpdate DalvikVersion due to removed NativeTestTarget
2010-12-22 Jesse WilsonRemove inline natives for an unused performance test.
2010-12-21 Carl ShapiroSimplify the interface for waiting for a concurrent...
2010-12-17 Carl ShapiroRemove the external allocation facility.
2010-12-16 Dan BornsteinExpose sysCopyFileToFile() and use it.
2010-12-16 Dan BornsteinHook up the preexisting RawDexFile opener.
2010-12-16 Dan BornsteinMerge "Initialize my field."
2010-12-15 Dan BornsteinInitialize my field.
2010-12-15 Carl ShapiroMerge "Never write an hprof record for a null root."
2010-12-15 Carl ShapiroNever write an hprof record for a null root.
2010-12-15 Dan BornsteinPlumbing for loading byte[]-based dex files.
2010-12-14 Brad FitzpatrickAdd a new, optional "is sensitive thread?" hook.
2010-12-13 Carl ShapiroFix a bug in hprof that corrupted the root set output.
2010-12-08 Dan BornsteinVarious improvements to dexdeps.
2010-12-08 Elliott HughesThrow useful detail messages when Method.invoke fails.
2010-12-06 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-12-05 Andy McFaddenam 91b93ea4: Fix monitor verification.
2010-12-04 Dan BornsteinMinor simplification.
2010-12-04 Dan BornsteinMerge "Fix stupid copy-paste error." into dalvik-dev
2010-12-04 Dan BornsteinFix stupid copy-paste error.
2010-12-04 Dan BornsteinMerge "These asserts are no longer pointless." into...
2010-12-04 Dan BornsteinThese asserts are no longer pointless.
2010-12-04 Elliott HughesMake the inlined String.charAt throw detailed exceptions.
2010-12-04 Dan BornsteinMerge "Another clarifying rename and a bit more automat...
2010-12-03 Dan BornsteinAnother clarifying rename and a bit more automation.
2010-12-03 Elliott HughesMerge "Use dvmHumanReadableDescriptor in -Xjnitrace...
2010-12-03 Dan BornsteinRegular-expression compatibility.
2010-12-03 Dan BornsteinSmall fixes.
2010-12-03 Dan BornsteinClean up the opcode-gen script.
2010-12-03 Elliott HughesUse dvmHumanReadableDescriptor in -Xjnitrace.
2010-12-03 Carl ShapiroMerge "Eliminate the GC.h header file." into dalvik-dev
2010-12-03 Carl ShapiroEliminate the GC.h header file.
2010-12-03 Dan BornsteinMerge "Add a note." into dalvik-dev
2010-12-03 Dan BornsteinAdd a note.
2010-12-03 Carl ShapiroMerge "Get rid of the ugly macros inside the bitmap...
2010-12-03 Dan BornsteinMerge "Make opcode 00ff be called "dispatch-ff"." into...
2010-12-03 Dan BornsteinMerge "Inching closer to having extended opcodes in...
2010-12-03 Carl ShapiroGet rid of the ugly macros inside the bitmap sweep...
2010-12-03 Carl ShapiroMerge "Drive all root scanning by the root visitor...
2010-12-03 Dan BornsteinMake opcode 00ff be called "dispatch-ff".
2010-12-03 Andy McFaddenFix monitor verification.
2010-12-03 buzbeeMerge "Replace dalvik test local mode with new host...
next