OSDN Git Service

android-x86/dalvik.git
2012-01-18 Ben ChengMerge "Bug fix for control-flow construction involving...
2012-01-18 Ben ChengBug fix for control-flow construction involving nested...
2012-01-18 buzbeeRemove stale assert
2012-01-18 Jean-Baptiste... am 9e8b05e4: am a669206d: Merge "cleanup redundant...
2012-01-18 Jean-Baptiste... am a669206d: Merge "cleanup redundant interfaces from...
2012-01-17 Jean-Baptiste... Merge "cleanup redundant interfaces from iftable to...
2012-01-17 Nick Kralevicham 516c0968: am 390d7c08: fix personality call.
2012-01-17 Nick Kralevicham 390d7c08: fix personality call.
2012-01-13 Nick Kralevichfix personality call.
2012-01-13 Selim GurunFix log macro name
2012-01-13 Selim Gurunam ca5d7a30: am 311886c6: Prevent memory fragmentation.
2012-01-13 Selim Gurunam 311886c6: Prevent memory fragmentation.
2012-01-13 Jean-Baptiste... am 6dea1575: Merge "fix dvmDbgOutputAllInterfaces to...
2012-01-13 Selim GurunPrevent memory fragmentation.
2012-01-13 Jean-Baptiste... Merge "fix dvmDbgOutputAllInterfaces to include only...
2012-01-13 Johannes Rudolphcleanup redundant interfaces from iftable to avoid...
2012-01-12 Jesse WilsonProvide detail when methods or fields exceed the limit.
2012-01-12 Johannes Rudolphfix dvmDbgOutputAllInterfaces to include only direct...
2012-01-10 Elliott HughesFix a small memory leak.
2012-01-08 Steve BlockRename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
2012-01-06 Steve BlockRename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
2012-01-06 Elliott HughesRemove misleading and outdated documentation.
2012-01-06 Elliott HughesRemove documentation that's now in docs/source.android...
2012-01-05 Steve BlockRename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
2012-01-05 Elliott HughesRemove unsupported experimental opcodes.
2012-01-05 Jesse WilsonMerge "Remove dexmaker code from dx."
2012-01-04 Jesse WilsonRemove dexmaker code from dx.
2012-01-03 Steve BlockRename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
2011-12-21 Hugo HudsonIntroduces ProxyBuilder and tests.
2011-12-16 Hugo HudsonMerge "DexGenerator: allow specifying dex cache dir."
2011-12-16 Hugo HudsonDexGenerator: allow specifying dex cache dir.
2011-12-14 Brian CarlstromDexOptions should default targetApiLevel to API_NO_EXTE...
2011-12-13 Jesse WilsonMerge "Don't throw an AssertionError on invalid input."
2011-12-13 Jesse WilsonDon't throw an AssertionError on invalid input.
2011-12-12 Jesse WilsonMerge "Remove dx's copy of JUnit."
2011-12-09 The Android... am 2ca72c70: Reconcile with ics-mr1-release
2011-12-09 Jesse WilsonRemove dx's copy of JUnit.
2011-12-09 Jesse WilsonAdmit to not supporting over 65,536 methods.
2011-12-08 The Android... Reconcile with ics-mr1-release
2011-12-02 The Android... Reconcile with ics-mr1-release
2011-12-02 The Android... merge in ics-mr1-release history after reset to ics-mr1
2011-12-01 Ben Chengam a18e6d13: Initialize the vC field of inlined getters...
2011-12-01 Ben ChengInitialize the vC field of inlined getters/setters.
2011-12-01 Ben Chengam ee155d4f: Initialize the JNI indirect ref table...
2011-11-30 Ben ChengInitialize the JNI indirect ref table to make Valgrind...
2011-11-22 Jeff BrownUse libcorkscrew to format the stack trace.
2011-11-18 Jesse WilsonFix DexMerger to emit dex files without extended op...
2011-11-17 Jesse WilsonBe humane when there are more methods or fields than...
2011-11-17 Hugo HudsonCan't set variable to null with loadConstant.
2011-11-17 Hugo HudsonThis test fails with a class not found error.
2011-11-10 The Android... Reconcile with ics-mr1-release
2011-11-10 Andy McFaddenam cab0fdf8: (-s ours) DO NOT MERGE Further refinement...
2011-11-10 The Android... merge in ics-mr1-release history after reset to ics-mr1
2011-11-10 Andy McFaddenDO NOT MERGE Further refinement of card table clear
2011-11-09 Andy McFaddenFurther refinement of card table clear
2011-11-08 Andy McFaddenMerge "Fix reporting of initial pause time"
2011-11-08 Andy McFaddenFix reporting of initial pause time
2011-11-07 The Android... Reconcile with ics-mr1-release
2011-11-06 The Android... merge in ics-mr1-release history after reset to ics-mr1
2011-11-05 Elliott Hughesam 6cd72bd0: Merge "Don\'t pay for filename/line number...
2011-11-05 Elliott Hughesam 50e01501: Merge "Knock ::self() out of the ParseXml...
2011-11-05 Andy McFaddenam 4c83f214: Merge "Reduce Dalvik card table overhead...
2011-11-05 Andy McFaddenam ccf4c9d9: Don\'t decr profiling count without incr
2011-11-05 Jeff BrownMerge "Slight change to unwinder API."
2011-11-05 Elliott HughesMerge "Don't pay for filename/line number lookup unless...
2011-11-05 Elliott HughesMerge "Knock ::self() out of the ParseXml profile....
2011-11-04 Andy McFaddenMerge "Reduce Dalvik card table overhead" into ics-mr1
2011-11-04 Andy McFaddenDon't decr profiling count without incr
2011-11-04 Andy McFaddenReduce Dalvik card table overhead
2011-11-04 The Android... Reconcile with ics-mr1-release
2011-11-04 Elliott HughesDon't pay for filename/line number lookup unless you...
2011-11-04 Jeff BrownSlight change to unwinder API.
2011-11-03 Elliott HughesKnock ::self() out of the ParseXml profile.
2011-11-03 Andy McFaddenam ab97cd16: Start profiling after state prep
2011-11-03 Andy McFaddenStart profiling after state prep
2011-11-03 Siva VelusamyMerge "hprof-conv: Better error message when run on...
2011-11-03 Siva Velusamyhprof-conv: Better error message when run on a 1.0...
2011-11-03 Jeff BrownMerge "Disable dumping native stacks of non-Dalvik...
2011-11-03 Elliott Hughesam c4102d66: (-s ours) Merge "DO NOT MERGE: Optimize...
2011-11-03 Elliott HughesMerge "DO NOT MERGE: Optimize IndirectRefTable." into...
2011-11-03 Andy McFaddenam 63cd4b08: Don\'t malloc between fork and exec
2011-11-03 Jeff BrownDisable dumping native stacks of non-Dalvik threads.
2011-11-02 Andy McFaddenDon't malloc between fork and exec
2011-11-02 Andy McFaddenam 5269ef7b: am 3931f798: Fix cleanup (cherry-picked...
2011-11-02 Ben Chengam f51d43f0: am e3d9cde4: Disable JIT single-stepping...
2011-11-02 Andy McFaddenam a78b1255: Fix cleanup
2011-11-02 The Android... merge in ics-mr1-release history after reset to ics-mr1
2011-11-01 Andy McFaddenam 3931f798: Fix cleanup (cherry-picked from ics-mr1)
2011-11-01 Andy McFaddenFix cleanup
2011-11-01 Ben Chengam e3d9cde4: Disable JIT single-stepping resume mode.
2011-11-01 Ben ChengDisable JIT single-stepping resume mode.
2011-11-01 Andy McFaddenFix cleanup
2011-11-01 Jeff BrownDO NOT MERGE: Optimize IndirectRefTable.
2011-10-31 The Android... Reconcile with ics-mr1-release
2011-10-28 Ben ChengFix single-stepping resume mode in the interpreter.
2011-10-28 Ben Chengam f4948cc1: am b1e2271b: Fix single-stepping resume...
2011-10-28 Ben Chengam 8faec7e7: Fix single-stepping resume mode in the...
2011-10-28 Ben Chengam b1e2271b: Fix single-stepping resume mode in the...
2011-10-28 Ben ChengFix single-stepping resume mode in the interpreter.
2011-10-28 Ben ChengFix single-stepping resume mode in the interpreter.
next