OSDN Git Service

Merge "Use memchr to scan the card table." into dalvik-dev
[android-x86/dalvik.git] / vm /
2011-02-15 Carl ShapiroMerge "Use memchr to scan the card table." into dalvik-dev
2011-02-15 Carl ShapiroUse memchr to scan the card table.
2011-02-15 Jesse WilsonMerge "Fix some bugs in the new dx instruction code...
2011-02-15 buzbeeMerge "Remove spurious code from bad merge/pilot error...
2011-02-15 buzbeeRemove spurious code from bad merge/pilot error
2011-02-14 Andy McFaddenresolved conflicts for merge of 6e2af6d2 to dalvik-dev
2011-02-14 Andy McFaddenFix "all stubs" interpreter
2011-02-14 Andy McFaddenMerge "Remove gclog.py" into dalvik-dev
2011-02-14 Ben ChengMerge "Add scheduling barrier at the end of IT blocks...
2011-02-12 Ben ChengAdd scheduling barrier at the end of IT blocks for...
2011-02-12 Andy McFaddenMerge "Rename invoke-direct-empty to invoke-object...
2011-02-11 Andy McFaddenRename invoke-direct-empty to invoke-object-init
2011-02-11 Carl ShapiroFast fail impossible allocations.
2011-02-10 Elliott HughesMerge "Fix an out-of-date comment." into dalvik-dev
2011-02-10 Andy McFaddenMerge "Tweak the 64-bit load/store code" into dalvik-dev
2011-02-10 Andy McFaddenTweak the 64-bit load/store code
2011-02-10 Elliott HughesFix an out-of-date comment.
2011-02-10 Elliott HughesMerge "Move more system propery handling into managed...
2011-02-10 Elliott HughesMove more system propery handling into managed code.
2011-02-10 jeffhaoMerge "Reverting SCCP change to division because the...
2011-02-10 jeffhaoMerge "Added support for integer division to SCCP....
2011-02-10 Elliott HughesMerge "Move more system property handling into managed...
2011-02-10 Elliott HughesMove more system property handling into managed code.
2011-02-10 Carl ShapiroMerge "Split addNewHeap into separate definitions....
2011-02-10 Carl ShapiroSplit addNewHeap into separate definitions.
2011-02-09 Carl ShapiroMerge "Remove the unused argument to dvmCollectGarbage...
2011-02-09 jeffhaoMerge "SCCP propagates more constants and prunes unexec...
2011-02-09 Carl ShapiroRemove the unused argument to dvmCollectGarbage.
2011-02-09 Carl ShapiroRemove the private CLZ implementation in the GC.
2011-02-09 Carl ShapiroMerge "Move the duplicated alignment macros to a common...
2011-02-09 Carl ShapiroMerge "Replace dvmValidateObject with ordinary null...
2011-02-09 Carl ShapiroMerge "Let tryMalloc field over-sized allocation errors...
2011-02-09 Andy McFaddenMerge "Add huge-array OOM test" into dalvik-dev
2011-02-09 Ben ChengMerge "Misc goodies in the JIT in preparation for more...
2011-02-09 Andy McFaddenam 6f562a3a: Merge "Make Release(JNI_COMMIT) faster"
2011-02-09 Andy McFaddenam 81abf28f: Remove JNI_FORCE_C
2011-02-09 Andy McFaddenMerge "Make Release(JNI_COMMIT) faster"
2011-02-09 Carl ShapiroLet tryMalloc field over-sized allocation errors.
2011-02-09 Carl ShapiroReplace dvmValidateObject with ordinary null pointer...
2011-02-09 Carl ShapiroMove the duplicated alignment macros to a common location.
2011-02-09 Carl ShapiroMerge "Relocate the always in-lined functions from...
2011-02-09 Carl ShapiroRelocate the always in-lined functions from HeapBitmap.h.
2011-02-09 Ben ChengMisc goodies in the JIT in preparation for more aggress...
2011-02-09 Andy McFaddenMake Release(JNI_COMMIT) faster
2011-02-09 Andy McFaddenam 1fbcc3ad: Merge "Added JNI hack to support JNI hack"
2011-02-09 Andy McFaddenMerge "Added JNI hack to support JNI hack"
2011-02-08 Andy McFaddenAdded JNI hack to support JNI hack
2011-02-08 Kenny Rootam e3f9c573: Free some strings in error paths
2011-02-08 Carl ShapiroMerge "Remove the deprecated gcSoftReferences method...
2011-02-08 Kenny RootFree some strings in error paths
2011-02-08 Carl ShapiroRemove the deprecated gcSoftReferences method.
2011-02-07 Andy McFaddenam 85019f27: Avoid double-free on error.
2011-02-07 Andy McFaddenAvoid double-free on error.
2011-02-07 Dan BornsteinMerge "Move DexException to dx.util." into dalvik-dev
2011-02-06 Brian CarlstromMerge commit 'e502b66edd734e8265bc2bd8f1c2addb64b63e73...
2011-02-05 Carl ShapiroRemove unused and racey debugging code.
2011-02-05 Carl ShapiroRemove and outdated comment and logging macro.
2011-02-05 Andy McFaddenresolved conflicts for merge of d6e32b81 to dalvik-dev
2011-02-04 Andy McFaddenEnsure word atomicity in System.arraycopy
2011-02-04 Brian CarlstromMerge commit 'e6cad708e93dab280335d3f69917048c34cfc640...
2011-02-03 Dan BornsteinMerge "Make some "argument shape" be represented by...
2011-02-03 Bill BuzbeeMerge "[JIT] Fix for 3385583: Performance variance...
2011-02-03 jeffhaoMerge "Fixed SCCP to properly propagate reverse subtrac...
2011-02-03 Bill Buzbee[JIT] Fix for 3385583: Performance variance
2011-02-03 Carl ShapiroMerge "Guard against uninitialized objects when countin...
2011-02-03 Carl ShapiroDo not write to an unmarked object when freeing its...
2011-02-03 Carl ShapiroGuard against uninitialized objects when counting insta...
2011-02-03 The Android Automergermerge in honeycomb-release history after reset to honeycomb
2011-02-02 Dan BornsteinMerge "Simplify string transformation." into dalvik-dev
2011-02-02 Dan BornsteinMerge "Add range checking to DecodedInstruction." into...
2011-02-02 Carl Shapiroam 13a0e7b2: am 168ae921: am e7bf56c5: Use the global...
2011-02-02 Carl Shapiroam 168ae921: am e7bf56c5: Use the global maximum to...
2011-02-02 Carl Shapiroam e7bf56c5: Use the global maximum to compute the...
2011-02-02 Carl ShapiroUse the global maximum to compute the size of a new...
2011-02-01 Dan BornsteinMerge "More progress on instruction coding." into dalvi...
2011-02-01 Andy McFaddenam d9c39e0f: Update doc with actual version number.
2011-02-01 Carl ShapiroMerge "Remove the unused monitor tracking and deadlock...
2011-02-01 Dan BornsteinMerge "Add more direct encode() and decode() methods...
2011-02-01 Carl ShapiroRemove the unused monitor tracking and deadlock predict...
2011-02-01 Carl ShapiroMerge "Remove the HPROF stack trace collection feature...
2011-02-01 jeffhaoMerge "Changed reg allocator to try mapping phi sources...
2011-02-01 Carl ShapiroRemove the HPROF stack trace collection feature.
2011-01-30 The Android Open... am 01025db4: am d820da20: Reconcile gingerbread-plus...
2011-01-30 The Android Open... Mass merge from gingerbread - do not merge
2011-01-30 Andy McFaddenMerge "Make more DEX optimizations "essential"" into...
2011-01-30 Andy McFaddenMerge "Added a comment to String.equals implementation...
2011-01-29 Dan Bornsteinam 81058aaf: (-s ours) Use bcopy() to move object refs...
2011-01-29 Dan Bornsteinam ae7faf48: (-s ours) am b46125f2: (-s ours) am 08e544...
2011-01-29 Dan Bornsteinam 08e54499: (-s ours) am 81058aaf: Use bcopy() to...
2011-01-29 Andy McFaddenAdded a comment to String.equals implementation
2011-01-28 Andy McFaddenMake more DEX optimizations "essential"
2011-01-28 Dan Bornsteinam e8a7cddd: (-s ours) am 99d4ea09: am 3207edfa: Use...
2011-01-28 buzbeeMerge "[JIT} Fix bug in code cache lookup" into dalvik-dev
2011-01-28 buzbee[JIT} Fix bug in code cache lookup
2011-01-28 The Android Automergermerge in honeycomb-release history after reset to honeycomb
2011-01-28 Brian CarlstromMerge commit '907121653af99cd560113e6aea6e70c00eb5e7b3...
2011-01-28 Carl Shapiroam 7a52659a: am 76675cb5: am 9b6881c2: Fix accidental...
2011-01-28 Carl ShapiroMerge "resolved conflicts for merge of f2b77f75 to...
2011-01-28 Carl Shapiroresolved conflicts for merge of f2b77f75 to dalvik-dev
2011-01-28 Ben ChengMerge "Expand the "--dev" mode to cover VM development...
next