OSDN Git Service

android-x86/art.git
2014-10-28 Igor MurashkinMerge "ART: Add support for patching and loading OAT...
2014-10-28 Igor MurashkinART: Add support for patching and loading OAT files...
2014-10-28 Andreas GampeMerge "ART: Add pic flag to oat header store"
2014-10-28 Andreas GampeART: Add pic flag to oat header store
2014-10-28 Mathieu ChartierMerge "Fix 64 bit build"
2014-10-28 Mathieu ChartierFix 64 bit build
2014-10-28 Andreas GampeMerge "ART: Typo fix"
2014-10-28 Andreas GampeART: Typo fix
2014-10-28 Andreas GampeMerge "ART: Fix test 089"
2014-10-28 Andreas GampeART: Fix test 089
2014-10-27 Mathieu ChartierMerge "Optimize method linking"
2014-10-27 Mathieu ChartierOptimize method linking
2014-10-27 Ian RogersMerge "Add gp initialization to the art_quick_imt_confl...
2014-10-27 Ian RogersMerge "Extra debug output in run-test."
2014-10-27 Douglas LeungAdd gp initialization to the art_quick_imt_conflict_tra...
2014-10-27 Ian RogersExtra debug output in run-test.
2014-10-27 Vladimir MarkoMerge "Rewrite class initialization check elimination."
2014-10-27 Nicolas GeoffrayMerge "Support hard float on arm in optimizing compiler."
2014-10-27 Nicolas GeoffraySupport hard float on arm in optimizing compiler.
2014-10-27 Andreas GampeMerge "ART: Fix ImageSpace error message."
2014-10-27 Andreas GampeMerge "ART: Fix leak in bit_vector"
2014-10-27 Calin JuravleMerge "[native bridge] Add test to verify code_cache...
2014-10-27 Vladimir MarkoRewrite class initialization check elimination.
2014-10-27 Vladimir MarkoMerge "Quick: Fix wide Phi detection in GVN, clean...
2014-10-26 Elliott HughesMerge "Fix the DW_OP_breg* constants."
2014-10-26 Elliott HughesFix the DW_OP_breg* constants.
2014-10-25 Ian RogersMerge "Do not use ld instruction for Mips32."
2014-10-25 Andreas GampeART: Fix ImageSpace error message.
2014-10-25 Andreas GampeART: Fix leak in bit_vector
2014-10-25 Douglas LeungDo not use ld instruction for Mips32.
2014-10-25 Ian RogersMerge "Tidy logging code not using UNIMPLEMENTED."
2014-10-24 Ian RogersMerge "ARM: Use hardfp calling convention between java...
2014-10-24 Zheng XuARM: Use hardfp calling convention between java to...
2014-10-24 Ian RogersMerge "ART: Add div/rem zero check elimination flag"
2014-10-24 Ian RogersMerge "ART: Prevent float inference back to SSA in...
2014-10-24 Stephen KyleART: Prevent float inference back to SSA in-regs.
2014-10-24 Ian RogersTidy logging code not using UNIMPLEMENTED.
2014-10-24 Ian RogersMerge "Code cleanup."
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 Calin Juravle[native bridge] Add test to verify code_cache existance.
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 Vladimir MarkoQuick: Fix wide Phi detection in GVN, clean up INVOKEs.
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...
next