OSDN Git Service

android-x86/art.git
2015-06-22 Igor MurashkinMerge "base: Fix an infinite loop in HashSet::Insert"
2015-06-22 Igor Murashkinbase: Fix an infinite loop in HashSet::Insert
2015-06-22 Mathieu ChartierMerge "New experimental GC stress mode"
2015-06-22 Mathieu ChartierNew experimental GC stress mode
2015-06-22 Jeff HaoMerge "Change GC to allow strings to use large object...
2015-06-22 Jeff HaoChange GC to allow strings to use large object space.
2015-06-22 Jeff HaoMerge "Make large string use large object space."
2015-06-22 Jeff HaoMake large string use large object space.
2015-06-22 Igor MurashkinMerge "runtime: Partially implement box-lambda and...
2015-06-22 Andreas GampeMerge "ART: Allow checking RETURN_VOID_NO_BARRIER on...
2015-06-22 Igor Murashkinruntime: Partially implement box-lambda and unbox-lambd...
2015-06-22 Hiroshi YamauchiMerge "Run an empty checkpoint before marking ends...
2015-06-22 Andreas GampeART: Allow checking RETURN_VOID_NO_BARRIER on unresolve...
2015-06-22 Andreas GampeMerge "ART: Avoid recursive abort in barrier"
2015-06-22 Andreas GampeART: Avoid recursive abort in barrier
2015-06-22 Calin JuravleMerge "Fix in ReferenceTypePropagation"
2015-06-22 Vladimir MarkoMerge "ART: Don't do pre-linked calls to the interprete...
2015-06-22 Andreas GampeMerge "ART: Disallow classes that are abstract and...
2015-06-22 Vladimir MarkoART: Don't do pre-linked calls to the interpreter bridge.
2015-06-22 Nicolas GeoffrayMerge "Revert "Revert "Use IsAssignableFrom instead...
2015-06-22 Nicolas GeoffrayRevert "Revert "Use IsAssignableFrom instead of IsSubcl...
2015-06-22 Narayan KamathMerge "fault_handler : debug output sp in hex and not...
2015-06-22 Narayan Kamathfault_handler : debug output sp in hex and not decimal.
2015-06-22 Nicolas GeoffrayMerge "Use compiling class instead of outer class for...
2015-06-22 David BrazdilMerge "Opt compiler: Add disassembly to the '.cfg'...
2015-06-22 Alexandre RamesOpt compiler: Add disassembly to the '.cfg' output.
2015-06-22 David BrazdilMerge "ART: Simplify (Not)Equal bool vs. int to true...
2015-06-22 David BrazdilART: Simplify (Not)Equal bool vs. int to true/false
2015-06-22 Nicolas GeoffrayMerge "Revert "Use IsAssignableFrom instead of IsSubcla...
2015-06-22 Nicolas GeoffrayRevert "Use IsAssignableFrom instead of IsSubclass...
2015-06-22 Nicolas GeoffrayUse compiling class instead of outer class for access...
2015-06-22 Nicolas GeoffrayMerge "Use IsAssignableFrom instead of IsSubclass for...
2015-06-22 Nicolas GeoffrayMerge "Fix wrong DCHECK in bounds check elimination."
2015-06-22 Nicolas GeoffrayMerge "Fix String Change baseline compiler errors."
2015-06-21 Nicolas GeoffrayFix String Change baseline compiler errors.
2015-06-21 Brian CarlstromMerge "Make dump-oat-target work with second architecture"
2015-06-20 Nicolas GeoffrayFix wrong DCHECK in bounds check elimination.
2015-06-20 Calin JuravleFix in ReferenceTypePropagation
2015-06-20 Andreas GampeART: Disallow classes that are abstract and final
2015-06-20 David SrbeckyMerge "Move LD_USE_LOAD_BIAS to run-test-jar to reduce...
2015-06-20 David SrbeckyMove LD_USE_LOAD_BIAS to run-test-jar to reduce log...
2015-06-20 Brian CarlstromMake dump-oat-target work with second architecture
2015-06-20 David SrbeckyMerge "Use signed encoding when using relative CFI...
2015-06-20 David SrbeckyUse signed encoding when using relative CFI addresses.
2015-06-20 Andreas GampeMerge "ART: Check for expected args for instance methods"
2015-06-20 Andreas GampeART: Check for expected args for instance methods
2015-06-20 Andreas GampeMerge "ART: Check var-arg count earlier in method verifier"
2015-06-20 Hiroshi YamauchiRun an empty checkpoint before marking ends in the...
2015-06-20 Taiju TsuikiART: Check var-arg count earlier in method verifier
2015-06-19 Mathieu ChartierMerge "Fix GC map generation edge case"
2015-06-19 Mathieu ChartierFix GC map generation edge case
2015-06-19 Jeff HaoMerge "Fix case where block has no predecessor for...
2015-06-19 Jeff HaoFix case where block has no predecessor for StringChange.
2015-06-19 Nicolas GeoffrayUse IsAssignableFrom instead of IsSubclass for robustness.
2015-06-19 Jeff HaoMerge "Fix StringChange for optimizing compiler."
2015-06-19 Vladimir MarkoMerge "Quick: Handle total high/low register overlap...
2015-06-19 Nicolas GeoffrayMerge "Be careful with predecessor/successor index."
2015-06-19 Nicolas GeoffrayBe careful with predecessor/successor index.
2015-06-19 Vladimir MarkoMerge "Quick: Fix optimizations for empty if blocks."
2015-06-19 Roland LevillainMerge "Opt compiler: Add a description to MIP64 slow...
2015-06-19 Roland LevillainOpt compiler: Add a description to MIP64 slow paths.
2015-06-19 Roland LevillainMerge "MIPS: Initial version of optimizing compiler...
2015-06-19 Alexey FrunzeMIPS: Initial version of optimizing compiler for MIPS64R6.
2015-06-19 David BrazdilMerge "Opt compiler: Add a description to slow paths."
2015-06-19 Vladimir MarkoQuick: Handle total high/low register overlap on arm...
2015-06-19 Vladimir MarkoQuick: Fix optimizations for empty if blocks.
2015-06-19 Alexandre RamesOpt compiler: Add a description to slow paths.
2015-06-19 Nicolas GeoffrayMerge "Use compiling class instead of referrer for...
2015-06-19 Nicolas GeoffrayUse compiling class instead of referrer for access...
2015-06-19 Nicolas GeoffrayMerge "Do not expect 0 or 1 only when comparing a boolean."
2015-06-19 Nicolas GeoffrayMerge "Verifier: check an aput, even if we know it...
2015-06-19 Nicolas GeoffrayDo not expect 0 or 1 only when comparing a boolean.
2015-06-19 Nicolas GeoffrayMerge "Make Main public to pass tests on all configurat...
2015-06-19 Nicolas GeoffrayMerge "Use the right bug number. Spotted by vmarko."
2015-06-19 Nicolas GeoffrayMake Main public to pass tests on all configurations.
2015-06-19 Nicolas GeoffrayVerifier: check an aput, even if we know it will fail.
2015-06-19 Nicolas GeoffrayUse the right bug number. Spotted by vmarko.
2015-06-19 Jeff HaoFix StringChange for optimizing compiler.
2015-06-19 Mathieu ChartierMerge "Fix moving GC bug in DoFilledNewArray"
2015-06-18 Mathieu ChartierFix moving GC bug in DoFilledNewArray
2015-06-18 Igor MurashkinMerge "test: Fix lambda test incorrectly globbing toget...
2015-06-18 Igor Murashkintest: Fix lambda test incorrectly globbing together...
2015-06-18 Mathieu ChartierMerge "Fix moving GC bugs in proxy stub for X86/X86_64"
2015-06-18 Igor MurashkinMerge "interpreter: Add experimental lambda opcodes...
2015-06-18 Mathieu ChartierFix moving GC bugs in proxy stub for X86/X86_64
2015-06-18 Vladimir MarkoMerge "Quick: Don't expect move-exception in every...
2015-06-18 Vladimir MarkoQuick: Don't expect move-exception in every catch block.
2015-06-18 Nicolas GeoffrayMerge "Don't check the return type in the builder."
2015-06-18 Igor Murashkininterpreter: Add experimental lambda opcodes for invoke...
2015-06-18 Nicolas GeoffrayDon't check the return type in the builder.
2015-06-18 Nicolas GeoffrayMerge "Run a simplification pass before code generation."
2015-06-18 Nicolas GeoffrayMerge "Don't special case HCurrentMethod in DCE."
2015-06-18 Vladimir MarkoMerge "Quick: Fix marking unused registers in DCE."
2015-06-18 Nicolas GeoffrayRun a simplification pass before code generation.
2015-06-18 Vladimir MarkoMerge "ART: Fix reporting initialized classes by Compil...
2015-06-18 David BrazdilMerge "ART: Remove old DCHECK that trips Baseline"
2015-06-18 Nicolas GeoffrayMerge "Bailout from compilation if an invoke is malformed."
2015-06-18 David BrazdilART: Remove old DCHECK that trips Baseline
2015-06-18 Nicolas GeoffrayBailout from compilation if an invoke is malformed.
2015-06-18 Nicolas GeoffrayMerge "Fix a bug in optimizing when the null constant...
next