OSDN Git Service

android-x86/art.git
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 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-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 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...
2014-10-21 Roland LevillainMerge "Implement int negate instruction in the optimizi...
2014-10-21 Roland LevillainConstant folding on unary operations in the optimizing...
2014-10-21 Roland LevillainImplement int negate instruction in the optimizing...
2014-10-21 Nicolas GeoffrayMerge "Remove the notion of dies at entry."
2014-10-21 Nicolas GeoffrayRemove the notion of dies at entry.
2014-10-21 Vladimir MarkoMerge "Shut down FaultManager after shutting down threads."
2014-10-21 Nicolas GeoffrayMerge "Support running run-test in ndebug mode through...
2014-10-21 Nicolas GeoffraySupport running run-test in ndebug mode through make.
2014-10-21 Dmitriy IvanovMerge "Link libsigchain.a instead of sigchain.o"
2014-10-20 Dmitriy IvanovLink libsigchain.a instead of sigchain.o
2014-10-20 Ian RogersMerge "Refactor quick entrypoints"
2014-10-20 Ian RogersRefactor quick entrypoints
2014-10-20 Hiroshi YamauchiMerge "Rosalloc should print unreachable page map type"
2014-10-20 Vladimir MarkoShut down FaultManager after shutting down threads.
2014-10-20 Calin JuravleMerge "Add perf option to art tool"
2014-10-20 Calin JuravleAdd perf option to art tool
2014-10-20 Daniel MihalyiFixed debugger for threads attached from JNI
2014-10-20 Roland LevillainMerge "Have HInstruction::StrictlyDominates compute...
2014-10-20 Roland LevillainMerge "Revert "Revert "Introduce a class to implement...
2014-10-17 Nicolas GeoffrayMerge "Just depend on TARGET_CORE_DEX_FILES."
2014-10-17 Nicolas GeoffrayMerge "Rename arm64 `Register` to `XRegister`."
2014-10-17 Nicolas GeoffrayMerge "Rework arm64 register codes and fix Arm64Managed...
2014-10-17 Vladimir MarkoMerge "Quick: In GVN, apply modifications early if...
2014-10-17 Nicolas GeoffrayJust depend on TARGET_CORE_DEX_FILES.
2014-10-17 Roland LevillainHave HInstruction::StrictlyDominates compute strict...
2014-10-17 Roland LevillainRevert "Revert "Introduce a class to implement optimiza...
2014-10-17 Chih-Hung HsiehMerge "Add -no-integrated-as at local level."
2014-10-17 Vladimir MarkoQuick: In GVN, apply modifications early if outside...
2014-10-17 Alexandre RamesRename arm64 `Register` to `XRegister`.
2014-10-17 Alexandre RamesRework arm64 register codes and fix Arm64ManagedRegiste...
2014-10-17 Piotr JastrzebskiMerge "Fix error message to match the code."
2014-10-17 Piotr JastrzebskiFix error message to match the code.
2014-10-17 Calin JuravleMerge "Add multiplication for integral types"
2014-10-17 Calin JuravleAdd multiplication for integral types
2014-10-17 Nicolas GeoffrayMerge "Fix dex2oat cross-compilation."
2014-10-17 Nicolas GeoffrayMerge "Disable some instruction set tests due to Linux...
2014-10-17 Nicolas GeoffrayFix dex2oat cross-compilation.
2014-10-17 Ian RogersDisable some instruction set tests due to Linux kernel...
2014-10-17 Ian RogersMerge "x86 build fix."
2014-10-17 Ian Rogersx86 build fix.
2014-10-17 Brian CarlstromMerge "Tracking change to make Class.getDeclaredFields...
2014-10-17 Piotr JastrzebskiMerge "Stop using |instance_| in Runtime::InitNativeMet...
2014-10-17 Ian RogersMerge "Fix Mac build."
2014-10-17 Ian RogersFix Mac build.
next