OSDN Git Service

android-x86/dalvik.git
2012-08-24 Ian RogersMerge "Fix for 6994917 GC is slower since JOO33B per...
2012-08-24 Brian CarlstromMerge "Fix build warning."
2012-08-24 Ying WangFix build warning.
2012-08-23 Ian RogersMerge "Trim pre-Zygote fork, fix under-estimate of...
2012-08-23 Mathieu ChartierFix for 6994917 GC is slower since JOO33B per Framework...
2012-08-23 Ian RogersTrim pre-Zygote fork, fix under-estimate of heap limit.
2012-08-20 Brian CarlstromMerge "Upgrade to dlmalloc 2.8.5."
2012-08-20 Ian RogersUpgrade to dlmalloc 2.8.5.
2012-08-13 Elliott HughesMerge "hardening: eliminate all text relocations from...
2012-08-11 Ard Biesheuvelhardening: eliminate all text relocations from lidbvm
2012-08-07 Elliott HughesMerge "Fix ALOGV bit rot."
2012-08-07 Elliott HughesFix ALOGV bit rot.
2012-08-06 Elliott HughesMerge "Don't crash on invalid string/type ids."
2012-08-06 Elliott HughesDon't crash on invalid string/type ids.
2012-08-06 Elliott HughesMerge "RETURN_VOID_BARRIER is also a return."
2012-08-06 Elliott HughesRETURN_VOID_BARRIER is also a return.
2012-08-03 Brian CarlstromMerge "Change dalvik script to use exec"
2012-08-03 Brian CarlstromChange dalvik script to use exec
2012-08-01 Elliott HughesMerge "Fix an array out-of-bound read in the JIT compiler."
2012-08-01 Douglas LeungFix an array out-of-bound read in the JIT compiler.
2012-07-31 Elliott HughesMerge "Fix the MIPS build: 1. LOG->ALOG conversion...
2012-07-31 Raghu GandhamFix the MIPS build:
2012-07-24 Elliott HughesMerge "Fix Method.getParameterAnnotations."
2012-07-23 Elliott HughesFix Method.getParameterAnnotations.
2012-07-20 Elliott HughesMerge "[X86] X86 trace JIT compiler support"
2012-07-20 Dong-Yuan Chen[X86] X86 trace JIT compiler support
2012-07-19 Elliott HughesMerge "Use uintptr_t for cast pointer to integer."
2012-07-19 SangWook HanUse uintptr_t for cast pointer to integer.
2012-07-18 Elliott HughesMerge "Remove untested SH "support"; bionic long since...
2012-07-18 Elliott HughesRemove untested SH "support"; bionic long since stopped...
2012-07-18 Elliott HughesMerge "Avoid sign extension in packed-switch."
2012-07-18 Elliott HughesAvoid sign extension in packed-switch.
2012-07-17 Elliott HughesMerge "Fix a small and unlikely memory leak."
2012-07-17 Elliott HughesFix a small and unlikely memory leak.
2012-07-17 Elliott HughesMerge "Remove some dead code in the MIPS stuff, and...
2012-07-17 Elliott HughesRemove some dead code in the MIPS stuff, and run rebuil...
2012-07-16 Elliott HughesMerge "Don't log "WAIT_FOR_CONCURRENT_GC blocked 0ms"."
2012-07-16 Elliott HughesDon't log "WAIT_FOR_CONCURRENT_GC blocked 0ms".
2012-07-13 Elliott HughesMerge "Warn if we see a class whose behavior has change...
2012-07-13 Elliott HughesWarn if we see a class whose behavior has changed becau...
2012-07-12 Elliott HughesMerge "s/LOGE/ALOGE/ in HAVE_SELINUX blocks"
2012-07-11 Joshua Brindles/LOGE/ALOGE/ in HAVE_SELINUX blocks
2012-07-11 Elliott HughesMerge "Avoid method overriding if its super method...
2012-07-11 Im SooinAvoid method overriding if its super method is inaccess...
2012-07-10 Elliott HughesMerge "Missing zero-checks in JIT compiler"
2012-07-10 Mattias PeterssonMissing zero-checks in JIT compiler
2012-07-09 Jean-Baptiste... Merge from AOSP
2012-07-09 Elliott HughesMerge "hprof generation, not writing the first record"
2012-07-03 Elliott Hughesam 7798a614: Merge "Fix a possible off-by-one in the...
2012-07-02 Johan Erlandssonhprof generation, not writing the first record
2012-07-02 Elliott HughesMerge "Fix a possible off-by-one in the verifier."
2012-06-29 Elliott HughesFix a possible off-by-one in the verifier.
2012-06-21 Elliott Hughesresolved conflicts for merge of 7c03fb79 to jb-dev...
2012-06-21 Kenny RootMerge "Extend forkAndSpecialize to take additional...
2012-06-20 Jean-Baptiste... am 44292346: Merge "Switched code to blx <reg>"
2012-06-20 Jean-Baptiste... Merge "Switched code to blx <reg>"
2012-06-20 David ButcherSwitched code to blx <reg>
2012-06-12 Elliott Hughesam effc95cb: Merge "Make dex merging stateless."
2012-06-12 Elliott Hughesam a9ac3a9d: Merge "Support debug info in dexmerge."
2012-06-11 Elliott HughesMerge "Make dex merging stateless."
2012-06-11 Xavier DucrohetMake dex merging stateless.
2012-06-11 Elliott HughesMerge "Support debug info in dexmerge."
2012-06-11 Elliott HughesSupport debug info in dexmerge.
2012-06-11 Elliott Hughesam bf11122d: Merge "Revert " Trim after explicit gc.""
2012-06-11 Elliott HughesMerge "Revert " Trim after explicit gc.""
2012-06-11 Elliott HughesRevert " Trim after explicit gc."
2012-06-07 The Android... Reconcile with jb-release
2012-06-05 Elliott Hughesam 53bc3719: Merge "Fixing a crash when doing lock...
2012-06-05 Elliott HughesMerge "Fixing a crash when doing lock profiling"
2012-06-05 Elliott Hughesam 90d3e3b3: Merge "Add test cases for concurrent gc...
2012-06-05 Elliott HughesMerge "Add test cases for concurrent gc and System...
2012-06-05 Johannes CarlssonAdd test cases for concurrent gc and System.arraycopy
2012-06-05 Mattias PeterssonFixing a crash when doing lock profiling
2012-05-31 The Android... merge in jb-release history after reset to jb-dev
2012-05-31 Jeff Brownam 89cf125c: Report GC pause times more accurately.
2012-05-31 Jeff BrownReport GC pause times more accurately.
2012-05-30 Elliott Hughesam 07901d5e: Merge "Running rebuild.sh found a few...
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-22 The Android... Reconcile with jb-release
2012-05-20 The Android... merge in jb-release history after reset to jb-dev
2012-05-19 The Android... merge in jb-release history after reset to jb-dev
2012-05-19 The Android... merge in jb-release history after reset to jb-dev
2012-05-18 Brian Carlstromam 6fb6f30d: Update test 089 expectations
2012-05-17 Brian CarlstromUpdate test 089 expectations
2012-05-16 The Android... Reconcile with jb-release nakasi-factoryrom-release
2012-05-14 The Android... merge in jb-release history after reset to jb-dev
2012-05-12 Elliott Hughesam 3492e8ab: Merge " Trim after explicit gc."
2012-05-11 Elliott HughesMerge " Trim after explicit gc."
2012-05-11 SangWook Han Trim after explicit gc.
2012-05-11 SangWook Hanam 0cea134b: Fix: Issue 26627: Dalvik Heap Trim timer...
2012-05-11 SangWook Han Fix: Issue 26627: Dalvik Heap Trim timer value after GC
2012-05-11 Elliott Hughesam 07cfd74d: Merge " Fix: Issue 26627: Dalvik Heap...
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-10 Elliott Hughesam 259298d9: Make sure we have room for future Maps...
2012-05-10 The Android... merge in jb-release history after reset to jb-dev
2012-05-10 Elliott HughesMake sure we have room for future Maps builds.
2012-05-06 The Android... merge in jb-release history after reset to jb-dev
2012-05-04 Elliott Hughesam 2b02fef4: Lose libnativehelper to its own project...
next