OSDN Git Service

Merge remote-tracking branch 'korg/froyo' into froyo-x86
[android-x86/dalvik.git] / vm /
2011-06-26 Chih-Wei HuangMerge remote-tracking branch 'korg/froyo' into froyo-x86 froyo-x86 android-x86-2.2-r2
2011-01-20 Jean-Baptiste QueruMerge "Add Delay to ThreadTest#test_getState" into...
2010-11-12 Jim HuangUse GCC visibility to reduce the size of libdvm by 10% android-x86-2.2
2010-11-12 Johnnie BirchUpdate Call386ABI.S to support 16 byte alignment
2010-11-12 Johnnie BirchFixed bug in OP_GOTO_32.S, added support for additional...
2010-11-09 Andy McFaddenTwo patches.
2010-09-14 Johnnie BirchAdded new bytecodes for the x86-atom fast interpreter...
2010-09-14 Johnnie BirchFix for x86-atom/CALLABI.S to handle failure for androi...
2010-09-14 Chih-Wei HuangDon't prelink libdvm for x86
2010-07-13 The Android Open... merge from open-source froyo
2010-07-09 Bill BuzbeeJIT: Fix for 2813841, use core regs for sub-word data
2010-06-30 Bill BuzbeeJit: Fix for 2793725 SIGSEGV in JIT code cache
2010-06-03 Christopher TateAdd /proc/pid/task/tid/schedstat info to thread stack...
2010-05-26 buzbeeJit: Fix for 2717275 First JIT bug reported by externa...
2010-05-07 Dan EgnorRevert "Plug leak in class initialization."
2010-05-06 Andy McFaddenPlug leak in class initialization.
2010-05-03 Andy McFaddenFix breakpoint handling on switch statements.
2010-05-03 Ben ChengMerge "Throw an exception in JIT'ed code if dvmFindInte...
2010-05-03 Ben ChengMerge "Fix a memory ordering bug when updating the...
2010-05-02 Ben ChengThrow an exception in JIT'ed code if dvmFindInterfaceMe...
2010-05-01 Ben ChengFix a memory ordering bug when updating the inline...
2010-04-23 Andy McFaddenFix a deadlock in the breakpoint code.
2010-04-20 Carl ShapiroMerge "Remove dangerous logging code from unlockMonitor...
2010-04-20 Carl ShapiroRemove dangerous logging code from unlockMonitor. ...
2010-04-20 Carl ShapiroFix remaining small issues with the lock sampling.
2010-04-17 Carl ShapiroFix several issues with the lock sampling code. This...
2010-04-15 Carl ShapiroAdd a mechanism to long a sample of long running lock...
2010-04-06 Jesse WilsonMerge "Adding support for hash '#' comments to our...
2010-04-05 Elliott HughesMerge "Froyo InputStream.available documentation improv...
2010-04-02 Ben ChengClean up the codegen for invoking helper callout functions.
2010-04-01 Ben ChengMerge "Accept the "-Xjitdisableopt" flag as advertised...
2010-04-01 Ben ChengAccept the "-Xjitdisableopt" flag as advertised.
2010-03-31 Ben ChengFix a race condition in JIT state refresh under debuggi...
2010-03-31 Andy McFaddenMerge "Fix misuse of ALLOC_DONT_TRACK." into froyo
2010-03-30 Andy McFaddenFix misuse of ALLOC_DONT_TRACK.
2010-03-27 Bill BuzbeeFix for 2542488 JIT codegen bug with overlapping wide...
2010-03-27 Ben ChengImprove JIT self verifier test coverage to follow singl...
2010-03-25 Ben ChengUse correct resource flags for Dalvik ld/st instruction...
2010-03-25 Bill BuzbeeMerge "Jit: Fix for 2542488 JIT codegen bug with overla...
2010-03-25 Bill BuzbeeJit: Fix for 2542488 JIT codegen bug with overlapping...
2010-03-25 Kenny RootMerge "Don't leak memory on failed pipe or mutex init"
2010-03-24 Ben ChengMerge "Fix for the JIT blocking mode plus some code...
2010-03-24 Ben ChengFix for the JIT blocking mode plus some code cleanup.
2010-03-24 Andy McFaddenSwitch to VMWAIT while outputting trace data.
2010-03-23 Elliott HughesMerge "Improve java.net.InetAddress.getLocalHost docume...
2010-03-23 Bill BuzbeeJit: disable for Sapphire.
2010-03-23 Andy McFaddenFurther refinements to "kill other thread".
2010-03-22 Bill BuzbeeJit: Re-enable for Sapphire
2010-03-19 Andy McFaddenMerge "Use pthread_kill(3) instead of kill(2)."
2010-03-19 Andy McFaddenUse pthread_kill(3) instead of kill(2).
2010-03-19 Jesse WilsonMerge "Fixing namespace+prefix mode in Expat and removi...
2010-03-18 Andy McFaddenMerge "Increase sleep delays on debug thread kill."
2010-03-18 Andy McFaddenIncrease sleep delays on debug thread kill.
2010-03-18 Jesse WilsonMerge "Javadoc for JSONArray."
2010-03-18 Ben ChengBug fix for JIT peephole optimization.
2010-03-17 Jesse WilsonMerge "Exercising our XPath implementation with 279...
2010-03-17 Jesse WilsonMerge "Javadocs for JSONObject."
2010-03-16 Ben ChengAdd missing macro SIGNATURE_BREAKPOINT.
2010-03-16 Ben ChengMerge "Implement signature-based breakpoint for the...
2010-03-16 Carl ShapiroMerge "Replace a use of index with strchr."
2010-03-16 Ben ChengImplement signature-based breakpoint for the JIT compiler.
2010-03-16 Bill BuzbeeJit: Fix register usage bug - Issue 2518825 native...
2010-03-16 Carl ShapiroMerge "Include strings.h directly for its ffs prototype."
2010-03-16 Jesse WilsonMerge "First half of JSON Javadocs."
2010-03-16 Andy McFaddenMerge "Point debuggerd at the interesting thread."
2010-03-16 Carl ShapiroInclude strings.h directly for its ffs prototype.
2010-03-16 Andy McFaddenPoint debuggerd at the interesting thread.
2010-03-15 Ben ChengMerge "Fix the JIT blocking mode to unblock itself."
2010-03-15 Ben ChengFix the JIT blocking mode to unblock itself.
2010-03-15 Andy McFaddenMerge "Try to show lock owner in MONITOR thread dump."
2010-03-15 Andy McFaddenTry to show lock owner in MONITOR thread dump.
2010-03-15 Bill BuzbeeMerge "Jit: Minor cleanup - enum size fix, remove usele...
2010-03-15 Bill BuzbeeJit: Minor cleanup - enum size fix, remove useless...
2010-03-13 Jesse WilsonMerge "A cleanroom implementation of the org.json API."
2010-03-13 Ben ChengStay in the dbg interpreter if the entry reason is...
2010-03-13 Ben ChengMerge "Add a native method dalvik.system.VMDebug.infopo...
2010-03-13 Ben ChengAdd a native method dalvik.system.VMDebug.infopoint...
2010-03-13 Bill BuzbeeJit: Fix for [Issue 2487514] Dropped exception
2010-03-11 Jesse WilsonMerge "Implementing getBaseUri() for DOM."
2010-03-11 Bill BuzbeeJit: Make debugging mode aware of inlineExecute/moveRes...
2010-03-11 Colin CrossMerge "Add armv7-a-neon build target"
2010-03-10 Xavier DucrohetMerge "remove System.*.println when ddm dispatch fails."
2010-03-10 Andy McFaddenMerge "Rearrange the way SignalCatcher writes logs."
2010-03-10 Andy McFaddenRearrange the way SignalCatcher writes logs.
2010-03-10 Ben ChengPad the page containing ARM code in the JIT code cache...
2010-03-10 Jesse WilsonMerge "New tests for JSONObject and for JSON's self...
2010-03-10 Andy McFaddenMerge "If a finalizer wedges, raise prio and retry."
2010-03-10 Jesse WilsonMerge "Print errors encountered while writing XML reports"
2010-03-10 Jesse WilsonMerge "Implement adoptNode() and importNode()."
2010-03-10 Andy McFaddenIf a finalizer wedges, raise prio and retry.
2010-03-09 Elliott HughesMerge "Minor documentation improvements."
2010-03-09 Brian CarlstromMerge "Fix certimport.sh to check for Bouncy Castle...
2010-03-09 Colin CrossAdd armv7-a-neon build target
2010-03-09 Carl ShapiroMerge "Hoist shape discrimination above thin lock owner...
2010-03-09 Jesse WilsonMerge "Adding support for getUserData() and setUserData...
2010-03-08 Carl ShapiroHoist shape discrimination above thin lock owner test...
2010-03-08 Bill BuzbeeJit: fix for 2483131 - VM daemon thread shutdown with...
2010-03-07 Bill BuzbeeJit: Make most Jit compile failures non-fatal; just...
2010-03-06 Carl ShapiroMerge "Jit: Fix for issue 2487769, Simplify in-line...
2010-03-05 Ben ChengMerge "Collect more JIT stats in the assert build."
next