OSDN Git Service

android-x86/art.git
2015-02-24 Andreas GampeMerge "ART: Fix run-test 118"
2015-02-24 Andreas GampeART: Fix run-test 118
2015-02-24 David BrazdilMerge "ART: Enable more libcore tests (crypto)"
2015-02-24 Nicolas GeoffrayMerge "Fix inlining in the presence of multiple returns."
2015-02-24 Nicolas GeoffrayFix inlining in the presence of multiple returns.
2015-02-24 David BrazdilMerge "ART: Disable one more libcore test failing on...
2015-02-24 David BrazdilART: Disable one more libcore test failing on hammerhead
2015-02-24 David BrazdilART: Enable more libcore tests (crypto)
2015-02-24 David BrazdilMerge "ART: Disable libcore tests failing on bots"
2015-02-24 Calin JuravleMerge "[optimizing] Add if-context sensitivity for...
2015-02-24 David BrazdilART: Disable libcore tests failing on bots
2015-02-24 Calin Juravle[optimizing] Add if-context sensitivity for null popaga...
2015-02-24 David BrazdilMerge "ART: Enable more libcore tests (harmony package)"
2015-02-24 David BrazdilART: Enable more libcore tests (harmony package)
2015-02-24 David BrazdilMerge "ART: Enable more libcore tests (libcore.* package)"
2015-02-24 David BrazdilART: Enable more libcore tests (libcore.* package)
2015-02-24 Sebastien HertzMerge "JDWP: update thread synchronization"
2015-02-24 Nicolas GeoffrayMerge "Revert "Add JIT""
2015-02-24 Nicolas GeoffrayRevert "Add JIT"
2015-02-24 Mathieu ChartierMerge "Delete bad DCHECK"
2015-02-24 Mathieu ChartierDelete bad DCHECK
2015-02-24 Mathieu ChartierMerge "Add JIT"
2015-02-24 Andreas GampeMerge "ART: Strip error message in run-test"
2015-02-24 Andreas GampeART: Strip error message in run-test
2015-02-24 Mathieu ChartierAdd JIT
2015-02-24 Mathieu ChartierMerge "Only detach shutdown thread if we attached it"
2015-02-24 Mathieu ChartierOnly detach shutdown thread if we attached it
2015-02-23 Andreas GampeMerge "ART: Allow the execution to stop if the compilat...
2015-02-23 Jean Christophe... ART: Allow the execution to stop if the compilation...
2015-02-23 David BrazdilMerge "Optimizing: Remove redundant hash set copy in...
2015-02-23 Hiroshi YamauchiMerge "Avoid unaligned accesses (SIGBUG/BUS_ADRALN...
2015-02-23 Hiroshi YamauchiAvoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.
2015-02-23 Mingyao YangMerge "More checker tests for BCE."
2015-02-23 Mingyao YangMore checker tests for BCE.
2015-02-23 Andreas GampeMerge "ART: Introduce NO_RETURN, Mark DoLongJump noreturn"
2015-02-23 Andreas GampeART: Introduce NO_RETURN, Mark DoLongJump noreturn
2015-02-23 David BrazdilOptimizing: Remove redundant hash set copy in GVN
2015-02-23 Calin JuravleMerge "[optimizing] Fix float addition on x86."
2015-02-23 Calin Juravle[optimizing] Fix float addition on x86.
2015-02-23 Nicolas GeoffrayMerge "Each primitive kind now spills to different...
2015-02-23 David BrazdilMerge "Optimizing: Speed up HInstruction use removal"
2015-02-23 David BrazdilOptimizing: Speed up HInstruction use removal
2015-02-23 Nicolas GeoffrayEach primitive kind now spills to different locations.
2015-02-21 Narayan KamathMerge "Implement a simple count based boot marker."
2015-02-21 Narayan KamathImplement a simple count based boot marker.
2015-02-20 Andreas GampeMerge "ART: Add VALGRIND_LIB for gtests"
2015-02-20 Andreas GampeART: Add VALGRIND_LIB for gtests
2015-02-20 Hiroshi YamauchiMerge "Make UseTLAB a bool flag."
2015-02-20 Hiroshi YamauchiMake UseTLAB a bool flag.
2015-02-20 Andreas GampeMerge "ART: Fix RosAlloc Valgrind code"
2015-02-20 Mathieu ChartierMerge "Revert "Do GC for alloc for unstarted runtimes""
2015-02-20 Mathieu ChartierRevert "Do GC for alloc for unstarted runtimes"
2015-02-20 Andreas GampeART: Fix RosAlloc Valgrind code
2015-02-20 Bill BuzbeeMerge "ART: Some conditions should be stricter in GenIn...
2015-02-20 nikolay serdjukART: Some conditions should be stricter in GenInlinedMi...
2015-02-20 Andreas GampeMerge "ART: Use Valgrind from tree"
2015-02-20 Andreas GampeMerge "ART: Silence some run-test configurations"
2015-02-20 Andreas GampeART: Silence some run-test configurations
2015-02-20 Vladimir MarkoMerge "Fix core spill mask for x86 special suspend."
2015-02-20 Vladimir MarkoFix core spill mask for x86 special suspend.
2015-02-20 Calin JuravleMerge "Improve type propagation with if-contexts"
2015-02-20 Calin JuravleImprove type propagation with if-contexts
2015-02-20 Roland LevillainMerge "Opt compiler: ARM64: Optimise floating-point...
2015-02-20 Calin JuravleMerge "Reference type propagation"
2015-02-20 Roland LevillainMerge "Display optimizing compiler's CodeInfo objects...
2015-02-20 Andreas GampeART: Use Valgrind from tree
2015-02-19 Andreas GampeMerge "ART: Do not read from JavaVMExt* after DestroyJa...
2015-02-19 Andreas GampeART: Do not read from JavaVMExt* after DestroyJavaVM
2015-02-19 Mathieu ChartierMerge "Do GC for alloc for unstarted runtimes"
2015-02-19 Andreas GampeMerge "ART: Check image size when opening"
2015-02-19 Andreas GampeART: Check image size when opening
2015-02-19 Mathieu ChartierDo GC for alloc for unstarted runtimes
2015-02-19 Vladimir MarkoMerge "Replace a few std::vector with ArenaVector in...
2015-02-19 Andreas GampeMerge "ART: Make error messages for StackOverflow WARNINGs"
2015-02-19 Andreas GampeART: Make error messages for StackOverflow WARNINGs
2015-02-19 Andreas GampeMerge "ART: Ensure order of field gaps"
2015-02-19 Andreas GampeART: Ensure order of field gaps
2015-02-19 Vladimir MarkoReplace a few std::vector with ArenaVector in Mir2Lir.
2015-02-19 Mathieu ChartierMerge "Move arenas into runtime"
2015-02-19 Mathieu ChartierMove arenas into runtime
2015-02-19 Vladimir MarkoMerge "Add suspend checks to special methods."
2015-02-19 Vladimir MarkoAdd suspend checks to special methods.
2015-02-19 Calin JuravleReference type propagation
2015-02-19 Nicolas GeoffrayMerge "Ensure the graph is correctly typed."
2015-02-19 Nicolas GeoffrayEnsure the graph is correctly typed.
2015-02-19 Roland LevillainMerge "Have the opt. compiler set the size of "empty...
2015-02-19 Roland LevillainDisplay optimizing compiler's CodeInfo objects in oatdump.
2015-02-19 Roland LevillainHave the opt. compiler set the size of "empty" frames...
2015-02-19 Sebastien HertzMerge "Fix art_quick_instrumentation_entry for x86"
2015-02-19 Sebastien HertzFix art_quick_instrumentation_entry for x86
2015-02-19 Andreas GampeMerge "ART: Fix run-test 099-vmdebug for device"
2015-02-19 Andreas GampeART: Fix run-test 099-vmdebug for device
2015-02-19 Andreas GampeMerge "ART: Blacklist run-test 802 for tracing"
2015-02-19 Andreas GampeMerge "ART: Templatize IsInt & IsUint"
2015-02-19 Andreas GampeART: Blacklist run-test 802 for tracing
2015-02-19 Andreas GampeART: Templatize IsInt & IsUint
2015-02-18 Jeff HaoMerge "Default to 64-bit for tests of methods with...
2015-02-18 Andreas GampeMerge "ART: Make run-tests more verbose"
2015-02-18 Vladimir MarkoMerge "Distinguish FP and integral constants in LVN."
2015-02-18 Bill BuzbeeMerge "ART: Fix InsertCaseLabel to return boundary_lir...
next