OSDN Git Service

android-x86/art.git
2015-07-01 Nicolas Geoffrayam f801a6a6: Merge "Do not replace a live phi with...
2015-07-01 Nicolas Geoffrayam ed6193a7: Merge "Revert "Revert "Do not update the...
2015-07-01 Nicolas GeoffrayMerge "Do not replace a live phi with a dead phi."...
2015-07-01 Nicolas GeoffrayMerge "Revert "Revert "Do not update the type of someth...
2015-06-30 Andreas Gampeam e54cd64e: ART: Remove bad FindSymbol call
2015-06-30 Andreas GampeART: Remove bad FindSymbol call
2015-06-30 Andreas Gampeam ed40271d: Merge "ART: Unlink target oat file before...
2015-06-30 Andreas GampeMerge "ART: Unlink target oat file before compiling...
2015-06-30 Andreas GampeART: Unlink target oat file before compiling
2015-06-29 Mathieu Chartieram e7d876ad: ART: Fix CFI annotation for art_quick_aput_obj
2015-06-29 Nicolas GeoffrayDo not replace a live phi with a dead phi.
2015-06-29 Nicolas GeoffrayRevert "Revert "Do not update the type of something...
2015-06-29 Mathieu ChartierART: Fix CFI annotation for art_quick_aput_obj
2015-06-29 Roland Levillainam d735c41e: Merge "MIPS: Initial version of optimizing...
2015-06-29 Roland LevillainMerge "MIPS: Initial version of optimizing compiler...
2015-06-28 Vladimir Markoam a10c713e: Quick: Disable GVN, DCE and LVN for type...
2015-06-27 Vladimir MarkoQuick: Disable GVN, DCE and LVN for type conflicts.
2015-06-27 Andreas Gampeam 3ae8da0a: ART: Fix invalid access and DCHECK in...
2015-06-27 Andreas GampeART: Fix invalid access and DCHECK in verifier
2015-06-26 Mathieu Chartieram ffd43f62: Merge "Require mutator lock for DeleteLoca...
2015-06-26 Mathieu ChartierMerge "Require mutator lock for DeleteLocalRef" into...
2015-06-26 Mathieu ChartierRequire mutator lock for DeleteLocalRef
2015-06-26 Andreas Gampeam b91205e4: ART: Fix streaming tracing issues
2015-06-26 Andreas GampeART: Fix streaming tracing issues
2015-06-26 David Brazdilam 1ff04abe: ART: Bail out immediately on try/catch
2015-06-26 David BrazdilART: Bail out immediately on try/catch
2015-06-26 Roland LevillainMIPS: Initial version of optimizing compiler for MIPS64R6.
2015-06-26 Andreas Gampeam 5597b422: Merge "ART: Fix kEverything compiler filte...
2015-06-26 Andreas Gampeam ad805685: ART: Only print stripped dex2oat command...
2015-06-26 Andreas GampeMerge "ART: Fix kEverything compiler filter" into mnc-dev
2015-06-26 Andreas GampeART: Only print stripped dex2oat command line
2015-06-26 buzbeeART: Fix kEverything compiler filter
2015-06-25 Andreas Gampeam 6415013f: ART: Reset runtime_throw_failure flag
2015-06-25 Andreas GampeART: Reset runtime_throw_failure flag
2015-06-25 Andreas Gampeam 005deb0a: ART: Set methods to preverified in verify...
2015-06-25 Andreas GampeART: Set methods to preverified in verify-none
2015-06-25 Richard Uhleram 9ae03f09: Merge "Do not try to compile resource...
2015-06-25 Richard UhlerMerge "Do not try to compile resource-only dex files...
2015-06-25 Vladimir Markoam 92067896: Hard-fail get-/put-object to a non-referen...
2015-06-25 Vladimir MarkoHard-fail get-/put-object to a non-reference field.
2015-06-25 Nicolas Geoffrayam 20d60dd2: Only do some checks when compiling against...
2015-06-25 Nicolas GeoffrayOnly do some checks when compiling against the core...
2015-06-25 Lazar Trsicam 559b1cc2: [MIPS64] JNI Compiler: Sign-extend int...
2015-06-25 Lazar Trsic[MIPS64] JNI Compiler: Sign-extend int function arguments
2015-06-25 Andreas Gampeam 2eb85431: Merge "ART: Fix arm32 instrumentation...
2015-06-25 Mathieu Chartieram 71e46c1a: Fix force copy
2015-06-25 Andreas GampeMerge "ART: Fix arm32 instrumentation exit stub" into...
2015-06-25 Mathieu ChartierFix force copy
2015-06-24 Andreas GampeART: Fix arm32 instrumentation exit stub
2015-06-24 Mathieu Chartieram 6d20c2e2: Merge "Fix imt conflict trampoline for...
2015-06-24 Mathieu ChartierMerge "Fix imt conflict trampoline for mips64" into...
2015-06-24 Mathieu ChartierFix imt conflict trampoline for mips64
2015-06-24 Christopher... am 94e7c05f: Increase alt signal stack to 32K on host.
2015-06-24 Christopher... Increase alt signal stack to 32K on host.
2015-06-24 Jeff Haoam 466efcc8: Merge "Adding optimizing compiler test...
2015-06-24 Jeff HaoMerge "Adding optimizing compiler test case for String...
2015-06-24 Nicolas Geoffrayam 28676346: Use a flag from the verifier to know if...
2015-06-24 Nicolas GeoffrayUse a flag from the verifier to know if we should compile.
2015-06-24 Nicolas Geoffrayam b5171ff4: BCE: don\'t assume a bounds check always...
2015-06-24 Nicolas Geoffrayam 0fd292dd: Fix codegen_test after DCE fix.
2015-06-24 Nicolas GeoffrayBCE: don't assume a bounds check always gets a HArrayLe...
2015-06-24 Nicolas Geoffrayam 18b236e5: Recompute dominator tree after DCE.
2015-06-24 Nicolas Geoffrayam 574cce14: BCE: Narrow instead of unconditionnaly...
2015-06-24 Richard UhlerDo not try to compile resource-only dex files.
2015-06-24 Nicolas GeoffrayFix codegen_test after DCE fix.
2015-06-24 Nicolas GeoffrayRecompute dominator tree after DCE.
2015-06-24 Nicolas Geoffrayam 310b0f5f: Fix another case of un-verified dead code.
2015-06-24 Nicolas GeoffrayBCE: Narrow instead of unconditionnaly overwrite the...
2015-06-24 Nicolas GeoffrayFix another case of un-verified dead code.
2015-06-24 Jeff HaoAdding optimizing compiler test case for String.<init>.
2015-06-23 Andreas Gampeam 1a63351b: Merge "ART: Follow-up to 507cc6f83bf637972...
2015-06-23 Andreas GampeMerge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2e...
2015-06-23 Andreas GampeART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
2015-06-23 Mathieu Chartieram 0cffac0c: Merge "Fix field ordering for String in...
2015-06-23 Mathieu ChartierMerge "Fix field ordering for String in hprof" into...
2015-06-23 Mathieu ChartierFix field ordering for String in hprof
2015-06-23 Jeff Haoam dd32833e: Make dex file verifier check that indexes...
2015-06-23 Jeff HaoMake dex file verifier check that indexes are increasing.
2015-06-23 Nicolas Geoffrayam ad3359e7: Do not overwrite an input register in...
2015-06-23 Nicolas GeoffrayDo not overwrite an input register in shift operations.
2015-06-23 Mathieu Chartieram 7c19550e: Merge "Fix another miranda method moving...
2015-06-23 Mathieu Chartieram bad9c7b7: New experimental GC stress mode
2015-06-23 Mathieu ChartierMerge "Fix another miranda method moving GC bug" into...
2015-06-22 Mathieu ChartierNew experimental GC stress mode
2015-06-22 Jeff Haoam 76952000: Merge "Change GC to allow strings to use...
2015-06-22 Jeff HaoMerge "Change GC to allow strings to use large object...
2015-06-22 Jeff HaoChange GC to allow strings to use large object space.
2015-06-22 Andreas Gampeam 67b00a12: Merge "ART: Allow checking RETURN_VOID_NO_...
2015-06-22 Jeff Haoam 38fafa18: Make large string use large object space.
2015-06-22 Andreas GampeMerge "ART: Allow checking RETURN_VOID_NO_BARRIER on...
2015-06-22 Jeff HaoMake large string use large object space.
2015-06-22 Andreas GampeART: Allow checking RETURN_VOID_NO_BARRIER on unresolve...
2015-06-22 Mathieu ChartierFix another miranda method moving GC bug
2015-06-22 Vladimir Markoam 421e495c: ART: Don\'t do pre-linked calls to the...
2015-06-22 Vladimir MarkoART: Don't do pre-linked calls to the interpreter bridge.
2015-06-22 Andreas Gampeam a6efe5e8: ART: Disallow classes that are abstract...
2015-06-22 Andreas GampeART: Disallow classes that are abstract and final
2015-06-22 Nicolas Geoffrayam 88593111: Revert "Revert "Add support for inlining...
2015-06-22 Nicolas Geoffrayam ee393607: (-s ours) Revert "Add support for inlining...
2015-06-22 Nicolas Geoffrayam 042fd002: Revert "Revert "Use IsAssignableFrom inste...
next