OSDN Git Service

Dalvik fast interpreter support and JIT implementation
[android-x86/dalvik.git] / vm / mterp / out / InterpC-x86-atom.cpp
2012-06-19 Raghu GandhamDalvik fast interpreter support and JIT implementation
2012-06-19 Chris DearmanUse old frame for dvmReportPreNativeInvoke/dvmReportPos...
2012-06-19 Chris DearmanRestore fp after calling JNI method in allstubs interpreter
2012-06-19 Raghu GandhamFix the warning emitted by codesourcery compiler 4.5.2
2012-06-19 Chris DearmanFix instruction logging messages
2012-06-19 Chris DearmanFix the portable interpreter build
2011-08-30 Raphael Mollam 4130f726: am 1dd1d924: am e4e76feb: Merge "Set DX...
2011-08-10 Jeff Brownam be3942f2: (-s ours) am 3245c2e4: am 5017f3f2: Merge...
2011-08-10 Jeff Brownam 8ddfe8b4: (-s ours) am a0533621: am 9df264db: Merge...
2011-08-02 The Android Open... Reconcile with honeycomb-mr2-release
2011-07-21 The Android Automergermerge in ics-release history after reset to master
2011-07-20 Elliott HughesMerge "Don't use dvmIsValidObject outside the GC."
2011-07-20 Elliott HughesDon't use dvmIsValidObject outside the GC.
2011-07-14 Raphaelresolved conflicts for merge of 72b7c617 to master
2011-07-13 Raphael Mollam 68e8f6c0: am 53015360: am 5a57e766: Merge "Change...
2011-07-13 David 'Digit' Turneram f54c7016: am c8d71801: resolved conflicts for merge...
2011-06-23 Elliott Hughesresolved conflicts for merge of cc8c750a to master
2011-06-15 Carl Shapiroam f682dd64: (-s ours) am 1dd6e412: am a028d87f: Always...
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-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 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-03 buzbeeam 00ceb87d: Fix for double breakpoint (issue 4378296)
2011-05-02 buzbeeMerge "x86 interpreter fix" into dalvik-dev
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-27 Carl ShapiroEliminate the PROFILE_FIELD_ACCESS feature.
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 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 ShapiroMove the interpreter into C++.