OSDN Git Service

android-x86/dalvik.git
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-26 Jesse WilsonMerge "Fixing tests to handle changes in our behaviour...
2010-03-26 Jesse WilsonSuppressing additional tests that fail in Froyo.
2010-03-26 Jesse WilsonFixing tests to handle changes in our behaviour since...
2010-03-25 Ben ChengUse correct resource flags for Dalvik ld/st instruction...
2010-03-25 Jesse WilsonTest and document our handling of nulls with getString().
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 Elliott HughesFix java.util.Random's constructors.
2010-03-25 Kenny RootMerge "Don't leak memory on failed pipe or mutex init"
2010-03-25 Kenny RootDon'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 Elliott HughesImprove java.net.InetAddress.getLocalHost documentation.
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-19 Jesse WilsonFixing namespace+prefix mode in Expat and removing...
2010-03-19 Bjorn BringertMove String creation outside O(n^2) path in LogManager
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 WilsonDrop needless parens from Javadoc.
2010-03-18 Jesse WilsonMerge "Javadoc for JSONArray."
2010-03-18 Jesse WilsonJavadoc for JSONArray.
2010-03-18 Ben ChengBug fix for JIT peephole optimization.
2010-03-17 Jesse WilsonFixing 10 of the XPath failures caused by a malformed...
2010-03-17 Jesse WilsonMerge "Exercising our XPath implementation with 279...
2010-03-17 Jesse WilsonMerge "Javadocs for JSONObject."
2010-03-17 Jesse WilsonJavadocs for JSONObject.
2010-03-16 Jesse WilsonExercising our XPath implementation with 279 of Jaxen...
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 Carl ShapiroReplace a use of index with strchr.
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 WilsonFixing an @link issue that is upsetting DroidDoc.
2010-03-16 Jesse WilsonMerge "First half of JSON Javadocs."
2010-03-16 Jesse WilsonFirst 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 Jesse WilsonImplementing Document.renameNode() and DOMImplementatio...
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-15 Ben ChengIncrease the SHORT_DELAY amount in the JSR166 test.
2010-03-13 Jesse WilsonAdding an Apache-licensed implementation of org.json
2010-03-13 Jesse WilsonRemoving the non-free org.json implementation
2010-03-13 Jesse WilsonMerge "A cleanroom implementation of the org.json API."
2010-03-13 Jesse WilsonA 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-12 Ben ChengMerge "Add a JIT unit test for ArrayStoreException...
2010-03-12 Ben ChengAdd a JIT unit test for ArrayStoreException in APUT_OBJECT.
2010-03-12 Jesse WilsonAdding support for DOM3 attribute IDs and SchemaTypeInfos.
2010-03-11 Jesse WilsonMerge "Implementing getBaseUri() for DOM."
2010-03-11 Jesse WilsonImplementing 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 Xavier Ducrohetremove 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 Jesse WilsonNew tests for JSONObject and for JSON's self-use.
2010-03-10 Andy McFaddenMerge "If a finalizer wedges, raise prio and retry."
2010-03-10 Elliott HughesMerge "Work around droiddoc bug http://b/2022288."
2010-03-10 Elliott HughesWork around droiddoc bug http://b/2022288.
2010-03-10 Ben ChengMerge "Align fake data in the same page offsets as...
2010-03-10 Ben ChengAlign fake data in the same page offsets as those in...
2010-03-10 Elliott HughesAnother go at making droiddoc as happy as javadoc...
2010-03-10 Elliott HughesFix javadoc errors.
2010-03-10 Jesse WilsonMerge "Print errors encountered while writing XML reports"
2010-03-10 Jesse WilsonMerge "Implement adoptNode() and importNode()."
2010-03-10 Jesse WilsonImplement adoptNode() and importNode().
2010-03-10 Jesse WilsonPrint errors encountered while writing XML reports
2010-03-10 Andy McFaddenIf a finalizer wedges, raise prio and retry.
2010-03-09 Elliott HughesMerge "Minor documentation improvements."
2010-03-09 Elliott HughesMinor documentation improvements.
2010-03-09 Brian CarlstromMerge "Fix certimport.sh to check for Bouncy Castle...
2010-03-09 Brian CarlstromFix certimport.sh to check for Bouncy Castle provider...
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 Jean-Baptiste... Add an empty CleanSpec.mk
2010-03-09 Jesse WilsonMerge "Adding support for getUserData() and setUserData...
2010-03-09 Jesse WilsonAdding support for getUserData() and setUserData()...
next