OSDN Git Service

android-x86/art.git
2017-02-01 Treehugger... Merge "Fix flaky jit-gcstress tests 93{4,5,8}."
2017-02-01 Alex LightFix flaky jit-gcstress tests 93{4,5,8}.
2017-02-01 Vladimir MarkoMerge "Revert "Hash-based dex cache type array.""
2017-02-01 Vladimir MarkoRevert "Hash-based dex cache type array."
2017-02-01 Nicolas GeoffrayMerge "Adjust test 626 after ARM64 parallel move scratc...
2017-02-01 Richard UhlerMerge "Fix memory leak in oat file assistant test."
2017-02-01 Richard UhlerFix memory leak in oat file assistant test.
2017-02-01 Roland LevillainAdjust test 626 after ARM64 parallel move scratch regis...
2017-02-01 Richard UhlerMerge changes I1ab9ec9f,I0fe01760
2017-01-31 Mathieu ChartierMerge "Deduplicate stack masks"
2017-01-31 Treehugger... Merge "Force stack dump to diagnose empty checkpoint...
2017-01-31 Hiroshi YamauchiForce stack dump to diagnose empty checkpoint timeout.
2017-01-31 Treehugger... Merge "ART: Fix GC pause reporting"
2017-01-31 David SrbeckyDeduplicate stack masks
2017-01-31 Alex LightMerge "Enable redefining Bootclasspath classes"
2017-01-31 Aart BikMerge "Fix bug in geometric last value (found with...
2017-01-31 Nicolas GeoffrayMerge "Increase timeout for no-image runs."
2017-01-31 Treehugger... Merge "Fix macOS build in ART's runtime/runtime_common...
2017-01-31 Roland LevillainMerge "Handle cycles with double stack slots in ARM64...
2017-01-31 Richard UhlerRevert^2 "OatFileAssistant: look at vdex file for IsDex...
2017-01-31 Roland LevillainFix macOS build in ART's runtime/runtime_common.{h,cc}
2017-01-31 Nicolas GeoffrayIncrease timeout for no-image runs.
2017-01-31 Richard UhlerCheck vdex file is valid in VdexFile::Open.
2017-01-31 Roland LevillainMerge "Optionally dump ART crash information to logcat...
2017-01-31 Narayan KamathMerge "MethodHandles: Tests for additional combiners."
2017-01-31 Treehugger... Merge "Implement Math.rint Intrinsic for ARM32."
2017-01-31 xueliang.zhongImplement Math.rint Intrinsic for ARM32.
2017-01-31 Andreas GampeART: Fix GC pause reporting
2017-01-31 Alex LightEnable redefining Bootclasspath classes
2017-01-31 Treehugger... Merge "Make wording of comment more precise."
2017-01-30 Aart BikFix bug in geometric last value (found with fuzz testing)
2017-01-30 Treehugger... Merge "MIPS32R6: Improve PC-relative string/class loads...
2017-01-30 Alex LightMake wording of comment more precise.
2017-01-30 Treehugger... Merge "Remove Deoptimization code from class transforma...
2017-01-30 Mathieu ChartierMerge "Add to time to suspend in FlipThreadRoots to...
2017-01-30 Nicolas GeoffrayMerge "Revert "Revert "Make --debuggable rely on JIT...
2017-01-30 Nicolas GeoffrayMerge "Blacklist test now that debuggable means JIT."
2017-01-30 Nicolas GeoffrayRevert "Revert "Make --debuggable rely on JIT code.""
2017-01-30 Treehugger... Merge "Print to System.err in test 909 to avoid output...
2017-01-30 Vladimir MarkoMerge "Revert "Make --debuggable rely on JIT code.""
2017-01-30 Vladimir MarkoRevert "Make --debuggable rely on JIT code."
2017-01-30 Alex LightRemove Deoptimization code from class transformation.
2017-01-30 Treehugger... Merge "Merge layout-speed compiler filter into speed...
2017-01-30 Vladimir MarkoPrint to System.err in test 909 to avoid output races.
2017-01-30 Roland LevillainOptionally dump ART crash information to logcat when...
2017-01-30 Alexey FrunzeMIPS32R6: Improve PC-relative string/class loads and...
2017-01-30 Nicolas GeoffrayBlacklist test now that debuggable means JIT.
2017-01-30 Nicolas GeoffrayMerge "Make --debuggable rely on JIT code."
2017-01-30 Treehugger... Merge "Add ART_TEST_RUN_TEST_IMAGE."
2017-01-30 Roland LevillainHandle cycles with double stack slots in ARM64 parallel...
2017-01-30 Treehugger... Merge "MIPS: Refactor code for unresolved field entrypo...
2017-01-30 Vladimir MarkoMerge "Hash-based dex cache type array."
2017-01-30 Nicolas GeoffrayMake --debuggable rely on JIT code.
2017-01-30 Nicolas GeoffrayAdd ART_TEST_RUN_TEST_IMAGE.
2017-01-30 Vladimir MarkoHash-based dex cache type array.
2017-01-30 Nicolas GeoffrayMerge "Make no-relocate the default."
2017-01-28 Treehugger... Merge "Revert "ART: Give JIT thread pool workers a...
2017-01-28 Andreas GampeRevert "ART: Give JIT thread pool workers a peer"
2017-01-28 Treehugger... Merge "ART: Give JIT thread pool workers a peer"
2017-01-28 Treehugger... Merge "ART: Add ThreadPool mode that creates peers"
2017-01-28 Treehugger... Merge "Make run-test --jvm set DEX_LOCATION"
2017-01-27 Mathieu ChartierAdd to time to suspend in FlipThreadRoots to histogram
2017-01-27 Mathieu ChartierMerge "Remove alignment bits in between stack maps"
2017-01-27 Andreas GampeART: Give JIT thread pool workers a peer
2017-01-27 Alex LightMake run-test --jvm set DEX_LOCATION
2017-01-27 Alexey FrunzeMIPS: Refactor code for unresolved field entrypoint.
2017-01-27 Andreas GampeART: Add ThreadPool mode that creates peers
2017-01-27 Treehugger... Merge "Ensure ClassPreDefine returned dex file is on...
2017-01-27 Mathieu ChartierMerge "Avoid read barriers for ArtMethod::GetDexFile"
2017-01-27 Alex LightEnsure ClassPreDefine returned dex file is on the Classpath
2017-01-27 Treehugger... Merge "ART: Add OnLoad system classloader search support"
2017-01-27 Mathieu ChartierRemove alignment bits in between stack maps
2017-01-27 Roland LevillainMerge "Don't use VIXL's temp registers in LocationsBuil...
2017-01-27 Andreas GampeART: Add OnLoad system classloader search support
2017-01-27 Nicolas GeoffrayMake no-relocate the default.
2017-01-27 Vladimir MarkoMerge "Add ARM support for `floor` and `ceil` intrinsics."
2017-01-27 Narayan KamathMerge "MethodHandles: Support and tests for revealDirec...
2017-01-27 Nicolas GeoffrayMerge changes from topic 'VIXL-update-270117'
2017-01-27 Narayan KamathMethodHandles: Tests for additional combiners.
2017-01-27 Narayan KamathMethodHandles: Support and tests for revealDirect ...
2017-01-27 Roland LevillainDon't use VIXL's temp registers in LocationsBuilderARM6...
2017-01-27 Artem SerovAdd ARM support for `floor` and `ceil` intrinsics.
2017-01-27 Treehugger... Merge "Revert "Revert "CHA for abstract methods."""
2017-01-27 Scott WakelingARM: VIXL32: Keep jump table base label within range...
2017-01-27 Scott WakelingARM64: VIXL: Fix breaking changes to ternary operator...
2017-01-27 Nicolas GeoffrayMerge "Shoot in the dark to try and fix mac build."
2017-01-27 Nicolas GeoffrayShoot in the dark to try and fix mac build.
2017-01-27 Nicolas GeoffrayMerge "Add per array size allocation entrypoints."
2017-01-27 Mingyao YangRevert "Revert "CHA for abstract methods.""
2017-01-27 Treehugger... Merge "Pass the correct name to ClassFileLoadHook"
2017-01-27 Alex LightPass the correct name to ClassFileLoadHook
2017-01-27 Mathieu ChartierAvoid read barriers for ArtMethod::GetDexFile
2017-01-27 Treehugger... Merge "Re-enable tests 934 & 935"
2017-01-26 Nicolas GeoffrayMerge "You shall know your arm32 calling conventions."
2017-01-26 Nicolas GeoffrayYou shall know your arm32 calling conventions.
2017-01-26 Alex LightRe-enable tests 934 & 935
2017-01-26 Nicolas GeoffrayMerge "Make verify-profile not look at the profile."
2017-01-26 Hiroshi YamauchiMerge "Avoid accessing the heap without mutator lock...
2017-01-26 Nicolas GeoffrayMake verify-profile not look at the profile.
2017-01-26 Nicolas GeoffrayMerge "Forgot stack alignment on x86."
next