OSDN Git Service

android-x86/art.git
2016-06-03 Mathieu ChartierHold dex caches live in class table
2016-06-02 Treehugger... Merge "Fix a bug in reference type propagation."
2016-06-02 Nicolas GeoffrayFix a bug in reference type propagation.
2016-06-02 Mathieu ChartierMerge "Temporarily disable dex cache array emptyness...
2016-06-02 Mathieu ChartierTemporarily disable dex cache array emptyness DCHECK
2016-06-01 Aart BikMerge "Fix bug in verifier: hard fail allowed following...
2016-06-01 Aart BikFix bug in verifier: hard fail allowed following softfail
2016-06-01 Mathieu ChartierMerge "Fix race with host_dlopen_handles_"
2016-06-01 Mathieu ChartierFix race with host_dlopen_handles_
2016-06-01 Nicolas GeoffrayMerge "Revert "Make the boot image non-debuggable.""
2016-06-01 Nicolas GeoffrayRevert "Make the boot image non-debuggable."
2016-06-01 Treehugger... Merge "Make the boot image non-debuggable."
2016-06-01 Nicolas GeoffrayMake the boot image non-debuggable.
2016-06-01 Nicolas GeoffrayMerge "Add missing calls to `RecordSimplification()`."
2016-06-01 Alexandre RamesAdd missing calls to `RecordSimplification()`.
2016-05-31 Treehugger... Merge "Relax annotation visibility so runtime includes...
2016-05-31 Nicolas GeoffrayMerge "Revert "Blacklist test on host.""
2016-05-31 Nicolas GeoffrayRevert "Blacklist test on host."
2016-05-31 Nicolas GeoffrayMerge "Blacklist test on host."
2016-05-31 Nicolas GeoffrayBlacklist test on host.
2016-05-28 Mathieu ChartierMerge "Reduce TLAB size"
2016-05-28 Mathieu ChartierReduce TLAB size
2016-05-28 Jeff HaoRelax annotation visibility so runtime includes build.
2016-05-27 Richard UhlerMerge "Revert "ART: Blacklist a libcore test for invest...
2016-05-27 Nicolas GeoffrayMerge "Disable stack assertions in non-compiled code."
2016-05-27 Nicolas GeoffrayDisable stack assertions in non-compiled code.
2016-05-27 Przemyslaw... Merge "Forbid JVM_O_DELETE in JVM_Open"
2016-05-26 Mingyao YangMerge "Partial fragment deoptimization"
2016-05-26 Richard UhlerRevert "ART: Blacklist a libcore test for investigation"
2016-05-26 Richard UhlerMerge "Don't use dlopen on host for already loaded...
2016-05-26 Hiroshi YamauchiMerge "Remove SetStateUnsafe in Debugger::Disconnected."
2016-05-26 Mingyao YangPartial fragment deoptimization
2016-05-26 Hiroshi YamauchiRemove SetStateUnsafe in Debugger::Disconnected.
2016-05-26 Przemyslaw... Forbid JVM_O_DELETE in JVM_Open
2016-05-26 Mathieu ChartierMerge "Prune class path classes from profile"
2016-05-26 Mathieu ChartierPrune class path classes from profile
2016-05-26 Treehugger... Merge "Fix OatWriter to update the header checksum...
2016-05-26 Vladimir MarkoFix OatWriter to update the header checksum correctly.
2016-05-26 Treehugger... Merge "Fix profile saver reference point when calculati...
2016-05-26 Calin JuravleFix profile saver reference point when calculating...
2016-05-25 Aart BikMerge "ART: Print jit memory use only if we have samples"
2016-05-25 Treehugger... Merge "Fix oat_writer to use WriteData which updates...
2016-05-25 Richard UhlerDon't use dlopen on host for already loaded oat files.
2016-05-25 Richard UhlerMerge changes I5c891dc1,Ie717089d
2016-05-25 Jeff HaoFix oat_writer to use WriteData which updates checksum.
2016-05-25 Treehugger... Merge "Avoid long sleep in ProfileSaver"
2016-05-25 Brian CarlstromAvoid long sleep in ProfileSaver
2016-05-25 Treehugger... Merge "Remove bogus DCHECK."
2016-05-25 Nicolas GeoffrayRemove bogus DCHECK.
2016-05-25 Treehugger... Merge "Put boot class loader classes and strings in...
2016-05-25 Nicolas GeoffrayPut boot class loader classes and strings in dex cache...
2016-05-25 Treehugger... Merge "Apply String.equals() optimizations on arm,...
2016-05-25 Vladimir MarkoApply String.equals() optimizations on arm, arm64 and...
2016-05-25 Mathieu ChartierMerge "Fix broken DCHECK"
2016-05-25 Mathieu ChartierFix broken DCHECK
2016-05-25 Richard UhlerBase isDexOptNeeded result on OatFileAssistant::IsUpToDate.
2016-05-25 Richard UhlerOnly compile dex files if they are not up to date.
2016-05-25 Mathieu ChartierMerge "Add methods with samples during launch to profile"
2016-05-24 Mathieu ChartierAdd methods with samples during launch to profile
2016-05-24 Treehugger... Merge "Don't update checksum if data ptr is null."
2016-05-24 Jeff HaoDon't update checksum if data ptr is null.
2016-05-24 Mathieu ChartierMerge "Increase test timeouts"
2016-05-24 Aart BikMerge "Fix minor issues that prevented DexFuzz to run...
2016-05-24 Treehugger... Merge "Fix misc-macro-parentheses warnings."
2016-05-24 Aart BikMerge "Fix bug in verifier: soft fail was hiding hard...
2016-05-24 Mathieu ChartierIncrease test timeouts
2016-05-24 Treehugger... Merge "Remove no-op call to android_update_LD_LIBRARY_PATH"
2016-05-24 Treehugger... Merge "Compile JNI stubs for verify-profile and interpr...
2016-05-24 Aart BikFix minor issues that prevented DexFuzz to run on host.
2016-05-24 Aart BikFix bug in verifier: soft fail was hiding hard fail.
2016-05-24 Dimitry IvanovRemove no-op call to android_update_LD_LIBRARY_PATH
2016-05-24 Vladimir MarkoCompile JNI stubs for verify-profile and interpret...
2016-05-24 Roland LevillainMerge "Enforce class definition ordering rules in v37...
2016-05-24 Pavel VyssotskiART: Print jit memory use only if we have samples
2016-05-23 Treehugger... Merge "Avoid the need for the black color for the baker...
2016-05-23 Hiroshi YamauchiAvoid the need for the black color for the baker-style...
2016-05-23 Mingyao YangMerge "Revert "Revert "Move rewritten StringFactory...
2016-05-23 Treehugger... Merge "Do not set property jpda.settings.syncPort in...
2016-05-21 Mathieu ChartierMerge "Only fill methods with 0xFE on debug builds"
2016-05-20 Mathieu ChartierOnly fill methods with 0xFE on debug builds
2016-05-20 Mingyao YangRevert "Revert "Move rewritten StringFactory call resul...
2016-05-20 Roland LevillainDo not set property jpda.settings.syncPort in JDWP...
2016-05-20 Vladimir MarkoMerge "ARM: Add new String.compareTo intrinsic."
2016-05-20 Scott WakelingARM: Add new String.compareTo intrinsic.
2016-05-20 Vladimir MarkoMerge "ARM64: Move BIC after branch in StringCompareTo...
2016-05-20 Scott WakelingARM64: Move BIC after branch in StringCompareTo intrinsic.
2016-05-20 Treehugger... Merge "Add missing check for IsShuttingDown in profile...
2016-05-20 Treehugger... Merge "ART: Check whether an oat file exists before...
2016-05-20 Calin JuravleAdd missing check for IsShuttingDown in profile saver
2016-05-19 Andreas GampeART: Check whether an oat file exists before opening
2016-05-19 Aart BikMerge "Do not allow OSR jump while debugging is active."
2016-05-19 Treehugger... Merge changes I0bbdf83d,I70156f98
2016-05-19 Aart BikDo not allow OSR jump while debugging is active.
2016-05-19 Vladimir MarkoMerge "Clean up JNI calling convention callee saves."
2016-05-19 Aart BikMerge "MIPS32: java.lang.Math.round(float)"
2016-05-19 Mathieu ChartierMerge "Fix profile saver initial wait"
2016-05-19 Vladimir MarkoClean up JNI calling convention callee saves.
2016-05-19 Nicolas GeoffrayMerge "Revert "Revert "ART: Reference.getReferent intri...
2016-05-19 Mathieu ChartierFix profile saver initial wait
2016-05-19 Andreas GampeART: Fix Mac build
next