OSDN Git Service

android-x86/art.git
2014-11-13 Vladimir MarkoQuick: Fix arm64 AGET/APUT to use 32-bit index.
2014-11-13 Nicolas GeoffrayMerge "And another failing test on optimizing/armv8."
2014-11-13 Nicolas GeoffrayAnd another failing test on optimizing/armv8.
2014-11-13 Nicolas GeoffrayMerge "Add a --method-filter option to oatdump."
2014-11-13 Nicolas GeoffrayMerge "Unfortunately, the test still hits too many...
2014-11-13 Nicolas GeoffrayUnfortunately, the test still hits too many run failures.
2014-11-13 Nicolas GeoffrayMerge "Do a parallel move in BoundsCheckSlowPath."
2014-11-13 Ian RogersMerge "Modify the behavior of thread suspend shootouts."
2014-11-12 Ian RogersModify the behavior of thread suspend shootouts.
2014-11-12 Dan AlbertMerge "Use the new name for the libc++ libbacktrace."
2014-11-12 Bill BuzbeeMerge "ART: Fix clobbering low part in 32-bit version...
2014-11-12 Bill BuzbeeMerge "ART: GenNegLong incorrectly handled register...
2014-11-12 Brian CarlstromMerge "Use CommonRuntimeTest::boot_class_path_ in DexMe...
2014-11-12 Nicolas GeoffrayMerge "Mark test as failing for optimizing/armv8."
2014-11-12 Nicolas GeoffrayMark test as failing for optimizing/armv8.
2014-11-12 Nicolas GeoffrayAdd a --method-filter option to oatdump.
2014-11-12 Nicolas GeoffrayDo a parallel move in BoundsCheckSlowPath.
2014-11-12 Nicolas GeoffrayMerge "Implement and/or/xor in optimizing."
2014-11-12 Vladimir MarkoMerge "Fix bad OOM check in Thread::CreatePeer()."
2014-11-12 Vladimir MarkoFix bad OOM check in Thread::CreatePeer().
2014-11-12 Nicolas GeoffrayImplement and/or/xor in optimizing.
2014-11-12 Nicolas GeoffrayMerge "More armv8/optimizing test failures."
2014-11-12 Nicolas GeoffrayMore armv8/optimizing test failures.
2014-11-12 Nicolas GeoffrayMerge "Implement monitorenter/monitorexit."
2014-11-12 Nicolas GeoffrayImplement monitorenter/monitorexit.
2014-11-12 Roland LevillainMerge "Revert "Revert "Add support for long-to-int...
2014-11-12 Nicolas GeoffrayMerge "Update list of armv8/optimizing failing tests."
2014-11-12 Nicolas GeoffrayUpdate list of armv8/optimizing failing tests.
2014-11-12 Nicolas GeoffrayMerge "Remove HTemporary when building the SSA graph."
2014-11-12 Nicolas GeoffrayMerge "Implement invokesuper in optimizing."
2014-11-12 Nicolas GeoffrayImplement invokesuper in optimizing.
2014-11-12 Nicolas GeoffrayMerge "Implement checkcast for optimizing."
2014-11-12 Nicolas GeoffrayImplement checkcast for optimizing.
2014-11-12 Ian RogersMerge "Don't try to handle nested SIGSEGV inside fault...
2014-11-12 Ian RogersDon't try to handle nested SIGSEGV inside fault handler.
2014-11-12 Ian RogersMerge "Allow JNI AttachCurrentThread to fail if not...
2014-11-12 Ian RogersAllow JNI AttachCurrentThread to fail if not enough...
2014-11-11 Dan AlbertUse the new name for the libc++ libbacktrace.
2014-11-11 Nicolas GeoffrayRemove HTemporary when building the SSA graph.
2014-11-11 Mathieu ChartierMerge "Add null check for thread name creation"
2014-11-11 Mathieu ChartierAdd null check for thread name creation
2014-11-11 Roland LevillainRevert "Revert "Add support for long-to-int in the...
2014-11-11 Ian RogersMerge "Add jni_internal_test for GetArrayLength(NULL)."
2014-11-11 Ian RogersAdd jni_internal_test for GetArrayLength(NULL).
2014-11-11 Roland LevillainMerge "Revert "Add support for long-to-int in the optim...
2014-11-11 Roland LevillainRevert "Add support for long-to-int in the optimizing...
2014-11-11 Calin JuravleMerge "Fix lint error."
2014-11-11 Calin JuravleFix lint error.
2014-11-11 Vladimir MarkoMerge "Revert "Use correct register class for refs""
2014-11-11 Vladimir MarkoRevert "Use correct register class for refs"
2014-11-11 Roland LevillainMerge "Add support for long-to-int in the optimizing...
2014-11-11 Roland LevillainAdd support for long-to-int in the optimizing compiler.
2014-11-11 Vladimir MarkoMerge "Use correct register class for refs"
2014-11-11 Nicolas GeoffrayMerge "Opt compiler: Add arm64 support for a few more...
2014-11-11 Nicolas GeoffrayMerge "Opt compiler: Add arm64 support for floating...
2014-11-11 Serguei KatkovUse correct register class for refs
2014-11-11 Ian RogersMerge "Fix CombineBlocks optimization"
2014-11-11 Ian RogersMerge "Fix x86 art_quick_set64_instance quick entrypoint"
2014-11-11 Pavel VyssotskiART: Fix clobbering low part in 32-bit version of X86Mi...
2014-11-11 Serguei KatkovFix CombineBlocks optimization
2014-11-11 Serguei KatkovFix x86 art_quick_set64_instance quick entrypoint
2014-11-11 Ian RogersMerge "Fix parentheses, tidy code."
2014-11-11 Brian CarlstromUse CommonRuntimeTest::boot_class_path_ in DexMethodIte...
2014-11-11 Ian RogersFix parentheses, tidy code.
2014-11-10 Nicolas GeoffrayMerge "Update dependency after libgtest_libc++_host...
2014-11-10 Nicolas GeoffrayUpdate dependency after libgtest_libc++_host renaming.
2014-11-10 Andreas GampeMerge "ART: Prune links in the dalvik cache"
2014-11-10 Mathieu ChartierMerge "Delete unused imtable field"
2014-11-10 Andreas GampeART: Prune links in the dalvik cache
2014-11-10 Mathieu ChartierDelete unused imtable field
2014-11-10 Alexandre RamesOpt compiler: Add arm64 support for a few more IRs.
2014-11-10 Alexandre RamesOpt compiler: Add arm64 support for floating-point.
2014-11-10 Roland LevillainMerge "Support Java conversions from char to long in...
2014-11-10 Roland LevillainSupport Java conversions from char to long in opt....
2014-11-10 Nicolas GeoffrayMerge "Failing test on armv8/optimizing after interface...
2014-11-10 Nicolas GeoffrayFailing test on armv8/optimizing after interface support.
2014-11-10 Nicolas GeoffrayMerge "Support invoke-interface in optimizing."
2014-11-10 Nicolas GeoffraySupport invoke-interface in optimizing.
2014-11-10 nikolay serdjukART: GenNegLong incorrectly handled register overlap...
2014-11-10 Nicolas GeoffrayMerge "Fix ld_library_path now that a target can be...
2014-11-10 Nicolas GeoffrayFix ld_library_path now that a target can be 64bits...
2014-11-09 Andreas GampeMerge "ART: Fix possible soft+hard failure in verifier"
2014-11-09 Andreas GampeART: Fix possible soft+hard failure in verifier
2014-11-09 Mathieu ChartierMerge "Fix thread pool test valgrind flakiness"
2014-11-09 Mathieu ChartierFix thread pool test valgrind flakiness
2014-11-09 Ian RogersMerge "Tidy RegStorage for X86."
2014-11-08 Ian RogersMerge "Tidy some uses of IsCompilationEnabled."
2014-11-08 Ian RogersTidy RegStorage for X86.
2014-11-08 Ian RogersMerge "Fix dump-oat-core-*"
2014-11-08 Ian RogersMerge "Tidy x86 disassembler"
2014-11-08 Ian RogersTidy some uses of IsCompilationEnabled.
2014-11-08 Ian RogersTidy x86 disassembler
2014-11-08 Ian RogersFix dump-oat-core-*
2014-11-07 Mathieu ChartierMerge "Add hash map, reduce excessive hashing"
2014-11-07 Mathieu ChartierAdd hash map, reduce excessive hashing
2014-11-07 Andreas GampeMerge "ART: Use std::vector in GraphChecker"
2014-11-07 Andreas GampeART: Use std::vector in GraphChecker
2014-11-07 Nicolas GeoffrayMerge "Silent cpplint on dex instruction switch."
2014-11-07 Nicolas GeoffraySilent cpplint on dex instruction switch.
2014-11-07 Andreas GampeMerge "ART: Fix valgrind"
next