OSDN Git Service

android-x86/art.git
2016-01-22 Roland LevillainRevert "Revert "ARM64 Baker's read barrier fast path...
2016-01-21 Mathieu ChartierRevert "ARM64 Baker's read barrier fast path implementa...
2016-01-20 Roland LevillainARM64 Baker's read barrier fast path implementation.
2016-01-18 Nicolas GeoffrayMerge "Pass --generate-debug-info only when --perf...
2016-01-18 David BrazdilMerge "ART: Remove Baseline compiler"
2016-01-18 Nicolas GeoffrayPass --generate-debug-info only when --perf is passed.
2016-01-18 David BrazdilART: Remove Baseline compiler
2016-01-18 Vladimir MarkoMerge "Optimizing: Improve floating point comparisons...
2016-01-18 Nicolas GeoffrayMerge "Do HFieldGet first to avoid explicit null check."
2016-01-18 Nicolas GeoffrayMerge "Rename test case to avoid test filename too...
2016-01-18 Nicolas GeoffrayRename test case to avoid test filename too long.
2016-01-18 Nicolas GeoffrayDo HFieldGet first to avoid explicit null check.
2016-01-18 Nicolas GeoffrayMerge "Move --dump-cfg and dump-cfg-append to CompilerO...
2016-01-18 David SrbeckyMerge "Report types loaded during init to the native...
2016-01-18 Tamas BerghammerReport types loaded during init to the native debugger
2016-01-18 David SrbeckyMerge "Emit some additional debug info for java.lang...
2016-01-18 Tamas BerghammerEmit some additional debug info for java.lang.String
2016-01-18 David SrbeckyMerge "Report loaded classes to native debugger."
2016-01-18 Tamas BerghammerReport loaded classes to native debugger.
2016-01-18 Roland LevillainMerge "Ignore more libcore.java.util.zip test failures...
2016-01-18 Roland LevillainIgnore more libcore.java.util.zip test failures with CC.
2016-01-18 Vladimir MarkoOptimizing: Improve floating point comparisons on arm...
2016-01-18 Nicolas GeoffrayMove --dump-cfg and dump-cfg-append to CompilerOptions.
2016-01-18 David BrazdilMerge "ART: Change merge(uninitialized, null) to produc...
2016-01-18 David BrazdilART: Change merge(uninitialized, null) to produce conflict
2016-01-18 Nicolas GeoffrayMerge "Also print to error stream."
2016-01-18 Roland LevillainMerge "Do not use HArm64IntermediateAddress with read...
2016-01-17 Roland LevillainDo not use HArm64IntermediateAddress with read barriers.
2016-01-15 Jeff HaoMerge "Add oat location to oatdump."
2016-01-15 Jeff HaoAdd oat location to oatdump.
2016-01-15 Mathieu ChartierMerge "Add value parameterized test support for runtime...
2016-01-15 Mathieu ChartierAdd value parameterized test support for runtime tests
2016-01-15 Hiroshi YamauchiMerge "Revert "Disable mterp for the read barrier config.""
2016-01-15 Vladimir MarkoMerge "MIPS64: Fix stub_test in a proper way"
2016-01-15 Goran JakovljevicMIPS64: Fix stub_test in a proper way
2016-01-15 Vladimir MarkoMerge "ART: Fix CompilerDriver::AreInSameOatFile()."
2016-01-15 Vladimir MarkoART: Fix CompilerDriver::AreInSameOatFile().
2016-01-15 David BrazdilMerge "ART: Remove incorrect HFakeString optimization"
2016-01-15 Bill BuzbeeMerge "ART: Mterp - remove redundant null check"
2016-01-15 Nicolas GeoffrayMerge "New failures due to linker issue."
2016-01-15 Nicolas GeoffrayNew failures due to linker issue.
2016-01-14 buzbeeART: Mterp - remove redundant null check
2016-01-14 Jeff HaoMerge "Allow multi-image dex2oat to tolerate missing...
2016-01-14 Mathieu ChartierMerge "Add test for bad linkage of overriden package...
2016-01-14 Pavel VyssotskiAdd test for bad linkage of overriden package-private...
2016-01-14 Mathieu ChartierMerge "Revert "Create parent class loader for dex2oat""
2016-01-14 Mathieu ChartierRevert "Create parent class loader for dex2oat"
2016-01-14 Jeff HaoAllow multi-image dex2oat to tolerate missing dex files.
2016-01-14 Nicolas GeoffrayMerge "Yet another python3 dependency."
2016-01-14 Nicolas GeoffrayYet another python3 dependency.
2016-01-14 Mathieu ChartierMerge "Don't allow thread suspension in ProfilingInfo...
2016-01-14 Mathieu ChartierDon't allow thread suspension in ProfilingInfo::Create
2016-01-14 Nicolas GeoffrayMerge "Implement irreducible loop support in optimizing."
2016-01-14 Hiroshi YamauchiRevert "Disable mterp for the read barrier config."
2016-01-14 Alex LightMerge "Support directly invoking interface default...
2016-01-14 Roland LevillainMerge "Update `ValidateInvokeRuntime()` and HDivZeroCheck."
2016-01-14 David BrazdilART: Remove incorrect HFakeString optimization
2016-01-14 Nicolas GeoffrayMerge "Fix braino in parameters passed."
2016-01-14 Nicolas GeoffrayFix braino in parameters passed.
2016-01-14 Nicolas GeoffrayImplement irreducible loop support in optimizing.
2016-01-14 Roland LevillainMerge "MIPS32: don't use R2+ instructions (mthc1, mfhc1...
2016-01-14 Nicolas GeoffrayMerge "Fix lint error."
2016-01-14 Nicolas GeoffrayFix lint error.
2016-01-14 Roland LevillainMerge "Ignore 141-class-unload failures with JIT and...
2016-01-14 Roland LevillainMerge "Ignore GZIPOutputStreamTest failures with concur...
2016-01-14 Roland LevillainIgnore 141-class-unload failures with JIT and CC.
2016-01-14 Roland LevillainIgnore GZIPOutputStreamTest failures with concurrent...
2016-01-14 Nicolas GeoffrayMerge "Don't encode a DexRegisterMap if there is no...
2016-01-14 Nicolas GeoffrayMerge "Support --perf with jitted code."
2016-01-14 Roland LevillainMerge "MIPS: Improve conversion between ints and floats."
2016-01-14 Roland LevillainMerge "MIPS: HRor clean-up"
2016-01-14 Alexey FrunzeMIPS32: don't use R2+ instructions (mthc1, mfhc1) on...
2016-01-14 Hans BoehmMerge "Rosalloc fast path in assembly for MIPS32"
2016-01-14 Alexey FrunzeMIPS: Improve conversion between ints and floats.
2016-01-14 Mathieu ChartierMerge "Add test for calling into destroyed JNI env"
2016-01-14 Mathieu ChartierAdd test for calling into destroyed JNI env
2016-01-14 Alexey FrunzeMIPS: HRor clean-up
2016-01-13 Bill BuzbeeMerge "ART: Mterp read barrier fix + minor cleanup"
2016-01-13 buzbeeART: Mterp read barrier fix + minor cleanup
2016-01-13 Aart BikMerge "Fixed bug with hoisting/deopting in taken-block...
2016-01-13 Aart BikMerge "Reduce code size by sharing slow paths."
2016-01-13 Alex LightMerge "Sort output of a find command in makefile"
2016-01-13 Aart BikFixed bug with hoisting/deopting in taken-block instead...
2016-01-13 David SrbeckyMerge "Add DWARF type information generation."
2016-01-13 Tamas BerghammerAdd DWARF type information generation.
2016-01-13 David SrbeckyMerge "Report DWARF debug information for JITed code."
2016-01-13 Nicolas GeoffrayAlso print to error stream.
2016-01-13 Nicolas GeoffraySupport --perf with jitted code.
2016-01-13 David SrbeckyReport DWARF debug information for JITed code.
2016-01-13 Vladimir MarkoMerge "MIPS64: Fix stub_test"
2016-01-13 Alexandre RamesUpdate `ValidateInvokeRuntime()` and HDivZeroCheck.
2016-01-13 Nicolas GeoffrayMerge "HDeoptimize can also trigger GC."
2016-01-13 Nicolas GeoffrayHDeoptimize can also trigger GC.
2016-01-13 Goran JakovljevicMIPS64: Fix stub_test
2016-01-13 Roland LevillainMerge "Fix memory fences in the ARM64 UnsafeCas intrins...
2016-01-13 David SrbeckyMerge "Disable --generate-debug-info by default in...
2016-01-13 Nicolas GeoffrayMerge "Set side effects to HNullCheck and HBoundsCheck."
2016-01-13 Nicolas GeoffraySet side effects to HNullCheck and HBoundsCheck.
2016-01-13 Vladimir MarkoMerge "MIPS: Implement HRor"
2016-01-13 Aart BikReduce code size by sharing slow paths.
next