OSDN Git Service

android-x86/dalvik.git
2011-02-10 Elliott HughesMove more system propery handling into managed code.
2011-02-10 Elliott HughesMerge "Move more system property handling into managed...
2011-02-10 Elliott HughesMove more system property handling into managed code.
2011-02-10 Carl ShapiroMerge "Split addNewHeap into separate definitions....
2011-02-10 Carl ShapiroSplit addNewHeap into separate definitions.
2011-02-09 Carl ShapiroMerge "Remove the unused argument to dvmCollectGarbage...
2011-02-09 jeffhaoMerge "SCCP propagates more constants and prunes unexec...
2011-02-09 jeffhaoSCCP propagates more constants and prunes unexecuted...
2011-02-09 Carl ShapiroRemove the unused argument to dvmCollectGarbage.
2011-02-09 Carl ShapiroRemove the private CLZ implementation in the GC.
2011-02-09 Carl ShapiroMerge "Move the duplicated alignment macros to a common...
2011-02-09 Carl ShapiroMerge "Replace dvmValidateObject with ordinary null...
2011-02-09 Carl ShapiroMerge "Let tryMalloc field over-sized allocation errors...
2011-02-09 Andy McFaddenMerge "Add huge-array OOM test" into dalvik-dev
2011-02-09 Andy McFaddenAdd huge-array OOM test
2011-02-09 Ben ChengMerge "Misc goodies in the JIT in preparation for more...
2011-02-09 Andy McFaddenam 6f562a3a: Merge "Make Release(JNI_COMMIT) faster"
2011-02-09 Andy McFaddenam 81abf28f: Remove JNI_FORCE_C
2011-02-09 Andy McFaddenMerge "Make Release(JNI_COMMIT) faster"
2011-02-09 Carl ShapiroLet tryMalloc field over-sized allocation errors.
2011-02-09 Carl ShapiroReplace dvmValidateObject with ordinary null pointer...
2011-02-09 Carl ShapiroMove the duplicated alignment macros to a common location.
2011-02-09 Carl ShapiroMerge "Relocate the always in-lined functions from...
2011-02-09 Carl ShapiroRelocate the always in-lined functions from HeapBitmap.h.
2011-02-09 Ben ChengMisc goodies in the JIT in preparation for more aggress...
2011-02-09 Andy McFaddenMake Release(JNI_COMMIT) faster
2011-02-09 Andy McFaddenRemove JNI_FORCE_C
2011-02-09 Andy McFaddenam 1fbcc3ad: Merge "Added JNI hack to support JNI hack"
2011-02-09 Andy McFaddenMerge "Added JNI hack to support JNI hack"
2011-02-08 Andy McFaddenAdded JNI hack to support JNI hack
2011-02-08 Kenny Rootam e3f9c573: Free some strings in error paths
2011-02-08 Carl ShapiroMerge "Remove the deprecated gcSoftReferences method...
2011-02-08 Kenny RootFree some strings in error paths
2011-02-08 Carl ShapiroRemove the deprecated gcSoftReferences method.
2011-02-07 Andy McFaddenam 85019f27: Avoid double-free on error.
2011-02-07 Andy McFaddenAvoid double-free on error.
2011-02-07 jeffhaoUpdated expected outputs for some dx tests.
2011-02-07 Dan BornsteinFix expected output.
2011-02-07 Dan BornsteinFix dex processing when no output file is specified.
2011-02-07 Dan BornsteinMerge "Move DexException to dx.util." into dalvik-dev
2011-02-06 Brian CarlstromMerge commit 'e502b66edd734e8265bc2bd8f1c2addb64b63e73...
2011-02-05 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-05 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-05 Dan BornsteinMove DexException to dx.util.
2011-02-05 Carl ShapiroRemove unused and racey debugging code.
2011-02-05 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-05 Carl ShapiroRemove and outdated comment and logging macro.
2011-02-05 Andy McFaddenresolved conflicts for merge of d6e32b81 to dalvik-dev
2011-02-04 Andy McFaddenEnsure word atomicity in System.arraycopy
2011-02-04 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-04 Dan BornsteinMove the instruction representation code.
2011-02-04 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-04 Dan BornsteinMerge "Clean up targets and data payloads." into dalvik-dev
2011-02-04 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-04 Brian CarlstromMerge commit 'e6cad708e93dab280335d3f69917048c34cfc640...
2011-02-04 Dan BornsteinClean up targets and data payloads.
2011-02-03 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-03 Dan BornsteinMerge "Make some "argument shape" be represented by...
2011-02-03 Dan BornsteinMake some "argument shape" be represented by subclassing.
2011-02-03 Bill BuzbeeMerge "[JIT] Fix for 3385583: Performance variance...
2011-02-03 jeffhaoMerge "Fixed SCCP to properly propagate reverse subtrac...
2011-02-03 Bill Buzbee[JIT] Fix for 3385583: Performance variance
2011-02-03 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-03 jeffhaoFixed SCCP to properly propagate reverse subtraction.
2011-02-03 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-03 Carl ShapiroMerge "Guard against uninitialized objects when countin...
2011-02-03 Carl ShapiroDo not write to an unmarked object when freeing its...
2011-02-03 Carl ShapiroGuard against uninitialized objects when counting insta...
2011-02-03 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-02 Dan BornsteinCodeReader visitor dispatch now uses OpcodeInfo.
2011-02-02 Dan BornsteinMerge "Simplify string transformation." into dalvik-dev
2011-02-02 Dan BornsteinSimplify string transformation.
2011-02-02 Dan BornsteinMerge "Add range checking to DecodedInstruction." into...
2011-02-02 Carl Shapiroam 13a0e7b2: am 168ae921: am e7bf56c5: Use the global...
2011-02-02 Carl Shapiroam 168ae921: am e7bf56c5: Use the global maximum to...
2011-02-02 Carl Shapiroam e7bf56c5: Use the global maximum to compute the...
2011-02-02 Dan BornsteinAdd range checking to DecodedInstruction.
2011-02-02 Dan BornsteinMove opcode names into OpcodeInfo.
2011-02-02 Dan BornsteinHook up CodeReader.
2011-02-02 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-02 Carl ShapiroUse the global maximum to compute the size of a new...
2011-02-01 Dan BornsteinClarify cursor().
2011-02-01 Dan BornsteinMerge "More progress on instruction coding." into dalvi...
2011-02-01 Andy McFaddenam d9c39e0f: Update doc with actual version number.
2011-02-01 Andy McFaddenUpdate doc with actual version number.
2011-02-01 Dan BornsteinMore progress on instruction coding.
2011-02-01 Carl ShapiroMerge "Remove the unused monitor tracking and deadlock...
2011-02-01 Dan BornsteinMerge "Add more direct encode() and decode() methods...
2011-02-01 Carl ShapiroRemove the unused monitor tracking and deadlock predict...
2011-02-01 Carl ShapiroMerge "Remove the HPROF stack trace collection feature...
2011-02-01 jeffhaoMerge "Changed reg allocator to try mapping phi sources...
2011-02-01 Dan BornsteinAdd more direct encode() and decode() methods.
2011-02-01 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-01 Carl ShapiroRemove the HPROF stack trace collection feature.
2011-02-01 The Android... merge in honeycomb-release history after reset to honeycomb
2011-02-01 Dan BornsteinAdd ShortArrayCodeInput.
2011-01-30 Dan BornsteinMerge "Move dx.dex.code.DalvOps -> dx.io.Opcodes."...
2011-01-30 The Android... am 01025db4: am d820da20: Reconcile gingerbread-plus...
2011-01-30 Dan BornsteinMove dx.dex.code.DalvOps -> dx.io.Opcodes.
2011-01-30 The Android... merge in honeycomb-release history after reset to honeycomb
next