OSDN Git Service

android-x86/dalvik.git
2011-06-14 jeffhaoDx defaults to emitting dexfiles without jumbo opcodes.
2011-06-14 Elliott HughesAllow native methods to declare they don't need a JNIEnv*.
2011-06-14 Carl ShapiroMerge "Fix an issue regarding FindClass and threads...
2011-06-10 Carl ShapiroMerge "Always grow the limit address of the a heap...
2011-06-10 Carl ShapiroDo not initiate a concurrent collection if one is alrea...
2011-06-10 Carl ShapiroAlways grow the limit address of the a heap along with...
2011-06-10 Carl ShapiroFix an issue regarding FindClass and threads without...
2011-06-09 Carl ShapiroMerge "Fix a minor leaks caused by failed initializatio...
2011-06-09 Carl ShapiroFix a minor leaks caused by failed initializations.
2011-06-08 Elliott HughesTidy up some includes.
2011-06-08 Carl ShapiroMerge "Favor Object* over void* for the heap bitmap...
2011-06-08 Carl ShapiroFix two issues with the card table.
2011-06-08 Elliott HughesFix regular exit.
2011-06-08 Carl ShapiroFavor Object* over void* for the heap bitmap interfaces.
2011-06-07 Elliott HughesImprove "waiting on"/"waiting to lock" SIGQUIT dump...
2011-06-07 Elliott HughesFix gunit test build.
2011-06-07 Elliott HughesSwitch dvmHumanReadableDescriptor over to std::string.
2011-06-07 Elliott HughesUse std::string rather than malloc/free for saneDirName.
2011-06-06 Dan BornsteinNote a possible improvement.
2011-06-02 Dan BornsteinAdd some error checking and clean out some cruft.
2011-05-27 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
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.
next