OSDN Git Service

android-x86/dalvik.git
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.
2010-11-30 Carl ShapiroMerge "Make the scan and the visit routines look more...
2010-11-30 Carl ShapiroMake the scan and the visit routines look more alike.
2010-11-30 Dan BornsteinMerge "Code to generate libcore's Dalvik opcode code...
2010-11-30 Dan BornsteinCode to generate libcore's Dalvik opcode code.
2010-11-29 Andy McFaddenMerge "Verifier doc addendum." into dalvik-dev
2010-11-29 Andy McFaddenVerifier doc addendum.
2010-11-29 jeffhaoMerge "Fixed identification of objects in the Constant...
2010-11-29 jeffhaoFixed identification of objects in the Constant Collector.
2010-11-24 Andy McFaddenCPU errata workaround.
2010-11-23 Andy McFaddenMerge "Check monitors during bytecode verification...
2010-11-23 Ben Chengam abf3ef82: Fix off-by-1 bug in expandable bit vectors.
2010-11-23 Andy McFaddenCheck monitors during bytecode verification
2010-11-23 Ben ChengFix off-by-1 bug in expandable bit vectors.
2010-11-22 Elliott HughesAdd dvmHumanReadableDescriptor function, and use it.
2010-11-20 Dan BornsteinMerge "Protect against bogus arrays." into dalvik-dev
2010-11-20 Elliott HughesMerge "Better ArrayStoreException detail messages....
2010-11-20 Dan BornsteinProtect against bogus arrays.
2010-11-20 Elliott HughesBetter ArrayStoreException detail messages.
2010-11-20 Dan BornsteinSay kNumDalvikInstructions when appropriate.
2010-11-19 Dan BornsteinKill off InsnFormat.nextUp().
2010-11-19 Dan BornsteinVerification no longer requires startup/shutdown.
2010-11-19 Dan BornsteinGet rid of the copies of the opcode table pointers.
next