OSDN Git Service

android-x86/art.git
2014-10-07 Vladimir MarkoMerge "Propagate optimization flags to kMirOpCheck."
2014-10-07 Nicolas GeoffrayMerge "Fix movw on x86/x86_64 to accept any 16bits...
2014-10-07 Nicolas GeoffrayFix movw on x86/x86_64 to accept any 16bits immediate.
2014-10-07 Nicolas GeoffrayMerge "Do not use kDiesAtEntry when inputs must be...
2014-10-07 Nicolas GeoffrayDo not use kDiesAtEntry when inputs must be in specific...
2014-10-07 Nicolas GeoffrayMerge "Add a prepare for register allocation pass."
2014-10-07 Nicolas GeoffrayMerge "Make which dex2oat version to use configurable."
2014-10-06 Hiroshi YamauchiMerge "Fix a merge error in cl 108991."
2014-10-06 Mathieu ChartierMerge "Add way to warn about missing JNI_ABORT"
2014-10-06 Hiroshi YamauchiFix a merge error in cl 108991.
2014-10-06 Mathieu ChartierAdd way to warn about missing JNI_ABORT
2014-10-06 Nicolas GeoffrayMerge "Merge host-run-test-jar and push-and-run-test...
2014-10-06 Nicolas GeoffrayMerge host-run-test-jar and push-and-run-test-jar.
2014-10-06 Hiroshi YamauchiMerge "Handlerize methods across some GC points."
2014-10-06 Nicolas GeoffrayAdd a prepare for register allocation pass.
2014-10-06 Hiroshi YamauchiHandlerize methods across some GC points.
2014-10-06 Nicolas GeoffrayMerge "Add support for inputs dying at entry of instruc...
2014-10-06 Nicolas GeoffrayAdd support for inputs dying at entry of instructions.
2014-10-06 Nicolas GeoffrayMake which dex2oat version to use configurable.
2014-10-06 Vladimir MarkoPropagate optimization flags to kMirOpCheck.
2014-10-04 Brian CarlstromMerge "Respect USE_CLANG_PLATFORM_BUILD for art builds"
2014-10-04 Bernhard RosenkraenzerRespect USE_CLANG_PLATFORM_BUILD for art builds
2014-10-04 Nicolas GeoffrayMerge "Make host-run-test-ar take --no-prebuild."
2014-10-04 Nicolas GeoffrayMake host-run-test-ar take --no-prebuild.
2014-10-04 Nicolas GeoffrayMerge "Merge push-and-run-{prebuilt}-test-jar files."
2014-10-04 Brian CarlstromMerge "Add some missing TEMP_FAILURE_RETRYs around...
2014-10-04 Brian CarlstromAdd some missing TEMP_FAILURE_RETRYs around unlink(2)
2014-10-04 Brian CarlstromMerge "ART: Prepare for ELF64."
2014-10-04 Brian CarlstromMerge "Add test for getDeclaredClasses of with missing...
2014-10-04 Brian CarlstromAdd test for getDeclaredClasses of with missing class
2014-10-03 buzbeeMerge "Quick compiler: Fix ambiguous LoadValue()"
2014-10-03 buzbeeQuick compiler: Fix ambiguous LoadValue()
2014-10-03 Tong ShenART: Prepare for ELF64.
2014-10-03 Vladimir MarkoMerge "AArch64: oat patches should be 32-bit ints."
2014-10-03 Nicolas GeoffrayMerge push-and-run-{prebuilt}-test-jar files.
2014-10-03 Nicolas GeoffrayMerge "Revert "Fix OOM throwing if it happens in finali...
2014-10-03 Nicolas GeoffrayRevert "Fix OOM throwing if it happens in finalizer...
2014-10-03 Matteo FranchinAArch64: oat patches should be 32-bit ints.
2014-10-03 Nicolas GeoffrayMerge "Revert "Rename registers in arm64.""
2014-10-03 Nicolas GeoffrayRevert "Rename registers in arm64."
2014-10-03 Vladimir MarkoMerge "Remove all uses of MIR_INLINED."
2014-10-03 Nicolas GeoffrayMerge "Rename registers in arm64."
2014-10-03 Hiroshi YamauchiMerge "Fix OOM throwing if it happens in finalizer...
2014-10-03 Ian RogersMerge "Fix test-art-(host|target)-run-test(32|64) targets."
2014-10-02 Ian RogersFix test-art-(host|target)-run-test(32|64) targets.
2014-10-02 Hiroshi YamauchiMerge "Fix x86_64 assembler LoadRef to use movl."
2014-10-02 Ian RogersMerge "Colorize warnings when building with clang."
2014-10-02 Calin JuravleMerge "More native bridge tests"
2014-10-02 Ian RogersColorize warnings when building with clang.
2014-10-02 Vladimir MarkoRemove all uses of MIR_INLINED.
2014-10-02 Vladimir MarkoMerge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()."
2014-10-02 Dmitry PetrochenkoFix OOM throwing if it happens in finalizer reference
2014-10-01 Calin JuravleMore native bridge tests
2014-10-01 Vladimir MarkoMerge "Quick: Fix LVN/GVN handling of acquire operations."
2014-10-01 Vladimir MarkoFix build_all_egdes in MIRGraph::ProcessCanThrow().
2014-10-01 Vladimir MarkoQuick: Fix LVN/GVN handling of acquire operations.
2014-10-01 Nicolas GeoffrayMerge "Revert "Introduce a class to implement optimizat...
2014-10-01 Nicolas GeoffrayRevert "Introduce a class to implement optimization...
2014-10-01 Roland LevillainMerge "Introduce a class to implement optimization...
2014-10-01 Roland LevillainIntroduce a class to implement optimization passes.
2014-10-01 Nicolas GeoffrayRename registers in arm64.
2014-10-01 Brian CarlstromMerge "Add VMRuntime.isBootClassPathOnDisk"
2014-10-01 Brian CarlstromAdd VMRuntime.isBootClassPathOnDisk
2014-09-30 Ian RogersMerge "Enable -Wunreachable-code"
2014-09-30 Ian RogersEnable -Wunreachable-code
2014-09-30 Bill BuzbeeMerge "ART: Fix GenReduceVector and GenSetVector"
2014-09-30 Bill BuzbeeMerge "ART: Reset bb id to the last list mir"
2014-09-30 Hiroshi YamauchiFix x86_64 assembler LoadRef to use movl.
2014-09-30 Bill BuzbeeMerge "ART: Allow overridable calculation of basic...
2014-09-30 Bill BuzbeeMerge "Update maximum number of reachable blocks in...
2014-09-30 Razvan A LupusoruART: Allow overridable calculation of basic block dataflow
2014-09-30 Hiroshi YamauchiMerge "Get heap poisoning working in 64-bit."
2014-09-30 Nicolas GeoffrayMerge "Disable ThreadStress."
2014-09-30 Andreas GampeMerge "ART: Fix typo"
2014-09-30 Andreas GampeART: Fix typo
2014-09-30 Andreas GampeMerge "ART: Fix some -Wpedantic errors"
2014-09-30 Nicolas GeoffrayDisable ThreadStress.
2014-09-30 Vladimir MarkoMerge "AArch64: address some outstanding TODOs."
2014-09-30 Nicolas GeoffrayMerge "Remove selinux dependency."
2014-09-30 Nicolas GeoffrayMerge "Improve detection of lifetime holes."
2014-09-30 Nicolas GeoffrayImprove detection of lifetime holes.
2014-09-30 Nicolas GeoffrayRemove selinux dependency.
2014-09-30 Sebastien HertzMerge "Revert "Enable computed goto interpreter on...
2014-09-30 Sebastien HertzRevert "Enable computed goto interpreter on the host"
2014-09-30 Matteo FranchinAArch64: address some outstanding TODOs.
2014-09-30 Ian RogersMerge "ART: Fix movnti assembler"
2014-09-30 Andreas GampeART: Fix some -Wpedantic errors
2014-09-29 Hiroshi YamauchiGet heap poisoning working in 64-bit.
2014-09-29 Andreas GampeMerge "ART: Better IllegalAccessException message"
2014-09-29 Andreas GampeART: Better IllegalAccessException message
2014-09-29 Ian RogersMerge "ART: Deprecate CompilationUnit's code_item"
2014-09-29 Andreas GampeMerge "ART: More verifier error output"
2014-09-29 Andreas GampeMerge "ART: Do a pre-pass for monitor_enter dex pc...
2014-09-29 Ian RogersMerge "Reduce scope of MIR analysis attributes."
2014-09-29 Razvan A LupusoruART: Deprecate CompilationUnit's code_item
2014-09-29 Ian RogersReduce scope of MIR analysis attributes.
2014-09-29 Razvan A LupusoruART: Fix movnti assembler
2014-09-29 Andreas GampeART: More verifier error output
2014-09-29 Andreas GampeART: Do a pre-pass for monitor_enter dex pc search
2014-09-29 Nicolas GeoffrayMerge "Fix a bug in the insertion of parallel move."
next