OSDN Git Service

android-x86/art.git
2014-07-18 Andreas GampeART: Fail dex file verification on invalid access flags
2014-07-17 Calin JuravleMerge "Fix identifier size in the heap dump."
2014-07-17 Calin JuravleFix identifier size in the heap dump.
2014-07-17 Ian RogersMerge "Avoid direct use of QuasiAtomic by using Atomic."
2014-07-17 Ian RogersAvoid direct use of QuasiAtomic by using Atomic.
2014-07-16 Andreas GampeMerge "ART: Refactor GenSelect, refactor gen_common...
2014-07-17 Andreas GampeART: Refactor GenSelect, refactor gen_common accordingly
2014-07-16 Andreas GampeMerge "ART: Lock an arg reg in GenInlinedGet"
2014-07-17 Andreas GampeART: Lock an arg reg in GenInlinedGet
2014-07-17 Nicolas GeoffrayMerge "Fix lint errors."
2014-07-17 Nicolas GeoffrayFix lint errors.
2014-07-17 Nicolas GeoffrayMerge "Use the thumb2 assembler for the optimizing...
2014-07-16 Ian RogersMerge "Remove some to-done TODOs."
2014-07-17 Ian RogersRemove some to-done TODOs.
2014-07-16 Stephen HinesMerge "Add back a deleted check related to verification."
2014-07-16 Ian RogersMerge "Fix test 304-method-tracing failure for Mips."
2014-07-17 Douglas LeungFix test 304-method-tracing failure for Mips.
2014-07-16 Stephen HinesMerge "Remove errors/warnings from tautological compari...
2014-07-16 Stephen HinesAdd back a deleted check related to verification.
2014-07-16 Nicolas GeoffrayUse the thumb2 assembler for the optimizing compiler.
2014-07-16 Jeff HaoMerge "Fix art test failures for Mips."
2014-07-16 Dave AllisonMerge "Revert "Revert "Revert "Revert "Add implicit...
2014-07-16 Dave AllisonRevert "Revert "Revert "Revert "Add implicit null and...
2014-07-16 Mathieu ChartierMerge "Disable adding main and non moving spaces to...
2014-07-16 Mathieu ChartierDisable adding main and non moving spaces to immune...
2014-07-16 Stephen HinesRemove errors/warnings from tautological comparisons.
2014-07-16 Ian RogersMerge "Add another test to the trace test black list."
2014-07-16 Ian RogersAdd another test to the trace test black list.
2014-07-16 Douglas LeungFix art test failures for Mips.
2014-07-15 Ian RogersMerge "Add --trace variants of the run-test testing...
2014-07-16 Ian RogersAdd --trace variants of the run-test testing rules.
2014-07-15 Mathieu ChartierMerge "Use sched_yield in Monitor::MonitorEnter."
2014-07-16 Mathieu ChartierUse sched_yield in Monitor::MonitorEnter.
2014-07-15 Ian RogersMerge "Fix x86 build."
2014-07-16 Ian RogersFix x86 build.
2014-07-16 Sebastien HertzMerge "Fix class initialization checks in interpreter"
2014-07-16 Sebastien HertzFix class initialization checks in interpreter
2014-07-15 Ian RogersMerge "Remove object_utils.h."
2014-07-16 Ian RogersRemove object_utils.h.
2014-07-16 Calin JuravleMerge "Make ART fail gracefully when it can't update...
2014-07-16 Calin JuravleMake ART fail gracefully when it can't update the desir...
2014-07-15 Andreas GampeMerge "ART: Squash a cmp w/ zero and b.ls to cbz (ARM...
2014-07-15 Andreas GampeART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64)
2014-07-15 Mathieu ChartierMerge "Revert "Revert "Revert "Revert "Add intrinsic...
2014-07-15 Fred ShihRevert "Revert "Revert "Revert "Add intrinsic for Refer...
2014-07-15 Andreas GampeMerge "AArch64: improve usage of TargetReg() and friends."
2014-07-15 Matteo FranchinAArch64: improve usage of TargetReg() and friends.
2014-07-15 Ian RogersMerge "Break apart header files."
2014-07-16 Ian RogersBreak apart header files.
2014-07-14 Nicolas GeoffrayMerge "Fix a braino in the stack layout."
2014-07-15 Nicolas GeoffrayFix a braino in the stack layout.
2014-07-14 Hiroshi YamauchiMerge "Add read barriers for the roots in Runtime."
2014-07-14 Hiroshi YamauchiAdd read barriers for the roots in Runtime.
2014-07-14 Mathieu ChartierMerge "Fix infinite loop when calling SetStatus after...
2014-07-14 Mathieu ChartierFix infinite loop when calling SetStatus after OOM.
2014-07-14 Nicolas GeoffrayMerge "x86 needs a bit more stack to handle stack overf...
2014-07-14 Nicolas Geoffrayx86 needs a bit more stack to handle stack overflows.
2014-07-11 Ian RogersMerge "Make generate-operator-out.py compatible with...
2014-07-14 Bernhard RosenkränzerMake generate-operator-out.py compatible with Python 3.x
2014-07-10 Andreas GampeMerge "ART: Add another special case to GenSelect for...
2014-07-12 Andreas GampeART: Add another special case to GenSelect for ARM64
2014-07-10 Andreas GampeMerge "ART: Rework TargetReg(symbolic_reg, wide)"
2014-07-12 Andreas GampeART: Rework TargetReg(symbolic_reg, wide)
2014-07-11 Andreas GampeMerge "AArch64: Fix def use."
2014-07-12 Zheng XuAArch64: Fix def use.
2014-07-11 Andreas GampeMerge "Revert "Revert "ART: Key-Value Store in Oat...
2014-07-11 Andreas GampeRevert "Revert "ART: Key-Value Store in Oat header""
2014-07-10 Mathieu ChartierMerge "ART: Compacting ROS/DlMalloc spaces with semispa...
2014-07-12 Zuo WangART: Compacting ROS/DlMalloc spaces with semispace...
2014-07-11 Hans BoehmMerge "Call strong CAS from unsafe. Add more CAS versions."
2014-07-11 Hans BoehmCall strong CAS from unsafe. Add more CAS versions.
2014-07-11 Andreas GampeMerge "ART: Change GenPCUseDefEncoding(), turn on Load...
2014-07-11 Andreas GampeART: Change GenPCUseDefEncoding(), turn on Load Hoistin...
2014-07-11 Ian RogersMerge "Improve performance of invokevirtual/invokeinter...
2014-07-12 Mingyao YangImprove performance of invokevirtual/invokeinterface...
2014-07-11 Hans BoehmMerge "Replace memory barriers to better reflect Java...
2014-07-11 Hans BoehmReplace memory barriers to better reflect Java needs.
2014-07-11 Mathieu ChartierMerge "Faster TLAB allocator."
2014-07-11 Mathieu ChartierFaster TLAB allocator.
2014-07-11 Christopher... Merge "Make jemalloc the default choice."
2014-07-11 Christopher... Make jemalloc the default choice.
2014-07-11 Christopher... Merge "Fix mac build."
2014-07-11 Christopher... Fix mac build.
2014-07-10 Andreas GampeMerge "ART: Fuse compare-with-0-and-branch in Arm64...
2014-07-12 Serban ConstantinescuART: Fuse compare-with-0-and-branch in Arm64 utils...
2014-07-10 Ian RogersMerge "ART: Correct disassembling of regs from opcodes"
2014-07-11 Andreas GampeMerge "AArch64: Fix and enable reverseBytes intrinsic."
2014-07-10 Andreas GampeMerge "ART: Fix GenSelect for ARM64"
2014-07-11 Stuart MonteithART: Fix GenSelect for ARM64
2014-07-10 Andreas GampeMerge "Update counting VR for promotion"
2014-07-11 Serguei KatkovUpdate counting VR for promotion
2014-07-10 Andreas GampeMerge "Aarch64: easy division and remainder for long...
2014-07-12 Matteo FranchinAarch64: easy division and remainder for long ints.
2014-07-10 Nicolas GeoffrayMerge "Support fields in optimizing compiler."
2014-07-14 Nicolas GeoffraySupport fields in optimizing compiler.
2014-07-10 Nicolas GeoffrayMerge "Bailout if the field access is not supported."
2014-07-14 Nicolas GeoffrayBailout if the field access is not supported.
2014-07-10 Sebastien HertzMerge "Add missing class initialization during compilat...
2014-07-10 Sebastien HertzMerge "Fix missing single-step event"
2014-07-10 Sebastien HertzMerge "Revert "Revert "Revert "Add intrinsic for Refere...
next