OSDN Git Service

android-x86/art.git
2015-10-27 Nicolas GeoffrayMerge "Support garbage collection of JITted code."
2015-10-27 Nicolas GeoffrayMerge "Remove stalled DCHECK."
2015-10-27 Vladimir MarkoMerge "Optimizing: Determine invoke-static/-direct...
2015-10-27 Nicolas GeoffrayRemove stalled DCHECK.
2015-10-27 Nicolas GeoffrayMerge "MIPS32: Move code from RA to T9 in longjump"
2015-10-27 Goran JakovljevicMIPS32: Move code from RA to T9 in longjump
2015-10-27 Nicolas GeoffrayMerge "Move jdwp and libcore testing to jit."
2015-10-27 Calin JuravleMerge "MIPS: Support register pairs in CodeGeneratorMIP...
2015-10-27 Neil FullerMerge "Revert "Mark 2 libcore tests as failing.""
2015-10-26 Alexey FrunzeMIPS: Support register pairs in CodeGeneratorMIPS:...
2015-10-26 Andreas GampeMerge "MIPS64: Clean-up intrinsics code"
2015-10-26 Alex LightMerge "Cleanup some of the run-test system"
2015-10-26 Dan AlbertMerge "Make dchecked_vector C++11 compatible."
2015-10-26 Nicolas GeoffraySupport garbage collection of JITted code.
2015-10-26 Mathieu ChartierMerge "Add HashSet::Reserve"
2015-10-26 Dan AlbertMake dchecked_vector C++11 compatible.
2015-10-26 Mathieu ChartierMerge "Trim arena maps during heap trim"
2015-10-26 Mathieu ChartierAdd HashSet::Reserve
2015-10-26 Nicolas GeoffrayMove jdwp and libcore testing to jit.
2015-10-26 Alex LightCleanup some of the run-test system
2015-10-26 Mathieu ChartierTrim arena maps during heap trim
2015-10-26 Mathieu ChartierMerge "Use arenas for the verifier"
2015-10-26 Mathieu ChartierUse arenas for the verifier
2015-10-26 Andreas GampeMerge "ART: Support trivially-destructible arrays in...
2015-10-26 Nicolas GeoffrayMerge "MIPS32: Fix loading address in GenerateStaticOrD...
2015-10-26 Nicolas GeoffrayMerge "MIPS32: Remove tests from list of broken tests"
2015-10-26 Goran JakovljevicMIPS32: Fix loading address in GenerateStaticOrDirectCall
2015-10-26 Goran JakovljevicMIPS32: Remove tests from list of broken tests
2015-10-26 Calin JuravleMerge "Revert "Run type propagation after inliner only...
2015-10-26 Calin JuravleRevert "Run type propagation after inliner only when...
2015-10-26 Calin JuravleMerge "Run type propagation after inliner only when...
2015-10-26 Neil FullerRevert "Mark 2 libcore tests as failing."
2015-10-26 Nicolas GeoffrayMerge "Fix dependencies when not building with Jack."
2015-10-24 Mingyao YangMerge "Disable store elimination on singleton object."
2015-10-24 Mingyao YangDisable store elimination on singleton object.
2015-10-24 Andreas GampeART: Support trivially-destructible arrays in ArenaUniq...
2015-10-23 Mathieu ChartierMerge "Add ArenaUniquePtr"
2015-10-23 Mathieu ChartierAdd ArenaUniquePtr
2015-10-23 Andreas GampeMerge "enum operator<<() script fails with do { } while...
2015-10-23 Mathieu ChartierMerge "Move ArenaBitVector into the runtime"
2015-10-23 Mathieu ChartierMove ArenaBitVector into the runtime
2015-10-23 Andreas GampeMerge "ART: Speed up thread stack tracing for ANRs"
2015-10-23 Christopher... ART: Speed up thread stack tracing for ANRs
2015-10-23 Mingyao YangMerge "Revert "Revert "load store elimination."""
2015-10-23 Nicolas GeoffrayFix dependencies when not building with Jack.
2015-10-23 Calin JuravleRun type propagation after inliner only when needed.
2015-10-23 Nicolas GeoffrayMerge "Disable two tests that require IPv6."
2015-10-23 Nicolas GeoffrayDisable two tests that require IPv6.
2015-10-23 Roland LevillainMerge "ARM64: Instruction simplification for array...
2015-10-23 Vladimir MarkoOptimizing: Determine invoke-static/-direct dispatch...
2015-10-23 Roland LevillainMerge "Disable the ARM & ARM64 UnsafeCASObject intrinsi...
2015-10-23 Roland LevillainDisable the ARM & ARM64 UnsafeCASObject intrinsic with...
2015-10-23 Roland LevillainMerge "Fix heap poisoning in UnsafeCASObject x86/x86...
2015-10-23 Andreas GampeMerge "MIPS64: Add tests for rotation, and shift instru...
2015-10-22 Mingyao YangRevert "Revert "load store elimination.""
2015-10-22 Richard UhlerMerge "Release ahat version 0.2."
2015-10-22 Nicolas GeoffrayMerge "MIPS: Initial version of optimizing compiler...
2015-10-22 Goran JakovljevicMIPS: Initial version of optimizing compiler for MIPS32
2015-10-22 Nicolas GeoffrayMerge "Do not run the verifier when deopting optimized...
2015-10-22 Nicolas GeoffrayDo not run the verifier when deopting optimized frames.
2015-10-22 Yohann RousselMerge "Fix art-run-tests dependencies"
2015-10-22 Roland LevillainFix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic.
2015-10-21 Chris LarsenMIPS64: Clean-up intrinsics code
2015-10-21 Mathieu ChartierMerge "Use binary search for FindDeclaredInstance/Stati...
2015-10-21 Vladimir MarkoMerge "Fix destruction order in Dex2Oat."
2015-10-21 Sebastien HertzMerge "JDWP: fix possible JdwpEvent memory leak"
2015-10-21 Calin JuravleMerge "Block signals before invoking special or user...
2015-10-21 Mathieu ChartierUse binary search for FindDeclaredInstance/StaticField
2015-10-21 Yohann RousselFix art-run-tests dependencies
2015-10-21 Sebastien HertzJDWP: fix possible JdwpEvent memory leak
2015-10-21 Nicolas GeoffrayMerge "Mark 2 libcore tests as failing."
2015-10-21 Nicolas GeoffrayMark 2 libcore tests as failing.
2015-10-21 Nicolas GeoffrayMerge "Remove the magic 32 constant and ensure alignment."
2015-10-21 Nicolas GeoffrayRemove the magic 32 constant and ensure alignment.
2015-10-21 Bruce Houltenum operator<<() script fails with do { } while cond;
2015-10-21 Calin JuravleMerge "Inliner: make sure the returned value is in...
2015-10-21 Nicolas GeoffrayMerge "Use DlMallocSpace for the JIT code cache."
2015-10-21 Nicolas GeoffrayUse DlMallocSpace for the JIT code cache.
2015-10-21 Stephen HinesMerge "ART: Disable Clang for arm"
2015-10-21 Andreas GampeART: Disable Clang for arm
2015-10-21 Andreas GampeMerge "ART: Fix left-shift of negative numbers"
2015-10-21 Andreas GampeART: Fix left-shift of negative numbers
2015-10-20 Alex LightMerge "Fix typos."
2015-10-20 Richard UhlerMerge "Change dex_location_ from const char* to std...
2015-10-20 Richard UhlerMerge "Switch ahat test to use core-optimizing-pic...
2015-10-20 Calin JuravleInliner: make sure the returned value is in the outer...
2015-10-20 Chris LarsenMIPS64: Add tests for rotation, and shift instructions
2015-10-20 Alex LightFix typos.
2015-10-20 Roland LevillainMerge "Disable the x86 & x86-64 UnsafeCASObject intrins...
2015-10-20 Alex LightMerge "Disable test 961-default-iface-resolution-genera...
2015-10-20 Andreas GampeMerge "MIPS64: Disassembler support for rotate instruct...
2015-10-20 Alex LightDisable test 961-default-iface-resolution-generated...
2015-10-20 Richard UhlerRelease ahat version 0.2.
2015-10-20 Roland LevillainDisable the x86 & x86-64 UnsafeCASObject intrinsic...
2015-10-20 Vladimir MarkoFix destruction order in Dex2Oat.
2015-10-20 Nicolas GeoffrayMerge "New attempt at fixing mac build."
2015-10-20 Nicolas GeoffrayNew attempt at fixing mac build.
2015-10-20 Nicolas GeoffrayMerge "Fix mac build."
2015-10-20 Nicolas GeoffrayFix mac build.
2015-10-20 Nicolas GeoffrayMerge "Remove ArtCode."
next