OSDN Git Service

android-x86/dalvik.git
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.
2011-04-15 Jesse WilsonDon't require a dalvikvm to build.
2011-04-15 Jesse WilsonMerge "Bare-bones dex code generator." into dalvik-dev
2011-04-15 Jesse WilsonBare-bones dex code generator.
2011-04-15 Elliott HughesMore JNI implementation cleanup.
2011-04-15 Elliott HughesMerge "Switch the JNI code over to C++." into dalvik-dev
2011-04-14 Elliott HughesSwitch the JNI code over to C++.
2011-04-14 Dan BornsteinMerge "Cleanup." into dalvik-dev
2011-04-14 Elliott HughesFix out-of-date comments.
2011-04-14 Dan BornsteinCleanup.
2011-04-14 Carl ShapiroMove JDWP into C++ and add extern "C" to remaining...
2011-04-14 Dan BornsteinMerge "Compile libdex as C++." into dalvik-dev
2011-04-14 Nick Kralevicham 780d3e25: make dvmOpenCachedDexFile resistant to...
2011-04-14 Dan BornsteinCompile libdex as C++.
2011-04-14 Nick Kralevichmake dvmOpenCachedDexFile resistant to umask changes.
2011-04-14 Elliott Hughesam 80aedd4d: The jni-tips documentation has moved to...
2011-04-14 Elliott HughesThe jni-tips documentation has moved to frameworks...
2011-04-14 Carl ShapiroMerge "Move fundamental object definitions and operatio...
2011-04-14 Ben ChengMerge "Fix self-verification with backward branches...
2011-04-14 Carl ShapiroMove fundamental object definitions and operations...
2011-04-14 Ben ChengFix self-verification with backward branches or invokes.
2011-04-13 Dan BornsteinAdd a class flag CLASS_ISCLASS.
2011-04-13 Carl ShapiroMerge "Move the reflection code into C++." into dalvik-dev
2011-04-13 buzbeeam e7147462: Fix debugger performance regression
2011-04-13 Carl ShapiroMove the reflection code into C++.
2011-04-13 buzbeeFix debugger performance regression
2011-04-13 Carl ShapiroConvert the internal and in-line natives to C++.
2011-04-11 Carl ShapiroMerge "Add additional asserts and combine declarations...
2011-04-11 Carl ShapiroAdd additional asserts and combine declarations with...
2011-04-11 buzbeeam 0161e158: Merge "Add missing JUMBO opcodes to volati...
2011-04-11 buzbeeMerge "Add missing JUMBO opcodes to volatile rewriting"
2011-04-11 buzbeeam 5867bea1: [JIT] Close code cache race window
2011-04-11 buzbeeAdd missing JUMBO opcodes to volatile rewriting
2011-04-11 buzbee[JIT] Close code cache race window
2011-04-11 jeffhaoDx block dumper no longer fails on abstract and native...
2011-04-09 buzbeeam 8d6291cc: Merge "[JIT] Fix volatile test"
2011-04-09 buzbeeMerge "[JIT] Fix volatile test"
2011-04-09 buzbee[JIT] Fix volatile test
2011-04-09 Elliott Hughesam 2336a395: Merge "Add jniThrowExceptionFmt."
2011-04-09 Elliott HughesMerge "Add jniThrowExceptionFmt."
2011-04-09 Elliott HughesAdd jniThrowExceptionFmt.
2011-04-08 Carl ShapiroMerge "Fix for loops and eliminate some other undesirab...
2011-04-08 Carl ShapiroFix for loops and eliminate some other undesirable...
2011-04-08 buzbeeam f1b53179: Merge "Fix method profiling [issue 4260697]"
2011-04-08 buzbeeMerge "Fix method profiling [issue 4260697]"
next