OSDN Git Service

android-x86/dalvik.git
2011-05-26 Dan BornsteinMore LOG newline cleanup.
2011-05-26 Dan BornsteinPrefer printf format "%#x" over "0x%x".
2011-05-26 Dan BornsteinFurther conservation of newlines.
2011-05-26 Dan BornsteinOne more dex magic update.
2011-05-26 Dan BornsteinMerge "Conservation of newlines in libdex." into dalvik-dev
2011-05-26 buzbeeam 90f276bc: Pack interpSave struct to fix x86 & Arm...
2011-05-26 buzbeePack interpSave struct to fix x86 & Arm diffs
2011-05-26 buzbeeMerge "Pack interpSave struct to fix x86 & arm align...
2011-05-26 buzbeePack interpSave struct to fix x86 & arm align diff
2011-05-26 Carl ShapiroMerge "Eliminate the dvmHeapSourceGetPtrFlag interface...
2011-05-26 Dan BornsteinConservation of newlines in libdex.
2011-05-25 Dan BornsteinMerge "Update dex file magic number." into dalvik-dev
2011-05-25 Carl ShapiroEliminate the dvmHeapSourceGetPtrFlag interface.
2011-05-25 Dan BornsteinUpdate dex file magic number.
2011-05-25 buzbeeam cf4a20cf: Interpreter/Debugger fix #4479968
2011-05-25 buzbeeInterpreter/Debugger fix #4479968
2011-05-24 Jeff Brownam 9522632b: Merge "Support wrapping app processes...
2011-05-24 Jeff BrownMerge "Support wrapping app processes to inject debug...
2011-05-23 Elliott HughesMerge "Minor documentation changes." into dalvik-dev
2011-05-23 Elliott HughesMinor documentation changes.
2011-05-23 buzbeeam 97b22b8d: Fix alt handling for Jumbo ops
2011-05-23 buzbeeFix alt handling for Jumbo ops
2011-05-20 Jeff BrownSupport wrapping app processes to inject debug instrume...
2011-05-17 Dan BornsteinMerge "Address CVE-2011-1090." into dalvik-dev
2011-05-17 Dan BornsteinAddress CVE-2011-1090.
2011-05-13 Elliott HughesDump the pending exception before aborting in FindClass.
2011-05-12 Elliott HughesImprove diagnostics when an invalid reference is given...
2011-05-12 Ben Chengam fe108f77: Fix a Thumb vs Thumb2 codegen bug.
2011-05-12 Carl ShapiroFix a comment and remove some horizontal white space.
2011-05-12 Carl ShapiroVarious code clean-ups.
2011-05-11 Ben ChengFix a Thumb vs Thumb2 codegen bug.
2011-05-11 Carl ShapiroMerge "Normalize declaration style." into dalvik-dev
2011-05-11 Carl ShapiroNormalize declaration style.
2011-05-11 Carl ShapiroRemove dead code.
2011-05-11 Ben Chengam 313d430d: Another single-stepping fix in JIT self...
2011-05-11 Ben ChengAnother single-stepping fix in JIT self-verification...
2011-05-10 Carl ShapiroExplicitly initialize a condition variable in the VM...
2011-05-10 Carl ShapiroMerge "Remove an invalid assertion." into dalvik-dev
2011-05-10 Carl ShapiroMerge "Fixes to allow the debug VM configuration to...
2011-05-10 Ben Chengam e346f7d8: Fix a couple debugging issues involving...
2011-05-10 Ben ChengFix a couple debugging issues involving JIT single...
2011-05-10 Carl ShapiroRemove an invalid assertion.
2011-05-10 Carl ShapiroFixes to allow the debug VM configuration to build.
2011-05-07 Carl ShapiroRemove dead code and a stale comment.
2011-05-07 Carl ShapiroEstablish a subclass relationships among the field...
2011-05-06 Carl ShapiroEstablish a subclass relationship between ClassObject...
2011-05-06 Carl ShapiroMake interned strings non-movable.
2011-05-05 Brian CarlstromFix Mac build by restoring old conditional endian handl...
2011-05-05 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-05-04 Jesse WilsonMerge "Use 'dalvikvm' only to test dx." into dalvik-dev
2011-05-04 Carl ShapiroEstablish a subclass relationship between ArrayObject...
2011-05-03 buzbeeam 00ceb87d: Fix for double breakpoint (issue 4378296)
2011-05-03 buzbeeFix for double breakpoint (issue 4378296)
2011-05-03 Carl ShapiroEstablish a subclass relationship between DataObject...
2011-05-02 Carl ShapiroMerge "Add a cast required for assigning a ClassObject...
2011-05-02 Carl ShapiroAdd a cast required for assigning a ClassObject* to...
2011-05-02 buzbeeMerge "x86 interpreter fix" into dalvik-dev
2011-05-02 buzbeex86 interpreter fix
2011-05-02 Carl ShapiroMerge "Type the reference member of JValue as an Object...
2011-05-02 Brian Carlstromam 7b609f05: Remove javax.net.ssl.trustStore from dalvi...
2011-05-02 Brian CarlstromRemove javax.net.ssl.trustStore from dalvik script
2011-04-30 Carl ShapiroType the reference member of JValue as an Object pointer.
2011-04-29 jeffhaoam 933b86e6: Bugfix for constant propagation of float...
2011-04-29 jeffhaoBugfix for constant propagation of float/double divisio...
2011-04-29 jeffhaoMerge "Bugfix for constant propagation of float/double...
2011-04-29 jeffhaoBugfix for constant propagation of float/double divisio...
2011-04-29 Elliott HughesMerge "Enhance FindUsages to treat its strings as regul...
2011-04-29 Elliott HughesEnhance FindUsages to treat its strings as regular...
2011-04-28 Carl ShapiroMerge "Refactor the garbage collection class initializa...
2011-04-28 Carl ShapiroMerge "Add a non-moving option to dvmMalloc and make...
2011-04-28 Carl ShapiroGet rid of uneeded extern, enum, typedef and struct...
2011-04-28 Carl ShapiroAdd a non-moving option to dvmMalloc and make use of it.
2011-04-28 Carl ShapiroRefactor the garbage collection class initialization.
2011-04-28 Carl ShapiroNormalize some enumerations.
2011-04-27 Carl ShapiroEliminate the PROFILE_FIELD_ACCESS feature.
2011-04-27 Carl ShapiroUse C++ linkage in GC headers and remove unneeded typedefs.
2011-04-27 Carl ShapiroMerge "Make libdex structures tool friendly." into...
2011-04-27 Carl ShapiroMake libdex structures tool friendly.
2011-04-27 Elliott HughesRemove the old forcecopy in favor of the new.
2011-04-27 Elliott HughesMerge "Add -Xjniopts:forcecopy-unmap to catch more...
2011-04-27 Elliott HughesAdd -Xjniopts:forcecopy-unmap to catch more errors...
2011-04-26 Ben Chengam de9e2b90: Bug fixes for ld/st elimination.
2011-04-26 Ben ChengBug fixes for ld/st elimination.
2011-04-26 jeffhaoam 98bfc3b7: Bug fix for SCCP improperly handling phis...
2011-04-25 jeffhaoBug fix for SCCP improperly handling phis with some...
2011-04-25 jeffhaoBug fix for SCCP improperly handling phis with some...
2011-04-25 buzbeeRefine & simplify the interBreak mechanism
2011-04-25 Elliott HughesMerge "Move JNIHelp's implementation to C++." into...
2011-04-25 Elliott HughesMove JNIHelp's implementation to C++.
2011-04-23 Ben ChengLocal optimization fixes for diverences found by self...
2011-04-23 Elliott HughesFix a buffer overrun in jniLogException.
2011-04-22 buzbeeInterpBreak cleanup (part 1)
2011-04-22 buzbeeConsolidate curFrame fields in thread storage
2011-04-22 Ben Chengam 381333db: Fix self-verification with backward branch...
2011-04-22 Ben Chengam 9f54185b: Set "needFallThroughBranch" flag during...
2011-04-22 Ben ChengFix self-verification with backward branches or invokes.
2011-04-22 Ben ChengSet "needFallThroughBranch" flag during block split.
2011-04-22 Jesse WilsonMerge "Combine CstUtf8 and CstString." into dalvik-dev
2011-04-22 Jesse WilsonCombine CstUtf8 and CstString.
2011-04-21 Elliott HughesMerge "Fix -Xjniopts:forcecopy, which I broke." into...
next