OSDN Git Service

android-x86/art.git
2017-03-30 Calin JuravleMerge "(Re)enable the use of inline caches in AOT"
2017-03-30 Calin JuravleMerge "Update profile version"
2017-03-30 Treehugger... Merge "ART: Fix VISIT_OBJECTS and ABORT for FollowRefer...
2017-03-30 Calin JuravleUpdate profile version
2017-03-30 Andreas GampeART: Fix VISIT_OBJECTS and ABORT for FollowReferences
2017-03-30 Treehugger... Merge "Dedup original dex file for classes transformed...
2017-03-30 Orion HodsonMerge "Revert^2 "Improve user-friendliness of art script.""
2017-03-30 Orion HodsonRevert^2 "Improve user-friendliness of art script."
2017-03-30 Treehugger... Merge "Do more GCs for test 141"
2017-03-30 Treehugger... Merge "Refactor image writer"
2017-03-30 Calin JuravleMerge "Update deopt statements in 638-checker-inline...
2017-03-30 Alex LightDedup original dex file for classes transformed on...
2017-03-30 Mathieu ChartierDo more GCs for test 141
2017-03-29 Treehugger... Merge "Downgrade another duplicate method DCHECK to...
2017-03-29 Mathieu ChartierRefactor image writer
2017-03-29 Calin Juravle(Re)enable the use of inline caches in AOT
2017-03-29 Calin JuravleUpdate deopt statements in 638-checker-inline-caches
2017-03-29 Treehugger... Merge "Undo dex2dex compilation before invoking LoadHook"
2017-03-29 Mathieu ChartierMerge "Layout string data"
2017-03-29 Treehugger... Merge "Change Ti::Agent collection from vector to List"
2017-03-29 Alex LightDowngrade another duplicate method DCHECK to WARNING
2017-03-29 Alex LightUndo dex2dex compilation before invoking LoadHook
2017-03-29 Calin JuravleMerge "Gracefully handle bogus profiling info for inlin...
2017-03-29 Calin JuravleMerge "Fix profile merges in profman"
2017-03-29 Mathieu ChartierLayout string data
2017-03-29 Alex LightChange Ti::Agent collection from vector to List
2017-03-29 Treehugger... Merge "ART: Fix ObjectFree reporting"
2017-03-29 Treehugger... Merge "ART: Fix GetThreadInfo"
2017-03-29 Orion HodsonMerge "Performance improvements in invoke-polymorphic...
2017-03-29 Orion HodsonPerformance improvements in invoke-polymorphic runtime...
2017-03-29 Treehugger... Merge "MIPS: Implement read barriers."
2017-03-29 Alexey FrunzeMIPS: Implement read barriers.
2017-03-29 Andreas GampeART: Fix ObjectFree reporting
2017-03-29 Treehugger... Merge "Incorporate random profile tests into run-test."
2017-03-29 Andreas GampeART: Fix GetThreadInfo
2017-03-28 Calin JuravleFix profile merges in profman
2017-03-28 Mathieu ChartierMerge "Fix lock order for jvmti kTaggingLockLevel"
2017-03-28 Nicolas GeoffrayGracefully handle bogus profiling info for inline caches.
2017-03-28 Calin JuravleMerge "Add --profile mode to the art script"
2017-03-28 Mathieu ChartierFix lock order for jvmti kTaggingLockLevel
2017-03-28 Jeff HaoIncorporate random profile tests into run-test.
2017-03-28 Treehugger... Merge "Add profman option to generate a random profile...
2017-03-28 Calin JuravleAdd --profile mode to the art script
2017-03-28 Treehugger... Merge "Add test to verify dex file passed to agent"
2017-03-28 Jeff HaoAdd profman option to generate a random profile based...
2017-03-28 Calin JuravleMerge "Close the right fd in native_stack_dump"
2017-03-28 Calin JuravleMerge "Fix return value of AtomicMethodRefMap::Get()"
2017-03-28 Calin JuravleMerge "Fix arm64 and x86_64 code generator assertion"
2017-03-28 Aart BikMerge "MIPS64: Add vector registers to Mips64ManagedReg...
2017-03-28 Alex LightAdd test to verify dex file passed to agent
2017-03-28 Nicolas GeoffrayMerge "Math.round float intrinsic for ARM."
2017-03-28 xueliang.zhongMath.round float intrinsic for ARM.
2017-03-28 Nicolas GeoffrayMerge "Make data dependency around HDeoptimize correct."
2017-03-28 Richard UhlerMerge "Remove unreachable code in DexLocationToOdexFile...
2017-03-28 Treehugger... Merge "ART: Fix some tidy warnings"
2017-03-28 Calin JuravleClose the right fd in native_stack_dump
2017-03-28 Calin JuravleFix return value of AtomicMethodRefMap::Get()
2017-03-28 Calin JuravleFix arm64 and x86_64 code generator assertion
2017-03-28 Andreas GampeMerge "ART: Clean up field initialization"
2017-03-28 Treehugger... Merge "ART: Remove unused DexToDex level."
2017-03-27 Treehugger... Merge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6...
2017-03-27 Treehugger... Merge "Testrunner: Fix output parsing issue"
2017-03-27 Andreas GampeART: Fix some tidy warnings
2017-03-27 Andreas GampeART: Remove unused DexToDex level.
2017-03-27 Josh GaoRemove signal mask checks from native bridge tests.
2017-03-27 Andreas GampeART: Clean up field initialization
2017-03-27 Nicolas GeoffrayMerge "One more test to disable for CHA."
2017-03-27 Treehugger... Merge "Ensure 'modified' field of ArtClassDefinition...
2017-03-27 Nicolas GeoffrayOne more test to disable for CHA.
2017-03-27 Treehugger... Merge "Testrunner: Temporarily fix long Dex File name...
2017-03-27 Treehugger... Merge "Ensure jvmtiCapabilities structs are initialized."
2017-03-27 Shubham AjmeraTestrunner: Fix output parsing issue
2017-03-27 Alex LightEnsure 'modified' field of ArtClassDefinition is always...
2017-03-27 Alex LightEnsure jvmtiCapabilities structs are initialized.
2017-03-27 Treehugger... Merge "Check for unattached threads in JVMTI functions"
2017-03-27 Richard UhlerRemove unreachable code in DexLocationToOdexFilename.
2017-03-27 Orion HodsonMerge "Revert "Improve user-friendliness of art script.""
2017-03-27 Orion HodsonRevert "Improve user-friendliness of art script."
2017-03-27 Nicolas GeoffrayMake data dependency around HDeoptimize correct.
2017-03-27 Treehugger... Merge "Initialize art_method_ in HGraph."
2017-03-27 Nicolas GeoffrayInitialize art_method_ in HGraph.
2017-03-27 Treehugger... Merge "MIPS64: Improve method entry/exit code"
2017-03-27 Nicolas GeoffrayMerge ""Revert^6 "CHA for interface method.""""
2017-03-27 Treehugger... Merge "Revert "Revert "Make original dex file be more...
2017-03-27 Nicolas GeoffrayMerge "Add 'dist' to gtest targets to avoid jack issues."
2017-03-27 Nicolas GeoffrayAdd 'dist' to gtest targets to avoid jack issues.
2017-03-27 Nicolas GeoffrayMerge "ARM: Reduce the number of branches generated...
2017-03-27 Nicolas GeoffrayMerge "ARM: Improve the code generated for HInstanceOf"
2017-03-27 Orion HodsonMerge "Improve user-friendliness of art script."
2017-03-27 Nicolas Geoffray"Revert^6 "CHA for interface method."""
2017-03-27 Nicolas GeoffrayMerge "Improvements in the Inliner."
2017-03-25 Nicolas GeoffrayMerge "Makefile cleanup/fix after refactoring."
2017-03-25 Nicolas GeoffrayMakefile cleanup/fix after refactoring.
2017-03-25 Nicolas GeoffrayMerge "Fix issue with Android.run-test.mk"
2017-03-24 Shubham AjmeraTestrunner: Temporarily fix long Dex File name issue
2017-03-24 Alex LightCheck for unattached threads in JVMTI functions
2017-03-24 Alex LightFix issue with Android.run-test.mk
2017-03-24 Alex LightRevert "Revert "Make original dex file be more deduplic...
2017-03-24 Mathieu ChartierMerge "Move backtrace logic to backtrace_helper.h"
2017-03-24 Josh Gaosigchain: fix sigaction(signal, nullptr, &sa).
next