OSDN Git Service

android-x86/dalvik.git
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...
2011-04-21 Elliott HughesFix -Xjniopts:forcecopy, which I broke.
2011-04-21 buzbeeam 90232632: Kill stale assert, fix for 4310384
2011-04-21 buzbeeKill stale assert, fix for 4310384
2011-04-21 Carl ShapiroRemove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.
2011-04-21 Carl ShapiroMerge "Remove unneeded void argument list declarations...
2011-04-20 Carl ShapiroRemove unneeded void argument list declarations.
2011-04-20 Carl ShapiroMove the interpreter into C++.
2011-04-20 Carl ShapiroMerge "Move the compiler into C++." into dalvik-dev
2011-04-20 Carl Shapiroam 4dd60e2c: am 6892cab9: am e4195e1c: Fix a type error...
2011-04-20 Carl Shapiroam 6892cab9: am e4195e1c: Fix a type error in the alloc...
2011-04-20 Carl Shapiroam e4195e1c: Fix a type error in the allocation of...
2011-04-20 Carl ShapiroFix a type error in the allocation of non-moving arrays.
2011-04-20 Carl ShapiroRevert "am 024b7b9d: am a0739ea3: am af242824: Revert...
2011-04-20 Carl ShapiroMove the compiler into C++.
2011-04-19 Jesse WilsonMerge "Change Type, Method and Field to be IDs rather...
2011-04-19 Carl ShapiroMerge "Replace public uses of dvmAllocArray with dvmAll...
2011-04-19 Sriram Ramanam d336a946: am 024b7b9d: am a0739ea3: am af242824...
2011-04-19 Sriram Ramanam 024b7b9d: am a0739ea3: am af242824: Revert "Fix...
2011-04-19 Sriram Ramanam a0739ea3: am af242824: Revert "Fix a type error...
2011-04-19 Sriram Ramanam af242824: Revert "Fix a type error in the allocation...
2011-04-19 Sriram RamanRevert "Fix a type error in the allocation of non-movin...
2011-04-19 Carl ShapiroReplace public uses of dvmAllocArray with dvmAllocArray...
2011-04-19 Jesse WilsonChange Type, Method and Field to be IDs rather than...
2011-04-19 Carl Shapiroam f4b9e275: am 8bfb6dec: am bb8c2f35: am bdd06aad...
2011-04-19 Carl Shapiroam 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error...
2011-04-19 Carl Shapiroam bb8c2f35: am bdd06aad: Fix a type error in the alloc...
2011-04-19 Carl Shapiroam bdd06aad: Fix a type error in the allocation of...
2011-04-19 Carl ShapiroMerge "Remove dvmAllocObjectArray and all of its uses...
2011-04-19 Dan BornsteinTweaks for C++ compilation.
2011-04-19 Carl ShapiroRemove dvmAllocObjectArray and all of its uses.
2011-04-19 Carl ShapiroMerge "Improve the impossible allocation log message...
2011-04-19 Jesse WilsonMerge "Adjust basis against which enum performance...
2011-04-19 Carl ShapiroImprove the impossible allocation log message.
2011-04-19 Carl ShapiroFix a type error in the allocation of non-moving arrays.
2011-04-18 Jesse WilsonAdjust basis against which enum performance is compared.
2011-04-18 Carl ShapiroFix a type error in the allocation of non-moving arrays.
2011-04-18 buzbeeMerge "[JIT] Clear inJitCodeCache flag on return" into...
2011-04-18 Carl ShapiroMerge "Move the remaining non-compiler VM code into...
2011-04-18 buzbee[JIT] Clear inJitCodeCache flag on return
2011-04-17 Jesse WilsonSupport catch blocks.
2011-04-16 Jesse WilsonMerge "Return Code instances from Method.declare."...
2011-04-16 Jesse WilsonReturn Code instances from Method.declare.
2011-04-16 Carl ShapiroMove the remaining non-compiler VM code into C++.
2011-04-16 Elliott HughesFix build by reverting NELEM change.
2011-04-16 Elliott HughesIn C++, we can offer a better NELEM.
2011-04-16 Carl ShapiroMerge "Move the verifier and parts of the interpreter...
2011-04-16 Elliott HughesMerge "Start actually using C++ in the JNI implementati...
2011-04-15 Carl ShapiroMove the verifier and parts of the interpreter into...
2011-04-15 Elliott HughesStart actually using C++ in the JNI implementation.
next