OSDN Git Service

android-x86/art.git
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 ChartierART: Fix CFI annotation for art_quick_aput_obj
2015-06-29 Roland LevillainMerge "MIPS: Initial version of optimizing compiler...
2015-06-27 Vladimir MarkoQuick: Disable GVN, DCE and LVN for type conflicts.
2015-06-27 Andreas GampeART: Fix invalid access and DCHECK in verifier
2015-06-26 Mathieu ChartierMerge "Require mutator lock for DeleteLocalRef" into...
2015-06-26 Mathieu ChartierRequire mutator lock for DeleteLocalRef
2015-06-26 Andreas GampeART: Fix streaming tracing issues
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 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 GampeART: Reset runtime_throw_failure flag
2015-06-25 Andreas GampeART: Set methods to preverified in verify-none
2015-06-25 Richard UhlerMerge "Do not try to compile resource-only dex files...
2015-06-25 Vladimir MarkoHard-fail get-/put-object to a non-reference field.
2015-06-25 Nicolas GeoffrayOnly do some checks when compiling against the core...
2015-06-25 Lazar Trsic[MIPS64] JNI Compiler: Sign-extend int function arguments
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 ChartierMerge "Fix imt conflict trampoline for mips64" into...
2015-06-24 Mathieu ChartierFix imt conflict trampoline for mips64
2015-06-24 Christopher... Increase alt signal stack to 32K on host.
2015-06-24 Jeff HaoMerge "Adding optimizing compiler test case for String...
2015-06-24 Nicolas GeoffrayUse a flag from the verifier to know if we should compile.
2015-06-24 Nicolas GeoffrayBCE: don't assume a bounds check always gets a HArrayLe...
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 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 GampeMerge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2e...
2015-06-23 Andreas GampeART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
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 HaoMake dex file verifier check that indexes are increasing.
2015-06-23 Nicolas GeoffrayDo not overwrite an input register in shift operations.
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 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 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 MarkoART: Don't do pre-linked calls to the interpreter bridge.
2015-06-22 Andreas GampeART: Disallow classes that are abstract and final
2015-06-22 Nicolas GeoffrayRevert "Revert "Add support for inlining already sharpe...
2015-06-22 Nicolas GeoffrayRevert "Add support for inlining already sharpened...
2015-06-22 Nicolas GeoffrayRevert "Revert "Use IsAssignableFrom instead of IsSubcl...
2015-06-22 Nicolas GeoffrayUse compiling class instead of outer class for access...
2015-06-22 Nicolas GeoffrayUse compiling class instead of referrer for access...
2015-06-22 Nicolas GeoffrayBe careful with predecessor/successor index.
2015-06-22 Nicolas GeoffrayMerge "Don't check the return type in the builder....
2015-06-22 Nicolas GeoffrayDon't check the return type in the builder.
2015-06-22 Nicolas GeoffrayMerge "Do not expect 0 or 1 only when comparing a boole...
2015-06-22 Nicolas GeoffrayDo not expect 0 or 1 only when comparing a boolean.
2015-06-22 Nicolas GeoffrayVerifier: check an aput, even if we know it will fail.
2015-06-22 Nicolas GeoffrayRun a simplification pass before code generation.
2015-06-22 Nicolas GeoffrayMerge "Bailout from compilation if an invoke is malform...
2015-06-22 Nicolas GeoffrayBailout from compilation if an invoke is malformed.
2015-06-22 Nicolas GeoffrayMerge "Fix wrong DCHECK in bounds check elimination...
2015-06-22 Nicolas GeoffrayFix wrong DCHECK in bounds check elimination.
2015-06-22 Nicolas GeoffrayFix a bug in optimizing when the null constant has...
2015-06-22 Nicolas GeoffrayFix String Change baseline compiler errors.
2015-06-20 David SrbeckyUse signed encoding when using relative CFI addresses.
2015-06-20 Andreas GampeART: Check for expected args for instance methods
2015-06-20 Taiju TsuikiART: Check var-arg count earlier in method verifier
2015-06-19 Mingyao YangMerge "ART: Fix BCE lint issue" into mnc-dev
2015-06-19 Andreas GampeART: Fix BCE lint issue
2015-06-19 Mathieu ChartierMerge "Fix GC map generation edge case" into mnc-dev
2015-06-19 Mathieu ChartierFix GC map generation edge case
2015-06-19 Nicolas GeoffrayRemove bogus DCHECK in BCE.
2015-06-19 Mingyao YangFix premature deoptimization if the loop body isn't...
2015-06-19 David SrbeckyMerge "ART stack unwinding fixes for libunwind/gdb...
2015-06-19 Jeff HaoFix case where block has no predecessor for StringChange.
2015-06-19 Vladimir MarkoQuick: Handle total high/low register overlap on arm...
2015-06-19 Vladimir MarkoQuick: Fix optimizations for empty if blocks.
2015-06-19 David BrazdilART: Remove old DCHECK that trips Baseline
2015-06-19 Jeff HaoMerge "Fix StringChange for optimizing compiler." into...
2015-06-19 Jeff HaoFix StringChange for optimizing compiler.
2015-06-19 David SrbeckyART stack unwinding fixes for libunwind/gdb/lldb.
2015-06-19 Mathieu ChartierFix moving GC bug in DoFilledNewArray
2015-06-18 Mathieu ChartierFix moving GC bugs in proxy stub for X86/X86_64
2015-06-18 Sebastien HertzFollow up on CL 151605
2015-06-18 Mingyao YangFix nested deoptimization.
2015-06-18 Vladimir MarkoQuick: Don't expect move-exception in every catch block.
2015-06-18 Mathieu ChartierFix some java_lang_Class related moving GC bugs
2015-06-18 David BrazdilMerge "ART: Allow PackedSwitch instructions with zero...
2015-06-18 David BrazdilART: Allow PackedSwitch instructions with zero targets
2015-06-18 Vladimir MarkoQuick: Fix marking unused registers in DCE.
2015-06-18 Vladimir MarkoART: Fix reporting initialized classes by CompilerDriver.
2015-06-18 Nicolas GeoffrayMerge "Add support for inlining already sharpened inter...
2015-06-18 Nicolas GeoffrayAdd support for inlining already sharpened interface...
2015-06-18 Nicolas GeoffrayFix reference comparison after redundant phi elimination.
2015-06-17 Mathieu ChartierAdd missing EndAssertNoThreadSuspension
next