OSDN Git Service

android-x86/dalvik.git
2011-01-07 Andy McFaddenFix EABI call bridge.
2011-01-05 Ben ChengMore Jit-to-Interp entry point cleanup.
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...
2010-12-03 Dan BornsteinInching closer to having extended opcodes in the vm.
2010-12-03 Carl ShapiroDrive all root scanning by the root visitor.
2010-12-02 buzbeeReplace dalvik test local mode with new host mode
2010-12-02 Dan BornsteinGive the awk script its own file.
2010-12-02 Dan BornsteinMerge "Extremely minor cleanup." into dalvik-dev
2010-12-02 Dan BornsteinExtremely minor cleanup.
2010-12-02 buzbeeMerge "x86-mterp bug fix; support host mode in tests...
2010-12-02 Dan BornsteinRename some instruction/opcode types and utilities.
2010-12-02 Andy McFaddenMerge "Fix monitor verification." into dalvik-dev
2010-12-02 buzbeex86-mterp bug fix; support host mode in tests
2010-12-02 Carl ShapiroGet rid of QUIET_ZYGOTE_GC and make it the default.
2010-12-02 Carl ShapiroMove a stray forward declaration of HeapSource to where...
2010-12-02 Andy McFaddenFix monitor verification.
2010-12-02 Dan BornsteinMerge "Make the enums typedeffed as such." into dalvik-dev
2010-12-02 Dan BornsteinMake the enums typedeffed as such.
2010-12-02 Elliott Hughesam f0badd23: Merge "Fix dvmHumanReadableDescriptor...
2010-12-02 Elliott HughesMerge "Fix dvmHumanReadableDescriptor("B")."
2010-12-02 Elliott HughesFix dvmHumanReadableDescriptor("B").
2010-12-02 Carl ShapiroFix the typing of the assert macro as required by C++.
2010-12-02 Carl ShapiroMove reference processing next to its implementation.
2010-12-02 Carl ShapiroMerge "Return the value at the top of the mark stack...
2010-12-02 Carl ShapiroReturn the value at the top of the mark stack straight...
2010-12-02 Dan BornsteinIt's "opcode" not "opCode".
2010-12-02 Dan BornsteinRename OpCodeNames.c -> DexOpcodes.c.
2010-12-02 Dan BornsteinClarify the spec slightly.
2010-12-02 Andy McFaddenMerge "Minor tweaks." into dalvik-dev
2010-12-02 Dan BornsteinMerge "Rename OpCode.h -> DexOpcodes.h." into dalvik-dev
2010-12-01 Dan BornsteinRename OpCode.h -> DexOpcodes.h.
2010-12-01 Andy McFaddenMinor tweaks.
2010-12-01 Brian Carlstromam 33dab964: Improve "No new threads in -Xzygote mode...
2010-12-01 Brian CarlstromImprove "No new threads in -Xzygote mode" message to...
2010-12-01 Dan BornsteinAdd more "extended opcode" structure to libdex.
2010-12-01 buzbeeam 94a6213f: am b83b4c88: am ebcd8646: Fix for Issue...
2010-12-01 buzbeeam b83b4c88: am ebcd8646: Fix for Issue 3161543 - Remov...
2010-12-01 Brian Carlstromam a1d0e5ed: Merge remote branch \'goog/dalvik-dev...
2010-12-01 Dan BornsteinAdd a link to the dex-format doc.
2010-12-01 Carl ShapiroMerge "Remove excess generality from the bitmap sweep...
2010-12-01 Carl ShapiroRemove excess generality from the bitmap sweep walking...
2010-12-01 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-12-01 Dan BornsteinBring 00x and 20bc into the fold.
2010-12-01 Dan BornsteinExplain a bit.
2010-11-30 Dan Bornsteininvoke-direct-empty doesn't actually invoke anything.
2010-11-30 Dan BornsteinMerge "Punch opcode info access from libcore to the...
2010-11-30 Andy McFaddenMerge "Fix DexFile cookie check." into dalvik-dev
2010-11-30 Dan BornsteinPunch opcode info access from libcore to the vm.
2010-11-30 Andy McFaddenFix DexFile cookie check.
2010-11-30 buzbeeam ebcd8646: Fix for Issue 3161543 - Remove stray line...
2010-11-30 buzbeeFix for Issue 3161543 - Remove stray line of code in JIT
2010-11-30 Dan BornsteinClean up the opcode maintenance instructions.
2010-11-30 Carl ShapiroMerge "Make the scan and the visit routines look more...
next