OSDN Git Service

android-x86/dalvik.git
2011-01-13 Carl Shapiroam 0111aa23: am eeb834a5: Remove enumerators for stale...
2011-01-13 Carl Shapiroam eeb834a5: Remove enumerators for stale GC reasons.
2011-01-13 Carl Shapiroam 9f2154a5: am bdd79095: am 4d7dd569: Handle the case...
2011-01-13 Carl Shapiroam bdd79095: am 4d7dd569: Handle the case of referent...
2011-01-13 Carl ShapiroRemove enumerators for stale GC reasons.
2011-01-13 Carl Shapiroam 7f3e6d75: am 0560c6e2: Remove the allocation limits...
2011-01-13 Carl Shapiroam 0560c6e2: Remove the allocation limits interfaces.
2011-01-12 Carl ShapiroRemove the allocation limits interfaces.
2011-01-12 Carl Shapiroam a657b66e: am a05f6504: Remove support for setting...
2011-01-12 Carl Shapiroam a05f6504: Remove support for setting the minimum...
2011-01-12 Carl ShapiroRemove support for setting the minimum size of the...
2011-01-12 Carl Shapiroam 4d7dd569: Handle the case of referent clearing durin...
2011-01-12 Carl ShapiroHandle the case of referent clearing during tracing.
2011-01-12 Carl Shapiroam 255cbef2: am 15e4a632: Handle the case of referent...
2011-01-12 Carl Shapiroam 15e4a632: Handle the case of referent clearing durin...
2011-01-12 Carl ShapiroHandle the case of referent clearing during tracing.
2011-01-12 Elliott Hughesam e506a20f: am 05bdc2f8: Merge "Check VMRuntime.addres...
2011-01-12 Elliott Hughesam 05bdc2f8: Merge "Check VMRuntime.addressOf is actual...
2011-01-12 Elliott HughesMerge "Check VMRuntime.addressOf is actually passed...
2011-01-12 Carl Shapiroam 943b3a18: am b16add6a: Merge "Remove obsolete commen...
2011-01-12 Carl Shapiroam b16add6a: Merge "Remove obsolete comments about...
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-11 buzbeeMerge "[JIT] Fix obscure code cache reset bug" into...
2011-01-11 buzbee[JIT] Fix obscure code cache reset bug
2011-01-11 Carl Shapiroam faf869a3: am e0124545: (-s ours) am 6159ef45: Parame...
2011-01-11 Carl Shapiroam e0124545: (-s ours) am 6159ef45: Parameterize instan...
2011-01-11 Elliott Hughesam f5949168: Move nio direct byte buffers onto the...
2011-01-10 Elliott HughesMove nio direct byte buffers onto the Java heap.
2011-01-10 Ben ChengMerge-conflict cleanup.
2011-01-08 Carl Shapiroam 6159ef45: Parameterize instance counting to include...
2011-01-07 Andy McFaddenam 5e261cd1: jniRegisterNativeMethods should abort...
2011-01-07 Andy McFaddenjniRegisterNativeMethods should abort on failure
2011-01-07 Andy McFaddenam 02558df0: Merge "Fix JNI GetMethodID on interfaces...
2011-01-07 Andy McFaddenam 175ce8a9: Fix EABI call bridge.
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-07 Andy McFaddenMerge "Fix JNI GetMethodID on interfaces" into dalvik-dev
2011-01-07 Andy McFaddenFix JNI GetMethodID on interfaces
2011-01-07 jeffhaoAdded vm support for new jumbo opcodes.
2011-01-06 Andy McFaddenFix EABI call bridge.
2011-01-05 Ben ChengUpdate field offsets in InterpState per Jit-to-Interp...
2011-01-05 Ben Chengresolved conflicts for merge of 4fa9da7e to dalvik-dev
2011-01-05 Ben ChengMore Jit-to-Interp entry point cleanup.
2011-01-05 Carl ShapiroParameterize instance counting to include subclasses.
2011-01-05 Ben Chengam af5aa1f4: Don\'t treat dvmJitToPatchPredictedChain...
2011-01-04 Ben ChengDon't treat dvmJitToPatchPredictedChain as a Jit-to...
2010-12-27 Bill Buzbeeam a8589335: [Jit] Fix for 3311468 Maps crashed at...
2010-12-27 Bill Buzbee[Jit] Fix for 3311468 Maps crashed at handleFmt...
2010-12-23 Carl Shapiroam 9679fddf: Merge "Restore a few external allocation...
2010-12-23 Ben Chengam d255a545: (-s ours) Eliminate the chaining cells...
2010-12-23 Ben Chengresolved conflicts for merge of d255a545 to dalvik-dev
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 Wilsonam 0d1aac38: Revert "Remove inline natives for an unuse...
2010-12-22 Jesse WilsonRevert "Remove inline natives for an unused performance...
2010-12-22 Jesse Wilsonam a7a2d108: Update DalvikVersion due to removed Native...
2010-12-22 Jesse WilsonUpdate DalvikVersion due to removed NativeTestTarget
2010-12-22 Jesse Wilsonam 7ecd89dc: Remove inline natives for an unused perfor...
2010-12-22 Jesse WilsonRemove inline natives for an unused performance test.
2010-12-21 Carl Shapiroam 039167e7: Simplify the interface for waiting for...
2010-12-21 Carl ShapiroSimplify the interface for waiting for a concurrent...
2010-12-20 Carl Shapiroam e7bdd8b8: Remove the external allocation facility.
2010-12-17 Andy McFaddenFactor debug locals into liveness.
2010-12-17 Carl ShapiroRemove the external allocation facility.
2010-12-17 Andy McFaddenRename BackwardFlow --> Liveness
2010-12-17 Andy McFaddenMerge "Fix dmtracedump." into dalvik-dev
2010-12-17 Andy McFaddenFix dmtracedump.
2010-12-17 buzbee[JIT] Trace profiling support
2010-12-17 Andy McFaddenMerge "Progress on live-precise GC." into dalvik-dev
2010-12-16 Dan Bornsteinam 650177ee: Expose sysCopyFileToFile() and use it.
2010-12-16 Andy McFaddenProgress on live-precise GC.
2010-12-16 Dan BornsteinExpose sysCopyFileToFile() and use it.
2010-12-16 Dan Bornsteinam eab7355f: Hook up the preexisting RawDexFile opener.
2010-12-16 Dan BornsteinHook up the preexisting RawDexFile opener.
2010-12-16 Dan Bornsteinam 734ff82f: Merge "Initialize my field."
2010-12-16 Carl Shapiroresolved conflicts for merge of 5c398996 to dalvik-dev
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 Ben ChengStore the key value with switch and catch blocks.
2010-12-15 Carl ShapiroNever write an hprof record for a null root.
2010-12-15 Dan Bornsteinam c5ba2b6a: Plumbing for loading byte[]-based dex...
2010-12-15 Dan BornsteinPlumbing for loading byte[]-based dex files.
2010-12-15 Carl ShapiroPeriodically reset the thin lock polling interval.
2010-12-15 buzbeeMerge "[JIT] Regalloc cleanup" into dalvik-dev
2010-12-14 Carl ShapiroGet rid of the HeapRefTable type.
2010-12-14 jeffhaoSwapped order of registers for jumbo format 5rc to...
2010-12-14 buzbee[JIT] Regalloc cleanup
2010-12-14 buzbeeMerge "Stamp out some x86/host mode warnings" into...
2010-12-14 buzbeeStamp out some x86/host mode warnings
2010-12-14 Brad Fitzpatrick_Bool to bool
2010-12-14 Brad FitzpatrickMerge "resolved conflicts for merge of 3b55675a to...
2010-12-14 Brad Fitzpatrickresolved conflicts for merge of 3b55675a to dalvik-dev
2010-12-14 Ben ChengAdd explicit casts from "void *" to destination types.
2010-12-14 Brad FitzpatrickAdd a new, optional "is sensitive thread?" hook.
2010-12-14 Ben ChengImplement method parser and SSA transformation.
next