OSDN Git Service

android-x86/art.git
2015-06-22 David Brazdilam 8ec0e203: Merge "ART: Simplify (Not)Equal bool vs...
2015-06-22 Nicolas Geoffrayam 0f0be726: Merge "Revert "Use IsAssignableFrom instea...
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 Geoffrayam e85647ed: Merge "Use IsAssignableFrom instead of...
2015-06-22 Nicolas Geoffrayam 8cf7cbf7: Merge "Fix wrong DCHECK in bounds check...
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 Geoffrayam 7aa55725: Merge "Fix String Change baseline compiler...
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 Carlstromam 74f774f0: Merge "Make dump-oat-target work with...
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 David Srbeckyam 883ac209: Merge "Move LD_USE_LOAD_BIAS to run-test...
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 Srbeckyam 1e73a95d: Merge "Use signed encoding when using...
2015-06-20 David SrbeckyMerge "Use signed encoding when using relative CFI...
2015-06-20 Andreas Gampeam a60bd747: Merge "ART: Check for expected args for...
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 Gampeam ba7837b2: Merge "ART: Check var-arg count earlier...
2015-06-20 Andreas GampeMerge "ART: Check var-arg count earlier in method verifier"
2015-06-20 Taiju TsuikiART: Check var-arg count earlier in method verifier
2015-06-19 Mathieu Chartieram d1a06338: Merge "Fix GC map generation edge case"
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 Haoam d5ff8c58: Merge "Fix case where block has no predece...
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 Jeff Haoam e102f193: Merge "Fix StringChange for optimizing...
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 Markoam e4bb626f: Merge "Quick: Handle total high/low regist...
2015-06-19 Vladimir MarkoMerge "Quick: Handle total high/low register overlap...
2015-06-19 Nicolas Geoffrayam 87a135e8: Merge "Be careful with predecessor/success...
2015-06-19 Vladimir Markoam ff3fd957: Merge "Quick: Fix optimizations for empty...
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 Levillainam dbc0345e: Merge "Opt compiler: Add a description...
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 Levillainam 7ed9cec8: Merge "MIPS: Initial version of optimizing...
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 Brazdilam 71af6f7a: Merge "Opt compiler: Add a description...
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 Geoffrayam 97d207c3: Merge "Use compiling class instead of...
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 Geoffrayam d8d7b90c: Merge "Do not expect 0 or 1 only when...
2015-06-19 Nicolas Geoffrayam e4387574: Merge "Verifier: check an aput, even if...
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 Geoffrayam be59b852: Merge "Make Main public to pass tests...
2015-06-19 Nicolas GeoffrayMerge "Make Main public to pass tests on all configurat...
2015-06-19 Nicolas Geoffrayam 511b7cb2: Merge "Use the right bug number. Spotted...
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 Chartieram f12ffdb5: Merge "Fix moving GC bug in DoFilledNewArray"
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 Murashkinam 542ca97d: Merge "test: Fix lambda test incorrectly...
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 Chartieram 46d87021: Merge "Fix moving GC bugs in proxy stub...
2015-06-18 Igor Murashkinam 247e9774: Merge "interpreter: Add experimental lambd...
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 Markoam 2b696ab5: Merge "Quick: Don\'t expect move-exception...
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 Geoffrayam 3d266a96: Merge "Don\'t check the return type in...
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 Geoffrayam 822c00d0: Merge "Run a simplification pass before...
2015-06-18 Nicolas Geoffrayam 01b6ec8c: Merge "Don\'t special case HCurrentMethod...
2015-06-18 Vladimir Markoam 92fe57fe: Merge "Quick: Fix marking unused registers...
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 Markoam 46ff9b61: Merge "ART: Fix reporting initialized...
2015-06-18 Vladimir MarkoMerge "ART: Fix reporting initialized classes by Compil...
2015-06-18 David Brazdilam d4de42f6: Merge "ART: Remove old DCHECK that trips...
next