OSDN Git Service

Add a dual clock profiler tracing mode.
[android-x86/dalvik.git] / vm / mterp /
2011-06-22 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-06-21 Jesse Wilsonam bea345e1: Fix the watchdog test to handle the failur...
2011-06-21 Jesse Wilsonam 0c632a84: Merge "Add isDebuggerActive API for the...
2011-06-16 Elliott Hughesam a7ab2182: Fix unbundled apps on pre-ICS devices.
2011-06-15 Carl Shapiroam cd10c009: am f682dd64: (-s ours) am 1dd6e412: am...
2011-06-15 Carl Shapiroam f682dd64: (-s ours) am 1dd6e412: am a028d87f: Always...
2011-06-15 Carl Shapiroam 1dd6e412: am a028d87f: Always grow the limit address...
2011-06-15 Carl ShapiroNormalize the include guard style.
2011-05-27 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
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-26 Carl ShapiroMerge "Eliminate the dvmHeapSourceGetPtrFlag interface...
2011-05-25 Dan BornsteinMerge "Update dex file magic number." into dalvik-dev
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 buzbeeam 97b22b8d: Fix alt handling for Jumbo ops
2011-05-23 buzbeeFix 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 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 Carl ShapiroFixes to allow the debug VM configuration to build.
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-02 Carl ShapiroMerge "Add a cast required for assigning a ClassObject...
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-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 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-27 Carl ShapiroEliminate the PROFILE_FIELD_ACCESS feature.
2011-04-27 Elliott HughesMerge "Add -Xjniopts:forcecopy-unmap to catch more...
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-25 buzbeeRefine & simplify the interBreak mechanism
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-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 ShapiroMove the interpreter into C++.
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-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 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 Jesse WilsonMerge "Adjust basis against which enum performance...
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-16 Carl ShapiroMove the remaining non-compiler VM code into C++.
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-09 Elliott HughesMerge "Add jniThrowExceptionFmt."
2011-04-08 Carl ShapiroMerge "Fix for loops and eliminate some other undesirab...
2011-04-08 buzbeeam f1b53179: Merge "Fix method profiling [issue 4260697]"
2011-04-08 buzbeeMerge "Fix method profiling [issue 4260697]"
2011-04-08 buzbeeFix method profiling [issue 4260697]
2011-04-05 Dan BornsteinMerge "Fix some stale docs references." into dalvik-dev
2011-04-05 buzbeeam a4a19037: Fix x86 fast interpreter
2011-04-05 buzbeeFix x86 fast interpreter
2011-04-01 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-03-31 Elliott HughesMerge "Improve diagnostics when non-String passed as...
2011-03-30 Jesse WilsonMerge "Update a test to handle a different anonymous...
2011-03-30 buzbeeMerge "Fix interpreter debug attach" into dalvik-dev
2011-03-30 buzbeeFix interpreter debug attach
2011-03-30 Brian Carlstromam 3a2e2a73: Merge "SamplingProfilerIntegration and...
2011-03-30 Brian CarlstromMerge "SamplingProfilerIntegration and SamplingProfiler...
2011-03-29 Elliott HughesMerge "Improve diagnostics when RegisterNatives fails...
2011-03-29 buzbeeMerge "Add safepoint callback for gc" into dalvik-dev
2011-03-29 buzbeeAdd safepoint callback for gc
2011-03-28 Jesse WilsonMerge "Support reflective lookup of single fields....
2011-03-28 Andy McFaddenMerge "Prep DDMS stuff in InitRefs" into dalvik-dev
2011-03-28 Andy McFaddenMerge "Fix a couple of asserts" into dalvik-dev
2011-03-28 buzbeeresolved conflicts for merge of ac815100 to dalvik-dev
2011-03-28 buzbeeFix x86-atom build
2011-03-24 Andy McFaddenMerge "Various JDWP updates" into dalvik-dev
2011-03-24 Dan Bornsteinam 4624f350: am 17aff091: am b1101e84: am 486ac3c0...
2011-03-24 Dan Bornsteinam 17aff091: am b1101e84: am 486ac3c0: Removing inaccur...
next