OSDN Git Service

android-x86/art.git
2016-03-16 buzbeeART: Mterp arm64 2-operand double rem fix
2016-03-16 David SrbeckyMerge "Remove --native-debuggable compiler option."
2016-03-16 Roland LevillainMerge "Make art::HCompare support boolean, byte, short...
2016-03-16 David SrbeckyRemove --native-debuggable compiler option.
2016-03-16 Nicolas GeoffrayMerge "Forgot space."
2016-03-16 Narayan KamathMerge "runtime: delete native/java_lang_Runtime.h."
2016-03-16 Nicolas GeoffrayForgot space.
2016-03-16 Nicolas GeoffrayMerge "Fix inliner crash related to type propagation."
2016-03-16 Roland LevillainMake art::HCompare support boolean, byte, short and...
2016-03-16 Sebastien HertzMerge "Re-enable checker tests 536 and 537"
2016-03-16 Sebastien HertzRe-enable checker tests 536 and 537
2016-03-16 Nicolas GeoffrayFix inliner crash related to type propagation.
2016-03-16 Narayan Kamathruntime: delete native/java_lang_Runtime.h.
2016-03-16 Calin JuravleMerge "Clean up NullCheck generation and record stats...
2016-03-16 Calin JuravleMerge "Improve compiler stats"
2016-03-16 Nicolas GeoffrayMerge "Add more statistics for memory use of the JIT."
2016-03-16 Nicolas GeoffrayAdd more statistics for memory use of the JIT.
2016-03-16 David SrbeckyMerge "Call __jit_debug_register_code() indirectly...
2016-03-16 Calin JuravleClean up NullCheck generation and record stats about it.
2016-03-16 Calin JuravleImprove compiler stats
2016-03-16 Nicolas GeoffrayMerge "Set USE_JACK to true."
2016-03-16 Nicolas GeoffraySet USE_JACK to true.
2016-03-16 Nicolas GeoffrayMerge "Move specific build rule of 529 into the default...
2016-03-16 Nicolas GeoffrayMove specific build rule of 529 into the default script.
2016-03-16 Nicolas GeoffrayMerge "Collect memory use for the JIT."
2016-03-16 Nicolas GeoffrayCollect memory use for the JIT.
2016-03-16 Nicolas GeoffrayMerge "Accept boolean as an input of HDivZeroCheck."
2016-03-16 Nicolas GeoffrayAccept boolean as an input of HDivZeroCheck.
2016-03-16 Nicolas GeoffrayMerge "Fix checker test."
2016-03-16 Nicolas GeoffrayFix checker test.
2016-03-16 Nicolas GeoffrayMerge "Revert "Assembly TLAB allocation fast path for...
2016-03-16 Nicolas GeoffrayRevert "Assembly TLAB allocation fast path for arm64."
2016-03-16 Nicolas GeoffrayMerge "Revert "Tentative fix for build breakage with...
2016-03-16 Nicolas GeoffrayRevert "Tentative fix for build breakage with read...
2016-03-16 Vladimir MarkoMerge "Optimizing: Fix arm64 shifter operand test."
2016-03-16 Roland LevillainMerge "Make art::HCompare side effect free."
2016-03-16 Vladimir MarkoOptimizing: Fix arm64 shifter operand test.
2016-03-16 Vladimir MarkoMerge "ART: Fix ignoring duplicate fields."
2016-03-16 Nicolas GeoffrayMerge "Tentative fix for build breakage with read barri...
2016-03-16 Nicolas GeoffrayTentative fix for build breakage with read barriers.
2016-03-16 Nicolas GeoffrayMerge "Fix HDoubleConstant::IsZero and HFloatConstant...
2016-03-15 Nicolas GeoffrayMerge "Disable test."
2016-03-15 Nicolas GeoffrayDisable test.
2016-03-15 Vladimir MarkoART: Fix ignoring duplicate fields.
2016-03-15 Hiroshi YamauchiMerge "Assembly TLAB allocation fast path for arm64."
2016-03-15 Hiroshi YamauchiAssembly TLAB allocation fast path for arm64.
2016-03-15 Vladimir MarkoMerge "ART: Fix shift simplification, x >>> 64."
2016-03-15 Vladimir MarkoART: Fix shift simplification, x >>> 64.
2016-03-15 David SrbeckyCall __jit_debug_register_code() indirectly via global...
2016-03-15 Vladimir MarkoMerge "ART: Fix valgrind failure in image_test64."
2016-03-15 Nicolas GeoffrayFix HDoubleConstant::IsZero and HFloatConstant::IsZero.
2016-03-15 Vladimir MarkoMerge "Optimizing: Improve shift simplification, x...
2016-03-15 Narayan KamathMerge "runtime: delete native/java_lang_Runtime.cc"
2016-03-15 Vladimir MarkoOptimizing: Improve shift simplification, x >>> 64.
2016-03-15 Narayan Kamathruntime: delete native/java_lang_Runtime.cc
2016-03-15 Roland LevillainMake art::HCompare side effect free.
2016-03-15 Vladimir MarkoART: Fix valgrind failure in image_test64.
2016-03-15 Vladimir MarkoMerge "Optimizing: Prevent potential valgrind error."
2016-03-15 Vladimir MarkoOptimizing: Prevent potential valgrind error.
2016-03-15 Vladimir MarkoMerge "Optimizing: Fix valgrind error in image_test64."
2016-03-15 Jeff HaoMerge "Fix zygote handling of when secondary image...
2016-03-15 Aart BikMerge "Fixed bug in BCE, with regression test."
2016-03-15 Jeff HaoFix zygote handling of when secondary image is out...
2016-03-15 Mathieu ChartierMerge "Add oatdump support for app images"
2016-03-15 Mathieu ChartierAdd oatdump support for app images
2016-03-14 Andreas GampeMerge "ART: Update dalvik-cache for zygote after OTA"
2016-03-14 Andreas GampeART: Update dalvik-cache for zygote after OTA
2016-03-14 Aart BikFixed bug in BCE, with regression test.
2016-03-14 Vladimir MarkoOptimizing: Fix valgrind error in image_test64.
2016-03-14 Mathieu ChartierMerge "Do not include image header in decompressed...
2016-03-14 Mathieu ChartierDo not include image header in decompressed size
2016-03-14 Mathieu ChartierMerge "Fix cases where we miss instrumentation changes"
2016-03-14 Mathieu ChartierFix cases where we miss instrumentation changes
2016-03-14 Vladimir MarkoMerge "Optimizing: Fix TypeConversion(And(x, const...
2016-03-14 Vladimir MarkoOptimizing: Fix TypeConversion(And(x, const)) simplific...
2016-03-14 Hiroshi YamauchiMerge "Clean up the valgrind test targets."
2016-03-14 Hiroshi YamauchiClean up the valgrind test targets.
2016-03-14 Vladimir MarkoMerge "Optimizing: Do not re-record standby checks...
2016-03-14 Nicolas GeoffrayMerge "Revert "Enable compilation of secondary dex...
2016-03-14 Nicolas GeoffrayRevert "Enable compilation of secondary dex files"
2016-03-14 Andreas GampeMerge "ART: Check alignment of section offsets"
2016-03-14 David SrbeckyMerge "Add symbolizer option to generate debug informat...
2016-03-14 David SrbeckyMerge "Ignore empty maps when emitting DWARF variable...
2016-03-14 Vladimir MarkoOptimizing: Do not re-record standby checks for dynamic...
2016-03-14 Calin JuravleMerge "Enable compilation of secondary dex files"
2016-03-14 Roland LevillainMerge "Revert "Re-enable test that was causing TimeoutE...
2016-03-12 David SrbeckyIgnore empty maps when emitting DWARF variable locations.
2016-03-12 Roland LevillainRevert "Re-enable test that was causing TimeoutExceptio...
2016-03-11 Bill BuzbeeMerge "ART: mterp arm/arm64 cleanup"
2016-03-11 buzbeeART: mterp arm/arm64 cleanup
2016-03-11 Stephen HinesMerge "Enable clang for ARM builds."
2016-03-11 Hiroshi YamauchiMerge "Assembly region TLAB allocation fast path for...
2016-03-11 Hiroshi YamauchiAssembly region TLAB allocation fast path for arm.
2016-03-11 Christopher... Merge "ART: Allow unwinding unattached threads"
2016-03-11 Vladimir MarkoMerge "Integrate BitwiseNegated into shared framework."
2016-03-11 Roland LevillainMerge "Typo in comment in art::mirror::Object::Identity...
2016-03-11 David SrbeckyMerge "Fix DCHECK in OatQuickMethodHeader::GetFrameSize...
2016-03-11 David SrbeckyFix DCHECK in OatQuickMethodHeader::GetFrameSizeInBytes()
2016-03-11 Aart BikMerge "Tests for round() method."
2016-03-11 Hiroshi YamauchiMerge "Suppress a valgrind libc issue."
next