OSDN Git Service

android-x86/dalvik.git
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 ShapiroMerge "Drive all root scanning by the root visitor...
2010-12-03 Dan BornsteinMake opcode 00ff be called "dispatch-ff".
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.
2010-11-19 Dan BornsteinMerge "Use the generated opcode info tables." into...
2010-11-19 Elliott HughesBetter ClassCastException detail messages for x86.
2010-11-18 Elliott HughesMerge "Include both types in ClassCastException detail...
2010-11-18 Elliott HughesInclude both types in ClassCastException detail messages.
2010-11-17 Dan BornsteinUse the generated opcode info tables.
2010-11-17 Dan BornsteinGenerate the tables in InstrUtils.c...almost.
2010-11-16 Dan BornsteinGenerate the contents of OpCodeNames.c.
2010-11-16 Dan BornsteinMerge "Generate most of OpCode.h using opcode-gen....
2010-11-16 Elliott HughesMerge "Improve error messages for bad modified UTF...
2010-11-16 Elliott HughesImprove error messages for bad modified UTF-8 strings...
2010-11-16 Dan BornsteinGenerate most of OpCode.h using opcode-gen.
2010-11-16 Dan BornsteinPromote opcode-gen to the dalvik directory.
2010-11-13 Dan BornsteinAdd all the optimized / runtime-only opcodes.
2010-11-13 Dan BornsteinGet rid of kInstrUnconditional.
2010-11-12 Dan BornsteinMerge "Be more prepared for InstrUtils code generation...
2010-11-12 Dan BornsteinBe more prepared for InstrUtils code generation.
2010-11-12 Andy McFaddenMerge "Progress toward structured lock checks" into...
2010-11-12 Andy McFaddenProgress toward structured lock checks
2010-11-12 Dan BornsteinTypeRef, not ClassRef.
2010-11-12 Dan BornsteinMerge "Add info to the bytecode.txt file." into dalvik-dev
2010-11-12 Dan BornsteinAdd info to the bytecode.txt file.
2010-11-12 Andy McFaddenStop reporting negative widths.
2010-11-12 Carl ShapiroMerge "Remove unused logging macros." into dalvik-dev
2010-11-12 Jing Yuam 72ef412b: Fix uninitialized variable warning(error).
next