OSDN Git Service

android-x86/dalvik.git
2012-06-05 Johannes CarlssonAdd test cases for concurrent gc and System.arraycopy
2012-05-30 Elliott HughesMerge "Running rebuild.sh found a few changes to be...
2012-05-30 Raghu GandhamRunning rebuild.sh found a few changes to be updated to
2012-05-11 Elliott HughesMerge " Trim after explicit gc."
2012-05-11 SangWook Han Trim after explicit gc.
2012-05-11 Elliott HughesMerge " Fix: Issue 26627: Dalvik Heap Trim timer value...
2012-05-11 SangWook Han Fix: Issue 26627: Dalvik Heap Trim timer value after GC
2012-05-03 Elliott HughesMerge "Pad the 8 and 16 bit Jvalue members"
2012-05-03 Chris DearmanPad the 8 and 16 bit Jvalue members
2012-05-03 Elliott HughesMerge "[MIPS] Dalvik fast interpreter support and JIT...
2012-05-03 Elliott HughesMerge "Fix a bug in dvmQuasiAtomicsShutdown."
2012-05-02 Elliott HughesFix a bug in dvmQuasiAtomicsShutdown.
2012-05-02 Raghu Gandham[MIPS] Dalvik fast interpreter support and JIT implemen...
2012-05-02 Elliott HughesMerge "Support architectures that require correctly...
2012-05-02 Elliott HughesMerge "Simplify the quasi-atomic stuff and add MIPS...
2012-05-02 Elliott HughesSimplify the quasi-atomic stuff and add MIPS support.
2012-05-01 Elliott HughesMerge changes I8669dfbc,I0ffb15b7,Ib2b8e87a,Ifc7de30e
2012-05-01 Elliott HughesMerge "Fix the portable interpreter build"
2012-05-01 Elliott HughesMerge "Fixed bug in x86-atom fast interpreter. Adds...
2012-04-20 Elliott HughesMerge "Fix a leak in the JIT."
2012-04-20 Elliott HughesFix a leak in the JIT.
2012-04-19 Elliott HughesMerge "Fix a small memory leak."
2012-04-19 Elliott HughesFix a small memory leak.
2012-03-31 Elliott HughesMerge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"
2012-03-28 Elliott Hughesam 6bcf5d20: Merge "Obvious mix of = and =="
2012-03-28 Elliott Hughesam 54ff31a5: Merge "Compact merged dexes on their byte...
2012-03-27 Elliott HughesMerge "Obvious mix of = and =="
2012-03-27 Elliott HughesMerge "Compact merged dexes on their byte aligned size"
2012-03-27 Mark GordonObvious mix of = and ==
2012-03-11 Charlie GrovesCompact merged dexes on their byte aligned size
2012-02-15 Chris DearmanUse old frame for dvmReportPreNativeInvoke/dvmReportPos...
2012-02-15 Chris DearmanRestore fp after calling JNI method in allstubs interpreter
2012-02-15 Raghu GandhamFix the warning emitted by codesourcery compiler 4.5.2
2012-02-15 Chris DearmanFix instruction logging messages
2012-02-15 Chris DearmanFix the portable interpreter build
2012-02-14 Raghu GandhamSupport architectures that require correctly aligned...
2012-02-13 Jean-Baptiste... am c1052f9a: Merge "Add a test for a dalvikvm \'switch...
2012-02-13 Jean-Baptiste... Merge "Add a test for a dalvikvm 'switch' bug."
2012-02-10 Elliott HughesAdd a test for a dalvikvm 'switch' bug.
2012-02-01 Jean-Baptiste... am 2fe129bf: Merge "Updates to the VM tests."
2012-02-01 Jean-Baptiste... Merge "Updates to the VM tests."
2012-02-01 Elliott HughesUpdates to the VM tests.
2012-01-31 Chris DearmanSet SYSTEM_PAGE_SIZE from PAGE_SHIFT
2012-01-23 The Android... Reconcile with ics-mr1-release
2012-01-21 The Android... merge in ics-mr1-release history after reset to ics-mr1
2012-01-20 jeffhaoam 1c7e1e14: Fix to dex verifier to handle float types...
2012-01-19 jeffhaoFix to dex verifier to handle float types that look...
2012-01-19 The Android... Reconcile with ics-mr1-release
2012-01-19 The Android... merge in ics-mr1-release history after reset to ics-mr1
2012-01-19 Ben Chengam 232c385b: Bug fix for control-flow construction...
2012-01-18 Ben ChengBug fix for control-flow construction involving nested...
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 390d7c08: fix personality call.
2012-01-14 The Android... merge in ics-mr1-release history after reset to ics-mr1
2012-01-13 Nick Kralevichfix personality call.
2012-01-13 Selim Gurunam 311886c6: Prevent memory fragmentation.
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 Johannes Rudolphfix dvmDbgOutputAllInterfaces to include only direct...
2011-12-08 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 ChengInitialize the vC field of inlined getters/setters.
2011-11-30 Ben ChengInitialize the JNI indirect ref table to make Valgrind...
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-06 The Android... merge in ics-mr1-release history after reset to ics-mr1
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 Elliott HughesDon't pay for filename/line number lookup unless you...
2011-11-03 Elliott HughesKnock ::self() out of the ParseXml profile.
2011-11-03 Andy McFaddenStart profiling after state prep
2011-11-03 Elliott HughesMerge "DO NOT MERGE: Optimize IndirectRefTable." into...
2011-11-02 Andy McFaddenDon't malloc between fork and exec
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-28 Ben ChengFix single-stepping resume mode in the interpreter.
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.
2011-10-20 The Android... merge in ics-release history after reset to master
2011-10-19 Jesse WilsonMerge "Provide debugging info should extended opcode...
2011-10-19 Jesse WilsonProvide debugging info should extended opcode lookup...
2011-10-18 The Android... merge in ics-release history after reset to master
2011-10-14 Elliott HughesAvoid deadlock.
2011-10-11 The Android... merge in ics-release history after reset to master
2011-10-10 Ben ChengMerge "Leave up to 512 chars of gDvm.lastMessage on...
2011-10-10 Ben ChengLeave up to 512 chars of gDvm.lastMessage on dvmAbort...
2011-10-10 jeffhaoMerge "Reordered some checks and added more to the...
2011-10-10 Ben ChengMerge "Revert "Use the card table to scan the immune...
2011-10-10 Ben ChengRevert "Use the card table to scan the immune region...
next