OSDN Git Service

android-x86/art.git
2014-10-24 Nicolas GeoffrayMerge "Add more environment variable to control test...
2014-10-24 Nicolas GeoffrayAdd more environment variable to control test granularity.
2014-10-24 Nicolas GeoffrayMerge "Fix encoding of imul in x86_64 assembler."
2014-10-24 Nicolas GeoffrayFix encoding of imul in x86_64 assembler.
2014-10-24 Sebastien HertzMerge "Make ObjectRegistry::InternalAdd GC safe"
2014-10-24 Roland LevillainMerge "Revert "Revert "Implement long negate instructio...
2014-10-24 Roland LevillainMerge "Use test's `-d' option when checking for a direc...
2014-10-24 Nicolas GeoffrayMerge "Fix wrong unsigned to signed conversions."
2014-10-24 Roland LevillainRevert "Revert "Implement long negate instruction in...
2014-10-24 Sebastien HertzMerge "Fix JDWP Virtualmachine.Resume command"
2014-10-24 Sebastien HertzMerge "More use of WellKnownClasses for debugger"
2014-10-24 Andreas GampeMerge "ART: Remove old LOG(INFO)"
2014-10-24 Mathieu ChartierMerge "Use the passed-in 'name' param to create a MemMap."
2014-10-24 Andreas GampeART: Remove old LOG(INFO)
2014-10-24 Ian RogersMerge "Make out-of-line mutex contention dependent...
2014-10-24 Ian RogersMake out-of-line mutex contention dependent on ART_USE_...
2014-10-23 Andreas GampeMerge "ART: Use static_assert in down_cast"
2014-10-23 Andreas GampeART: Use static_assert in down_cast
2014-10-23 Chih-Hung HsiehMerge "Add missing SHARED_LOCKS_REQUIRED attibute."
2014-10-23 Chih-Hung HsiehAdd missing SHARED_LOCKS_REQUIRED attibute.
2014-10-23 Nicolas GeoffrayFix wrong unsigned to signed conversions.
2014-10-23 Nicolas GeoffrayMerge "ART: Add basic tests for materialized conditions."
2014-10-23 Mathieu ChartierMerge "Fix concurrent start bytes race"
2014-10-23 Roland LevillainMerge "Revert "Implement long negate instruction in...
2014-10-23 Roland LevillainRevert "Implement long negate instruction in the optimi...
2014-10-23 Mathieu ChartierFix concurrent start bytes race
2014-10-23 Alexandre RamesART: Add basic tests for materialized conditions.
2014-10-23 Roland LevillainMerge "Implement long negate instruction in the optimiz...
2014-10-23 Roland LevillainImplement long negate instruction in the optimizing...
2014-10-23 Calin JuravleMerge "[optimizing compiler] Handle SUB_FLOAT/DOUBLE...
2014-10-23 Calin Juravle[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes
2014-10-23 Roland LevillainUse test's `-d' option when checking for a directory.
2014-10-23 Nicolas GeoffrayMerge "Use the shared smali test infrastructure for...
2014-10-23 Calin JuravleMerge "[optimizing compiler] Add float/double subtraction"
2014-10-23 Calin Juravle[optimizing compiler] Add float/double subtraction
2014-10-23 Sebastien HertzMake ObjectRegistry::InternalAdd GC safe
2014-10-23 Nicolas GeoffrayMerge "ART: optimizing compiler: initial support for...
2014-10-23 Alexandre RamesART: optimizing compiler: initial support for ARM64.
2014-10-23 Calin JuravleMerge "Remove obsolete TODOs from codegen tests"
2014-10-23 Calin JuravleRemove obsolete TODOs from codegen tests
2014-10-23 Calin JuravleMerge "[native bridge] Make sure we always unload the...
2014-10-23 Calin Juravle[native bridge] Make sure we always unload the native...
2014-10-23 Sebastien HertzMore use of WellKnownClasses for debugger
2014-10-23 Nicolas GeoffrayUse the shared smali test infrastructure for 800-smali.
2014-10-23 Roland LevillainMerge "Implement int bit-wise not operation in the...
2014-10-23 Roland LevillainImplement int bit-wise not operation in the optimizing...
2014-10-23 Ian RogersMerge "C++11 related clean-up of DISALLOW_.."
2014-10-23 Ian RogersC++11 related clean-up of DISALLOW_..
2014-10-23 Ian RogersMerge "Fix arm64 bug introduced by refactoring."
2014-10-23 Kyungmin LeeUse the passed-in 'name' param to create a MemMap.
2014-10-22 Ian RogersMerge "Tidy up logging."
2014-10-22 Ian RogersTidy up logging.
2014-10-22 Vladimir MarkoMerge "X86 Long Min/Max: Avoid calling SRegToVReg with -1"
2014-10-22 Calin JuravleMerge "Fix make file comment"
2014-10-22 Calin JuravleFix make file comment
2014-10-22 Calin JuravleMerge "Minor fix in codegen tests."
2014-10-22 Calin JuravleMinor fix in codegen tests.
2014-10-22 Stephen KyleFix arm64 bug introduced by refactoring.
2014-10-22 Calin JuravleMerge "Add multiplication for floats/doubles in optimiz...
2014-10-22 Calin JuravleAdd multiplication for floats/doubles in optimizing...
2014-10-22 Nicolas GeoffrayMerge "Fix typo in Makefile."
2014-10-22 Nicolas GeoffrayFix typo in Makefile.
2014-10-22 Nicolas GeoffrayMerge "Implement array creation related DEX instructions."
2014-10-22 Nicolas GeoffrayImplement array creation related DEX instructions.
2014-10-22 Mark MendellX86 Long Min/Max: Avoid calling SRegToVReg with -1
2014-10-22 Sebastien HertzMerge "Fixed debugger for threads attached from JNI"
2014-10-22 Nicolas GeoffrayMerge "Fix bug in UnionIfNotIn."
2014-10-22 Nicolas GeoffrayFix bug in UnionIfNotIn.
2014-10-22 Roland LevillainMerge "Various fixes related to integer negate operations."
2014-10-22 Roland LevillainVarious fixes related to integer negate operations.
2014-10-22 Andreas GampeMerge "ART: Print args in case of run-test build failure"
2014-10-22 Andreas GampeART: Print args in case of run-test build failure
2014-10-22 Andreas GampeMerge "ART: Fix common_build CFLAGS"
2014-10-22 Andreas GampeART: Fix common_build CFLAGS
2014-10-22 Ian RogersMerge "Fix Mac build."
2014-10-22 Ian RogersFix Mac build.
2014-10-21 Hiroshi YamauchiMerge "Fix a DCHECK failure IsResolved() || IsErroneous()."
2014-10-21 Hiroshi YamauchiFix a DCHECK failure IsResolved() || IsErroneous().
2014-10-21 Ian RogersMerge "Avoid strict-aliasing problems with Handles."
2014-10-21 Ian RogersAvoid strict-aliasing problems with Handles.
2014-10-21 Ian RogersMerge "Const-ify functions/variables in trampoline...
2014-10-21 Ian RogersConst-ify functions/variables in trampoline entrypoints.
2014-10-21 Andreas GampeMerge "ART: Fix test 089 to ignore debug lines"
2014-10-21 Andreas GampeART: Fix test 089 to ignore debug lines
2014-10-21 Sebastien HertzFix JDWP Virtualmachine.Resume command
2014-10-21 Andreas GampeMerge "ART: Fix run-test script"
2014-10-21 Andreas GampeART: Fix run-test script
2014-10-21 Nicolas GeoffrayMerge "Fix register_allocator_test after reg alloc...
2014-10-21 Nicolas GeoffrayFix register_allocator_test after reg alloc changes.
2014-10-21 Nicolas GeoffrayMerge "Fix off by one errors in linear scan register...
2014-10-21 Nicolas GeoffrayFix off by one errors in linear scan register allocator.
2014-10-21 Nicolas GeoffrayMerge "Fix m test-art-host-run-test-001-HelloWorld."
2014-10-21 Nicolas GeoffrayFix m test-art-host-run-test-001-HelloWorld.
2014-10-21 Nicolas GeoffrayMerge "Implement register allocator for floating point...
2014-10-21 Nicolas GeoffrayImplement register allocator for floating point registers.
2014-10-21 Ian RogersMerge "Enable generic JNI for x86 and ARM when interpre...
2014-10-21 Ian RogersEnable generic JNI for x86 and ARM when interpret-only.
2014-10-21 Elliott HughesMerge "Clarify a confusing error message."
2014-10-21 Elliott HughesClarify a confusing error message.
2014-10-21 Roland LevillainMerge "Constant folding on unary operations in the...
next