OSDN Git Service

android-x86/art.git
2014-07-31 Andreas GampeART: Fix verifier mishandling erroneous array component...
2014-07-31 Mathieu ChartierAdd support for bump pointer spaces to DdmSendHeapSegments.
2014-07-30 Jeff HaoStop thread from reattaching during runtime shutdown...
2014-07-29 Jeff HaoMerge "Submitted wrong changelist!" into lmp-dev
2014-07-30 Jeff HaoSubmitted wrong changelist!
2014-07-29 Jeff HaoStop thread from reattaching during runtime shutdown...
2014-07-29 Andreas GampeART: Bump oat version for embedded vtable
2014-07-29 Mingyao YangFix build, missing spaces around =/<.
2014-07-29 Mingyao YangSet vtable in class object to null after linking.
2014-07-29 Jeff HaoMerge "Stop thread from reattaching during runtime...
2014-07-29 Andreas GampeART: Check for duplicate class definitions in dex file...
2014-07-28 Andreas GampeART: Reject array-length on non-reference register
2014-07-27 Andreas GampeART: Allow arrays with erroneous component type
2014-07-26 Andreas GampeART: Special-case cb(n)z even for in-reg constant
2014-07-24 Andreas GampeMerge "ART: Use array-inl.h in reference_table_test...
2014-07-25 Andreas GampeART: Use array-inl.h in reference_table_test
2014-07-25 Andreas GampeART: Clean up API after change 102631
2014-07-25 Mathieu ChartierFix main space memory leak and add checks.
2014-07-24 Mathieu ChartierMerge "Fix dangling pointer bug when transitioning...
2014-07-25 Mathieu ChartierFix dangling pointer bug when transitioning to background.
2014-07-24 Stephen HinesMerge "Increase limit to 2600 on host clang builds...
2014-07-25 Stephen HinesIncrease limit to 2600 on host clang builds for frame...
2014-07-25 Stephen HinesUpdate frame-larger-than limit to 2440 for new clang.
2014-07-25 Stephen HinesAdd back a deleted check related to verification.
2014-07-25 Stephen HinesRemove errors/warnings from tautological comparisons.
2014-07-24 Stephen HinesMerge "Update frame-larger-than limit to 2440 for new...
2014-07-24 Stephen HinesMerge "Add back a deleted check related to verification...
2014-07-24 Stephen HinesMerge "Remove errors/warnings from tautological compari...
2014-07-25 Vladimir MarkoFix JNI compiler frame size adjustments.
2014-07-25 Andreas GampeART: Fix wrong CHECK in GetCurrentLocationForThrow
2014-07-25 Andreas GampeART: Relax CurrentMethodVisitor requirements on GetDexPC
2014-07-25 Andreas GampeART: Account for multidex location strings in VMClassLoader
2014-07-24 Mathieu ChartierFix stale remembered sets error.
2014-07-24 Sebastien HertzFix access to long/double stack values from debugger
2014-07-23 Andreas GampeART: Refactor GenSelect, refactor gen_common accordingly
2014-07-23 Andreas GampeMerge "ART: Do not attempt to compile a method with...
2014-07-23 Andreas GampeART: Do not attempt to compile a method with too many...
2014-07-23 Mathieu ChartierRecycle mem-maps for collector transitions.
2014-07-23 Mathieu ChartierRevert "Revert "Disable adding main and non moving...
2014-07-23 Andreas GampeMerge "ART: Check high part of dalvik register pairs...
2014-07-23 Andreas GampeART: Check high part of dalvik register pairs on put...
2014-07-23 Andreas GampeART: Throw StackOverflowError in native code
2014-07-23 Andreas GampeART: Fix x86_64 instrumentation_exit, also movsd -...
2014-07-23 Jeff HaoFix x86 instrumentation exit entrypoint and trace size...
2014-07-23 Vladimir MarkoMerge "Rewrite topological sort order and improve GVN...
2014-07-23 Vladimir MarkoRewrite topological sort order and improve GVN.
2014-07-23 Vladimir MarkoFix null pointer check elimination for catch entries.
2014-07-22 Vladimir MarkoUse vabs/fabs on arm/arm64 for intrinsic abs().
2014-07-19 Mathieu ChartierMerge "Revert "Disable adding main and non moving space...
2014-07-22 Mathieu ChartierRevert "Disable adding main and non moving spaces to...
2014-07-21 Calin JuravleFix bad comment in class_linker
2014-07-17 Narayan KamathMerge "Rename openDexFileNative to openDexFile." into...
2014-07-17 Narayan KamathMerge "Make ART fail gracefully when it can't update...
2014-07-18 Andreas GampeART: Also accept java.lang.Throwable as a catch-all...
2014-07-17 Andreas GampeMerge "ART: Improve overflow detection in dex file...
2014-07-18 Andreas GampeART: Improve overflow detection in dex file verifier
2014-07-18 Dave AllisonRevert "Revert "Revert "Revert "Add implicit null and...
2014-07-17 Calin JuravleMake ART fail gracefully when it can't update the desir...
2014-07-17 Andreas GampeMerge "ART: Fail dex file verification on invalid acces...
2014-07-18 Andreas GampeART: Fail dex file verification on invalid access flags
2014-07-17 Narayan KamathMerge "Fix identifier size in the heap dump." into...
2014-07-18 Vladimir MarkoFix GVN to handle normal paths leading to catch entry.
2014-07-17 Calin JuravleFix identifier size in the heap dump.
2014-07-17 Ian RogersMerge "Avoid race in single thread suspension." into...
2014-07-18 Ian RogersAvoid race in single thread suspension.
2014-07-18 Andreas GampeART: Make a soft failure in method verifier hard, add...
2014-07-17 Andreas GampeART: Lock an arg reg in GenInlinedGet
2014-07-17 Fred ShihRevert "Revert "Revert "Revert "Add intrinsic for Refer...
2014-07-17 Sebastien HertzFix class initialization checks in interpreter
2014-07-16 Mathieu ChartierDisable adding main and non moving spaces to immune...
2014-07-16 Calin JuravleRename openDexFileNative to openDexFile.
2014-07-16 Mathieu ChartierUse sched_yield in Monitor::MonitorEnter.
2014-07-14 Mathieu ChartierFix infinite loop when calling SetStatus after OOM.
2014-07-12 Andreas Gampeam 0b316726: am cf90ba7e: Merge "ART: Add another speci...
2014-07-12 Andreas Gampeam cf90ba7e: Merge "ART: Add another special case to...
2014-07-12 Andreas Gampeam ccdaa5ea: am 6ef2aa67: Merge "ART: Rework TargetReg...
2014-07-12 Andreas Gampeam 6ef2aa67: Merge "ART: Rework TargetReg(symbolic_reg...
2014-07-12 Ian Rogersam 87354a55: am 3b7da819: Merge "ART: Correct disassemb...
2014-07-12 Ian Rogersam 3b7da819: Merge "ART: Correct disassembling of regs...
2014-07-12 Andreas Gampeam 949e5980: am b7e78cb6: Merge "AArch64: Fix and enabl...
2014-07-12 Andreas Gampeam c8cd6926: am 5727339f: Merge "Aarch64: easy division...
2014-07-12 Andreas Gampeam c76192c5: am 7aab9879: Merge "ART: Fuse compare...
2014-07-12 Andreas Gampeam 7d76f600: am 0f73aa8f: Merge "Update counting VR...
2014-07-12 Andreas Gampeam b7e78cb6: Merge "AArch64: Fix and enable reverseByte...
2014-07-12 Andreas Gampeam 5727339f: Merge "Aarch64: easy division and remainde...
2014-07-12 Andreas Gampeam 7aab9879: Merge "ART: Fuse compare-with-0-and-branch...
2014-07-12 Andreas Gampeam 0f73aa8f: Merge "Update counting VR for promotion"
2014-07-12 Andreas Gampeam c9ffb3d2: am bc9127a5: Merge "AArch64: Fix def use."
2014-07-12 Andreas Gampeam bc9127a5: Merge "AArch64: Fix def use."
2014-07-12 Andreas Gampeam 0c96b613: am 0ee33c32: Merge "Revert "Revert "ART...
2014-07-12 Andreas Gampeam 0ee33c32: Merge "Revert "Revert "ART: Key-Value...
2014-07-12 Mathieu Chartieram 3ad68036: am 8c472818: Merge "ART: Compacting ROS...
2014-07-12 Hans Boehmam d8bb797b: am 9531f62e: Merge "Call strong CAS from...
2014-07-12 Ian Rogersam f42f7cf6: am f08f0ca4: Merge "Improve performance...
2014-07-12 Andreas Gampeam e47725d4: am 3d71f321: Merge "ART: Change GenPCUseDe...
2014-07-12 Hans Boehmam 6a4d88c2: am aebf3cda: Merge "Replace memory barrier...
2014-07-12 Mathieu Chartieram 9cc96ba8: am 2751ffbe: Merge "Faster TLAB allocator."
2014-07-12 Christopher... am 7f0ec9ac: am bfe9d08e: Merge "Fix mac build."
2014-07-12 Christopher... am 8630388d: am 438b9039: Merge "Make jemalloc the...
2014-07-12 Andreas Gampeam ddfeb3f4: am 946a55fa: Merge "ART: Fix GenSelect...
next