OSDN Git Service

am 92ab8d50: am 531f7273: am 54ff31a5: Merge "Compact merged dexes on their byte...
[android-x86/dalvik.git] / vm / analysis /
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 buzbeeam 90f276bc: Pack interpSave struct to fix x86 & Arm...
2011-05-25 buzbeeam cf4a20cf: Interpreter/Debugger fix #4479968
2011-05-24 Jeff Brownam 9522632b: Merge "Support wrapping app processes...
2011-05-23 buzbeeam 97b22b8d: Fix alt handling for Jumbo ops
2011-05-12 Ben Chengam fe108f77: Fix a Thumb vs Thumb2 codegen bug.
2011-05-11 Ben Chengam 313d430d: Another single-stepping fix in JIT self...
2011-05-10 Ben Chengam e346f7d8: Fix a couple debugging issues involving...
2011-05-07 Carl ShapiroEstablish a subclass relationships among the field...
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-03 buzbeeam 00ceb87d: Fix for double breakpoint (issue 4378296)
2011-05-02 Brian Carlstromam 7b609f05: Remove javax.net.ssl.trustStore from dalvi...
2011-04-29 jeffhaoam 933b86e6: Bugfix for constant propagation of float...
2011-04-29 Elliott HughesMerge "Enhance FindUsages to treat its strings as regul...
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-26 Ben Chengam de9e2b90: Bug fixes for ld/st elimination.
2011-04-26 jeffhaoam 98bfc3b7: Bug fix for SCCP improperly handling phis...
2011-04-22 Ben Chengam 381333db: Fix self-verification with backward branch...
2011-04-22 Ben Chengam 9f54185b: Set "needFallThroughBranch" flag during...
2011-04-21 Elliott HughesMerge "Fix -Xjniopts:forcecopy, which I broke." into...
2011-04-21 buzbeeam 90232632: Kill stale assert, fix for 4310384
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 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-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 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-16 Jesse WilsonMerge "Return Code instances from Method.declare."...
2011-04-16 Carl ShapiroMerge "Move the verifier and parts of the interpreter...
2011-04-15 Carl ShapiroMove the verifier and parts of the interpreter into...
2011-04-15 Jesse WilsonMerge "Bare-bones dex code generator." into dalvik-dev
2011-04-14 Dan BornsteinMerge "Cleanup." into dalvik-dev
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 Nick Kralevichmake dvmOpenCachedDexFile resistant to umask changes.
2011-04-14 Elliott Hughesam 80aedd4d: The jni-tips documentation has moved to...
2011-04-14 Carl ShapiroMerge "Move fundamental object definitions and operatio...
2011-04-14 Carl ShapiroMove fundamental object definitions and operations...
2011-04-13 buzbeeam e7147462: Fix debugger performance regression
2011-04-11 Carl ShapiroMerge "Add additional asserts and combine declarations...
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-09 buzbeeam 8d6291cc: Merge "[JIT] Fix volatile test"
2011-04-09 Elliott Hughesam 2336a395: Merge "Add jniThrowExceptionFmt."
2011-04-08 buzbeeam f1b53179: Merge "Fix method profiling [issue 4260697]"
2011-04-08 Joe Onoratoam 80d118ae: Revert "[JIT] Fix volatile test" - breaks...
2011-04-08 jeffhaoMerge "Updated dx to emit rsub instructions whenever...
2011-04-08 buzbeeam 11fb99d5: [JIT] Fix volatile test
2011-04-08 jeffhaoam 9688de1e: Bug fix for rsubs being improperly generated.
2011-04-08 jeffhaoMerge "Bug fix for rsubs being improperly generated...
2011-04-08 Carl ShapiroCompile the garbage collector and heap profiler as...
2011-04-01 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-03-30 Brian Carlstromam 3a2e2a73: Merge "SamplingProfilerIntegration and...
2011-03-28 buzbeeresolved conflicts for merge of ac815100 to dalvik-dev
2011-03-25 Elliott HughesMerge "Automatically dump stack traces in dvmAbort...
2011-03-24 jeffhaoMerge "Various dx fixes to make it preserve locals...
2011-03-24 buzbeeInterpreter fix - limit suspend checks
2011-03-24 Dan Bornsteinam 4624f350: am 17aff091: am b1101e84: am 486ac3c0...
2011-03-19 buzbeeresolved conflicts for merge of 9553565f to dalvik-dev
2011-03-18 Jesse Wilsonam b4bb7f73: Add a \'dalvik\' shell script to launch...
2011-03-15 Jesse WilsonMerge "Fix bugs in instruction parsing for incremental...
2011-03-15 Dan BornsteinMerge "Clean up field offset initialization." into...
2011-03-15 Iliyan Malchevam c73d12f6: dalvik: remove LOCAL_PRELINK_MODULE
2011-03-14 Andy McFaddenMerge "Replace jumbo opcodes in certain circumstances...
2011-03-14 Andy McFaddenReplace jumbo opcodes in certain circumstances
2011-03-14 Ben ChengMerge "Print class/method info for virtual callsites...
2011-03-12 Carl ShapiroMerge "Free the slot data when freeing an indirect...
2011-03-12 Carl ShapiroMerge "Add a predicate that returns true for addresses...
2011-03-12 Carl ShapiroMerge "Do not allocate native objects on the managed...
2011-03-12 Jesse WilsonMerge "Fix bugs in incremental dx." into dalvik-dev
2011-03-12 jeffhaoMerge "Verifier allows certain errors so they can fail...
2011-03-12 Dan BornsteinMerge "Clean up how primitive types are handled." into...
2011-03-12 Ying Wangam ce52ba38: Build libdexdump_static.
2011-03-12 Dan BornsteinClean up how primitive types are handled.
2011-03-11 Andy McFaddenMerge "Clean up stale cases" into dalvik-dev
2011-03-11 Andy McFaddenClean up stale cases
2011-03-11 Dan BornsteinMerge "Extract more reference inits." into dalvik-dev
2011-03-11 Andy McFaddenMerge "Add volatile/jumbo opcodes" into dalvik-dev
2011-03-11 Andy McFaddenAdd volatile/jumbo opcodes
2011-03-08 Carl ShapiroMerge "Compute a length based on heap size instead...
2011-03-08 Carl ShapiroMerge "Finish the indirect reference implementation...
2011-03-08 buzbeeresolved conflicts for merge of 10185db0 to dalvik-dev
2011-03-08 buzbeeresolved conflicts for merge of d063e255 to honeycomb...
2011-03-07 Dan BornsteinCollate more of the low-level class lookups.
2011-03-04 Dan BornsteinMerge "More exception rework." into dalvik-dev
2011-03-04 Andy McFaddenMerge "Low-level support for in-memory DEX" into dalvik-dev
2011-03-04 Andy McFaddenLow-level support for in-memory DEX
next