OSDN Git Service

android-x86/art.git
2016-03-15 Hiroshi YamauchiAssembly TLAB allocation fast path for arm64.
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."
2016-03-11 Hiroshi YamauchiSuppress a valgrind libc issue.
2016-03-11 David SrbeckyMerge "Revert "Revert "Allow duplicated methods in...
2016-03-11 David SrbeckyRevert "Revert "Allow duplicated methods in different...
2016-03-11 David SrbeckyMerge "DWARF: Compensate for compiler's off-by-one...
2016-03-11 David SrbeckyMerge "Symbolize native debug information for AOTed...
2016-03-11 David SrbeckySymbolize native debug information for AOTed methods...
2016-03-11 David SrbeckyMerge "Add trampoline symbols to native debug info."
2016-03-11 David SrbeckyAdd trampoline symbols to native debug info.
2016-03-11 David SrbeckyMerge "Minor optimizations of debug::WriteCFISection."
2016-03-11 David SrbeckyMinor optimizations of debug::WriteCFISection.
2016-03-11 Roland LevillainTypo in comment in art::mirror::Object::IdentityHashCode.
2016-03-11 Roland LevillainMerge "MIPS: Don't use $t8 for calling entrypoints"
2016-03-11 Nicolas GeoffrayMerge "Revert "Revert "Revert "Revert "Change condition...
2016-03-11 David SrbeckyDWARF: Compensate for compiler's off-by-one instruction.
2016-03-11 Goran JakovljevicMIPS: Don't use $t8 for calling entrypoints
2016-03-11 Nicolas GeoffrayMerge "Fix invariant in reference type propagation."
2016-03-11 David SrbeckyMerge "Revert "Allow duplicated methods in different...
2016-03-11 David SrbeckyRevert "Allow duplicated methods in different DWARF...
2016-03-11 David SrbeckyMerge "Allow duplicated methods in different DWARF...
2016-03-11 David SrbeckyMerge "Allow generation of native debug info for multip...
2016-03-11 David SrbeckyMerge "Refactor MethodDebugInfo (input of DWARF writer)."
2016-03-11 David SrbeckyAllow duplicated methods in different DWARF line tables.
2016-03-11 Nicolas GeoffrayFix invariant in reference type propagation.
2016-03-11 Artem SerovIntegrate BitwiseNegated into shared framework.
2016-03-11 Anton ShaminRevert "Revert "Revert "Revert "Change condition to...
2016-03-11 Nicolas GeoffrayMerge "Fix thread race when fetching the ProfilingInfo...
2016-03-11 Nicolas GeoffrayFix thread race when fetching the ProfilingInfo object.
2016-03-11 Andreas GampeART: Allow unwinding unattached threads
2016-03-10 Christopher... Merge "Log when why an Unwind failed."
2016-03-10 Mathieu ChartierMerge "Allocate interrupted exception before re-acquiri...
2016-03-10 Andreas GampeMerge "ART: Release all resource on MonitorPool destruc...
2016-03-10 Andreas GampeART: Release all resource on MonitorPool destruction
2016-03-10 Mathieu ChartierAllocate interrupted exception before re-acquiring...
2016-03-10 Christopher... Log when why an Unwind failed.
2016-03-10 Aart BikTests for round() method.
2016-03-10 Vladimir MarkoMerge "ART: Do not use vixld - workaround to fix dex2oa...
2016-03-10 Aart BikMerge "Avoid generating dead code on frame enter/exit...
2016-03-10 Vladimir MarkoART: Do not use vixld - workaround to fix dex2oatds.
2016-03-10 Aart BikAvoid generating dead code on frame enter/exit.
2016-03-10 Vladimir MarkoMerge "Add Mips abiflags section to the oatfile."
2016-03-10 Roland LevillainMerge "MIPS32: java.lang.Thread, and java.lang.String...
2016-03-10 Roland LevillainMerge "Disable some image_test cases with concurrent...
2016-03-10 Nicolas GeoffrayMerge "Tweak JIT hotness threshold."
2016-03-10 Roland LevillainDisable some image_test cases with concurrent collector.
2016-03-10 Nicolas GeoffrayTweak JIT hotness threshold.
2016-03-10 Nicolas GeoffrayMerge "MIPS32: Fix test 082-inline-execute"
2016-03-10 Roland LevillainMerge "Fix and enable java.lang.StringFactory intrinsics."
2016-03-10 Goran JakovljevicMIPS32: Fix test 082-inline-execute
2016-03-10 Nicolas GeoffrayMerge "Clear inline caches at each full GC."
2016-03-10 David SrbeckyAllow generation of native debug info for multiple...
2016-03-10 David SrbeckyRefactor MethodDebugInfo (input of DWARF writer).
2016-03-10 Andreas GampeMerge "ART: Fix assumption in class profile collection"
2016-03-10 Mathieu ChartierMerge "Use PwriteFully and write image header last"
2016-03-10 Mathieu ChartierUse PwriteFully and write image header last
2016-03-10 Mathieu ChartierMerge "Use per character suffix for multi image"
2016-03-10 Andreas GampeART: Fix assumption in class profile collection
2016-03-09 Mathieu ChartierUse per character suffix for multi image
2016-03-09 Andreas GampeMerge "ART: Enable native stack dumping on timeout"
2016-03-09 Andreas GampeMerge "ART: Use optimizing compiler in image_test"
2016-03-09 Nicolas GeoffrayClear inline caches at each full GC.
2016-03-09 Andreas GampeART: Use optimizing compiler in image_test
2016-03-09 Aart BikMerge "Implement the 1.8 unsafe memory fences directly...
2016-03-09 Andreas GampeMerge "ART: Fix missing include"
2016-03-09 Vladimir MarkoMerge "ART: Write bit fields together in ComputeSpecial...
2016-03-09 Roland LevillainFix and enable java.lang.StringFactory intrinsics.
2016-03-09 Nicolas GeoffrayMerge "Stop oat loading spam on host."
2016-03-09 Nicolas GeoffrayStop oat loading spam on host.
2016-03-09 David SrbeckyMerge "Mark DWARF lines in non-debuggable methods as...
2016-03-09 Vladimir MarkoART: Write bit fields together in ComputeSpecialAccesso...
2016-03-09 Calin JuravleMerge "Handle unexpected cases in profile saver"
2016-03-09 Calin JuravleMerge "Update GetDexOptNeeded to handle different level...
2016-03-09 Calin JuravleMerge "Record foreign dex files loaded by the app in...
2016-03-09 Roland LevillainMerge "Ignore 145-alloc-tracking-stress failures with...
2016-03-09 Roland LevillainIgnore 145-alloc-tracking-stress failures with JIT...
2016-03-09 Andreas GampeART: Enable native stack dumping on timeout
2016-03-09 Andreas GampeART: Fix missing include
2016-03-08 Hiroshi YamauchiMerge "Fix valgrind errors with MemMap::Sync()."
2016-03-08 Hiroshi YamauchiFix valgrind errors with MemMap::Sync().
2016-03-08 Aart BikImplement the 1.8 unsafe memory fences directly in...
2016-03-08 Chris LarsenMIPS32: java.lang.Thread, and java.lang.String intrinsics:
2016-03-08 Andreas GampeMerge "ART: Use the right ElfBuilder for oatdump symbol...
2016-03-08 David SrbeckyMerge "ART: Use the right ElfBuilder for oatdump symbol...
2016-03-08 Calin JuravleHandle unexpected cases in profile saver
2016-03-08 Calin JuravleUpdate GetDexOptNeeded to handle different levels of...
2016-03-08 David SrbeckyMark DWARF lines in non-debuggable methods as "not...
2016-03-08 Andreas GampeART: Use the right ElfBuilder for oatdump symbolizer
2016-03-08 David SrbeckyMerge "Propagate InstructionSetFeatures to ElfBuilder."
2016-03-08 David SrbeckyMerge "Propagate InstructionSetFeatures to ElfBuilder."
2016-03-08 Narayan KamathMerge "Revert "Suppress ArrayDequeTest#testForEachRemai...
next