OSDN Git Service

android-x86/dalvik.git
2010-02-22 Barry HayesFix build breakage.
2010-02-22 Barry HayesMerge " Add the "-Xgc:[no]overwritefree" flags. When...
2010-02-17 Elliott HughesMerge "HTTP headers should be case-insensitive but...
2010-02-17 Barry Hayes Add the "-Xgc:[no]overwritefree" flags. When set,...
2010-02-17 Carl ShapiroMerge "Eliminate the heap chunk abstraction. This...
2010-02-17 Carl ShapiroEliminate the heap chunk abstraction. This temporarily...
2010-02-17 Ben ChengMerge "Detect system-wide safe mode and configure the...
2010-02-17 Ben ChengDetect system-wide safe mode and configure the VM accor...
2010-02-17 Elliott HughesHTTP headers should be case-insensitive but case-preser...
2010-02-17 Carl ShapiroMerge "Densely allocate mspaces. New heaps are started...
2010-02-17 Bill BuzbeeJit: Monitor exit, possible fix for Issue 2396073
2010-02-17 Elliott HughesFix FindBugs' "high" warnings about java.lang.Class.
2010-02-16 Carl ShapiroDensely allocate mspaces. New heaps are started on...
2010-02-15 Carl ShapiroEliminate unused variable warnings in the alloc code...
2010-02-13 Elliott HughesMerge "Fix a few of our FindBugs "high" warnings."...
2010-02-13 Elliott HughesFix a few of our FindBugs "high" warnings.
2010-02-13 Elliott HughesMerge "Use one method to create a Locale from a String...
2010-02-13 Elliott HughesThrow IllegalArgumentException if Currency.getInstance...
2010-02-12 Elliott HughesUse one method to create a Locale from a String.
2010-02-12 Elliott HughesMerge "Remove some potential test flakiness." into...
2010-02-12 Elliott HughesRemove some potential test flakiness.
2010-02-12 Carl ShapiroMerge "Do not include assert.h in places where it may...
2010-02-12 Dan BornsteinUse HAVE_ANDROID_OS to conditionally include files...
2010-02-12 Carl ShapiroDo not include assert.h in places where it may shadow...
2010-02-12 Ben ChengUse ashmem to create the JIT code cache.
2010-02-12 Ben ChengFree memory associated with the trace descriptor of...
2010-02-12 Ben ChengMerge "Support per-application switch to execute the...
2010-02-11 Bill BuzbeeJit: Minor codegen tuning.
2010-02-11 Carl ShapiroMerge "Allocate a contiguous region of virtual memory...
2010-02-11 Carl ShapiroAllocate a contiguous region of virtual memory to be...
2010-02-11 jeffhaoAdded LDMIA/STMIA support to Self Verification mode.
2010-02-11 Ben ChengSupport per-application switch to execute the VM in...
2010-02-10 jeffhaoAdded missing break statements and improved debugging...
2010-02-09 Bill BuzbeeJit: Phase 1 of register utility cleanup/rewrite -...
2010-02-09 jeffhaoCleaned up uninitialized variable use warnings in Self...
2010-02-09 Ben ChengFree the memory associated with the trace descriptor...
2010-02-09 Ben ChengEnable JIT parameters to be initialized in an architect...
2010-02-09 Bill BuzbeeJit: Startup/Shutdown cleanup
2010-02-08 Bill BuzbeeJit: Remove references to interpState from C interpreter
2010-02-06 Elliott HughesFix a bug I introduced to SimpleTimeZone with my Calend...
2010-02-06 Bill BuzbeeMerge "JIT: Replace missing ending comment marker MONIT...
2010-02-06 Bill BuzbeeJIT: Replace missing ending comment marker MONITOR_ENTE...
2010-02-06 Elliott HughesMerge "Track upstream fixes to two broken tests." into...
2010-02-06 Bill BuzbeeJit: Start the Jit when framework signals on first...
2010-02-05 Carl ShapiroEliminate the post-zygote heap and reuse the zygote...
2010-02-05 Elliott HughesTrack upstream fixes to two broken tests.
2010-02-05 Elliott HughesFix accidental API pollution in java.util.zip.
2010-02-05 Elliott HughesMerge "Fix decoding of filenames in zip files, when...
2010-02-05 Elliott HughesFix decoding of filenames in zip files, when read by...
2010-02-05 jeffhaoMade Self Verification mode's memory interface less...
2010-02-04 Elliott HughesMerge "Minimal fix for Calendar.setTimeZone." into...
2010-02-04 Elliott HughesMinimal fix for Calendar.setTimeZone.
2010-02-04 Bill BuzbeeJit: Fix deadlock in method tracing.
2010-02-04 Ben ChengFix performance issues related to chaining and unchaining.
2010-02-04 Elliott HughesMerge "Remove obviously bogus @KnownFailure annotations...
2010-02-04 Bill BuzbeeMerge "Jit: Rework monitor enter/exit to simplify threa...
2010-02-04 Elliott HughesRemove obviously bogus @KnownFailure annotations.
2010-02-03 Elliott HughesRemove a workaround for an openssl bug that's been...
2010-02-03 Bill BuzbeeJit: Rework monitor enter/exit to simplify thread suspe...
2010-02-03 Elliott HughesFix two compiler warnings.
2010-02-03 Elliott HughesRemove RuleBasedNumberFormat from our icu4jni fork...
2010-02-03 Elliott HughesSilence "note: the mangling of 'va_list' has changed...
2010-02-02 Jesse WilsonMerge "A new test suite for our XSLT transforms."
2010-02-02 Jesse WilsonA new test suite for our XSLT transforms.
2010-02-02 Jesse WilsonRestore our ability to parse an XML Document given...
2010-02-02 Elliott HughesMerge "Move a test I wrote under our wing."
2010-02-02 Andy McFaddenReduce VM shutdown verbosity.
2010-02-02 Elliott HughesMove a test I wrote under our wing.
2010-02-02 Elliott HughesAdd a missing "static", found by FindBugs.
2010-02-02 Elliott HughesMerge "Fix BigDecimalTest.test_stripTrailingZero."
2010-02-02 Elliott HughesFix BigDecimalTest.test_stripTrailingZero.
2010-02-02 Bill BuzbeeMerge "Jit: MethodTrace + Jit fix"
2010-02-02 Elliott HughesMerge "Remove @KnownFailure from tests that now pass."
2010-02-02 Elliott HughesMerge "FindBugs didn't like setInternalField, and neith...
2010-02-01 Elliott HughesRemove @KnownFailure from tests that now pass.
2010-02-01 Elliott HughesFindBugs didn't like setInternalField, and neither...
2010-02-01 Andy McFaddenMerge "Minor clarification."
2010-02-01 Andy McFaddenMinor clarification.
2010-02-01 Bill BuzbeeJit: MethodTrace + Jit fix
2010-02-01 Andy McFaddenMerge "Bump up the max stack depth."
2010-02-01 Andy McFaddenBump up the max stack depth.
2010-02-01 Andy McFaddenMerge "Update with froyo change."
2010-02-01 Elliott HughesFix "unmappable character for ascii" warnings in libcor...
2010-02-01 Elliott HughesFix varargs warnings in libcore tests.
2010-02-01 Elliott HughesMerge "Fix warnings in the new XML code."
2010-02-01 Elliott HughesFix warnings in the new XML code.
2010-02-01 Andy McFaddenUpdate with froyo change.
2010-01-30 Elliott HughesFix fallback in Currency.getSymbol(Locale).
2010-01-30 Elliott HughesFix more harmony tests.
2010-01-30 Elliott HughesMerge "Fix all the harmony java.util.Formatter tests."
2010-01-30 Elliott HughesFix all the harmony java.util.Formatter tests.
2010-01-30 Jesse WilsonMerge "Fixing a critical regression in our SAX parsing."
2010-01-30 Jesse WilsonFixing a critical regression in our SAX parsing.
2010-01-30 Andy McFaddenMerge "Add support for streaming hprof dumps."
2010-01-29 Brian CarlstromMerge "Change DalvikRunner to use newly added OptionPar...
2010-01-29 Brian CarlstromChange DalvikRunner to use newly added OptionParser.
2010-01-29 Carl ShapiroMerge "Remove an obsolete assertion."
2010-01-29 Elliott HughesMerge "Change NumberFormatTest to match ICU's behavior."
2010-01-29 Bill BuzbeeMerge "Jit: Fix for [Issue 2406862] Compiler thread...
2010-01-29 Elliott HughesChange NumberFormatTest to match ICU's behavior.
next