OSDN Git Service

android-x86/dalvik.git
2010-12-14 Ben ChengImplement method parser and SSA transformation.
2010-12-13 buzbeeMerge "Experimental x86 Jit trace selection" into dalvi...
2010-12-13 buzbeeExperimental x86 Jit trace selection
2010-12-13 jeffhaoMerge "Adding javax.sip to the dx blacklist." into...
2010-12-13 Carl ShapiroDo not commingle application and zygote references...
2010-12-13 Carl Shapiroresolved conflicts for merge of 8a69168b to dalvik-dev
2010-12-13 jeffhaoAdding javax.sip to the dx blacklist.
2010-12-13 Carl ShapiroFix a bug in hprof that corrupted the root set output.
2010-12-13 Carl ShapiroFix a comment that misrepresents the root marking algor...
2010-12-11 Dan BornsteinNew jumbo verification error opcode.
2010-12-11 Dan BornsteinNew instruction format for verification errors.
2010-12-10 Andy McFaddenMinor tweaks.
2010-12-10 Andy McFaddenSplit BitVector into its own file.
2010-12-10 Andy McFaddenProgress on liveness analysis.
2010-12-09 Carl ShapiroKill dvmHeapSourceGetObjectBitmaps and aliasBitmaps.
2010-12-09 Carl ShapiroCompare the buffer pointers to avoid signedness mismatches.
2010-12-09 Carl ShapiroMerge "Compute the pointer buffer size from familiar...
2010-12-09 Dan Bornsteinam 06d02069: Various improvements to dexdeps.
2010-12-08 Carl ShapiroCompute the pointer buffer size from familiar constants.
2010-12-08 Dan BornsteinVarious improvements to dexdeps.
2010-12-08 Elliott Hughesam 07946cfd: Throw useful detail messages when Method...
2010-12-08 Elliott HughesThrow useful detail messages when Method.invoke fails.
2010-12-07 Elliott HughesThrow useful detail messages when Method.invoke fails.
2010-12-07 Carl ShapiroFix implicit conversions, rename reserved works, enable...
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.
next