Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: src/v8.gyp

Issue 2523473002: [cleanup] Drop handwritten KeyedStoreIC code (Closed)
Patch Set: rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/s390/macro-assembler-s390.cc ('k') | src/x64/code-stubs-x64.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 'crankshaft/arm/lithium-arm.h', 1353 'crankshaft/arm/lithium-arm.h',
1354 'crankshaft/arm/lithium-codegen-arm.cc', 1354 'crankshaft/arm/lithium-codegen-arm.cc',
1355 'crankshaft/arm/lithium-codegen-arm.h', 1355 'crankshaft/arm/lithium-codegen-arm.h',
1356 'crankshaft/arm/lithium-gap-resolver-arm.cc', 1356 'crankshaft/arm/lithium-gap-resolver-arm.cc',
1357 'crankshaft/arm/lithium-gap-resolver-arm.h', 1357 'crankshaft/arm/lithium-gap-resolver-arm.h',
1358 'debug/arm/debug-arm.cc', 1358 'debug/arm/debug-arm.cc',
1359 'full-codegen/arm/full-codegen-arm.cc', 1359 'full-codegen/arm/full-codegen-arm.cc',
1360 'ic/arm/access-compiler-arm.cc', 1360 'ic/arm/access-compiler-arm.cc',
1361 'ic/arm/handler-compiler-arm.cc', 1361 'ic/arm/handler-compiler-arm.cc',
1362 'ic/arm/ic-arm.cc', 1362 'ic/arm/ic-arm.cc',
1363 'ic/arm/ic-compiler-arm.cc',
1364 'ic/arm/stub-cache-arm.cc',
1365 'regexp/arm/regexp-macro-assembler-arm.cc', 1363 'regexp/arm/regexp-macro-assembler-arm.cc',
1366 'regexp/arm/regexp-macro-assembler-arm.h', 1364 'regexp/arm/regexp-macro-assembler-arm.h',
1367 ], 1365 ],
1368 }], 1366 }],
1369 ['v8_target_arch=="arm64"', { 1367 ['v8_target_arch=="arm64"', {
1370 'sources': [ ### gcmole(arch:arm64) ### 1368 'sources': [ ### gcmole(arch:arm64) ###
1371 'arm64/assembler-arm64.cc', 1369 'arm64/assembler-arm64.cc',
1372 'arm64/assembler-arm64.h', 1370 'arm64/assembler-arm64.h',
1373 'arm64/assembler-arm64-inl.h', 1371 'arm64/assembler-arm64-inl.h',
1374 'arm64/codegen-arm64.cc', 1372 'arm64/codegen-arm64.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 'crankshaft/arm64/lithium-arm64.h', 1411 'crankshaft/arm64/lithium-arm64.h',
1414 'crankshaft/arm64/lithium-codegen-arm64.cc', 1412 'crankshaft/arm64/lithium-codegen-arm64.cc',
1415 'crankshaft/arm64/lithium-codegen-arm64.h', 1413 'crankshaft/arm64/lithium-codegen-arm64.h',
1416 'crankshaft/arm64/lithium-gap-resolver-arm64.cc', 1414 'crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1417 'crankshaft/arm64/lithium-gap-resolver-arm64.h', 1415 'crankshaft/arm64/lithium-gap-resolver-arm64.h',
1418 'debug/arm64/debug-arm64.cc', 1416 'debug/arm64/debug-arm64.cc',
1419 'full-codegen/arm64/full-codegen-arm64.cc', 1417 'full-codegen/arm64/full-codegen-arm64.cc',
1420 'ic/arm64/access-compiler-arm64.cc', 1418 'ic/arm64/access-compiler-arm64.cc',
1421 'ic/arm64/handler-compiler-arm64.cc', 1419 'ic/arm64/handler-compiler-arm64.cc',
1422 'ic/arm64/ic-arm64.cc', 1420 'ic/arm64/ic-arm64.cc',
1423 'ic/arm64/ic-compiler-arm64.cc',
1424 'ic/arm64/stub-cache-arm64.cc',
1425 'regexp/arm64/regexp-macro-assembler-arm64.cc', 1421 'regexp/arm64/regexp-macro-assembler-arm64.cc',
1426 'regexp/arm64/regexp-macro-assembler-arm64.h', 1422 'regexp/arm64/regexp-macro-assembler-arm64.h',
1427 ], 1423 ],
1428 }], 1424 }],
1429 ['v8_target_arch=="ia32"', { 1425 ['v8_target_arch=="ia32"', {
1430 'sources': [ ### gcmole(arch:ia32) ### 1426 'sources': [ ### gcmole(arch:ia32) ###
1431 'ia32/assembler-ia32-inl.h', 1427 'ia32/assembler-ia32-inl.h',
1432 'ia32/assembler-ia32.cc', 1428 'ia32/assembler-ia32.cc',
1433 'ia32/assembler-ia32.h', 1429 'ia32/assembler-ia32.h',
1434 'ia32/code-stubs-ia32.cc', 1430 'ia32/code-stubs-ia32.cc',
(...skipping 19 matching lines...) Expand all
1454 'crankshaft/ia32/lithium-codegen-ia32.h', 1450 'crankshaft/ia32/lithium-codegen-ia32.h',
1455 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1451 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1456 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1452 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1457 'crankshaft/ia32/lithium-ia32.cc', 1453 'crankshaft/ia32/lithium-ia32.cc',
1458 'crankshaft/ia32/lithium-ia32.h', 1454 'crankshaft/ia32/lithium-ia32.h',
1459 'debug/ia32/debug-ia32.cc', 1455 'debug/ia32/debug-ia32.cc',
1460 'full-codegen/ia32/full-codegen-ia32.cc', 1456 'full-codegen/ia32/full-codegen-ia32.cc',
1461 'ic/ia32/access-compiler-ia32.cc', 1457 'ic/ia32/access-compiler-ia32.cc',
1462 'ic/ia32/handler-compiler-ia32.cc', 1458 'ic/ia32/handler-compiler-ia32.cc',
1463 'ic/ia32/ic-ia32.cc', 1459 'ic/ia32/ic-ia32.cc',
1464 'ic/ia32/ic-compiler-ia32.cc',
1465 'ic/ia32/stub-cache-ia32.cc',
1466 'regexp/ia32/regexp-macro-assembler-ia32.cc', 1460 'regexp/ia32/regexp-macro-assembler-ia32.cc',
1467 'regexp/ia32/regexp-macro-assembler-ia32.h', 1461 'regexp/ia32/regexp-macro-assembler-ia32.h',
1468 ], 1462 ],
1469 }], 1463 }],
1470 ['v8_target_arch=="x87"', { 1464 ['v8_target_arch=="x87"', {
1471 'sources': [ ### gcmole(arch:x87) ### 1465 'sources': [ ### gcmole(arch:x87) ###
1472 'x87/assembler-x87-inl.h', 1466 'x87/assembler-x87-inl.h',
1473 'x87/assembler-x87.cc', 1467 'x87/assembler-x87.cc',
1474 'x87/assembler-x87.h', 1468 'x87/assembler-x87.h',
1475 'x87/code-stubs-x87.cc', 1469 'x87/code-stubs-x87.cc',
(...skipping 19 matching lines...) Expand all
1495 'crankshaft/x87/lithium-codegen-x87.h', 1489 'crankshaft/x87/lithium-codegen-x87.h',
1496 'crankshaft/x87/lithium-gap-resolver-x87.cc', 1490 'crankshaft/x87/lithium-gap-resolver-x87.cc',
1497 'crankshaft/x87/lithium-gap-resolver-x87.h', 1491 'crankshaft/x87/lithium-gap-resolver-x87.h',
1498 'crankshaft/x87/lithium-x87.cc', 1492 'crankshaft/x87/lithium-x87.cc',
1499 'crankshaft/x87/lithium-x87.h', 1493 'crankshaft/x87/lithium-x87.h',
1500 'debug/x87/debug-x87.cc', 1494 'debug/x87/debug-x87.cc',
1501 'full-codegen/x87/full-codegen-x87.cc', 1495 'full-codegen/x87/full-codegen-x87.cc',
1502 'ic/x87/access-compiler-x87.cc', 1496 'ic/x87/access-compiler-x87.cc',
1503 'ic/x87/handler-compiler-x87.cc', 1497 'ic/x87/handler-compiler-x87.cc',
1504 'ic/x87/ic-x87.cc', 1498 'ic/x87/ic-x87.cc',
1505 'ic/x87/ic-compiler-x87.cc',
1506 'ic/x87/stub-cache-x87.cc',
1507 'regexp/x87/regexp-macro-assembler-x87.cc', 1499 'regexp/x87/regexp-macro-assembler-x87.cc',
1508 'regexp/x87/regexp-macro-assembler-x87.h', 1500 'regexp/x87/regexp-macro-assembler-x87.h',
1509 ], 1501 ],
1510 }], 1502 }],
1511 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1503 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1512 'sources': [ ### gcmole(arch:mipsel) ### 1504 'sources': [ ### gcmole(arch:mipsel) ###
1513 'mips/assembler-mips.cc', 1505 'mips/assembler-mips.cc',
1514 'mips/assembler-mips.h', 1506 'mips/assembler-mips.h',
1515 'mips/assembler-mips-inl.h', 1507 'mips/assembler-mips-inl.h',
1516 'mips/codegen-mips.cc', 1508 'mips/codegen-mips.cc',
(...skipping 21 matching lines...) Expand all
1538 'crankshaft/mips/lithium-codegen-mips.h', 1530 'crankshaft/mips/lithium-codegen-mips.h',
1539 'crankshaft/mips/lithium-gap-resolver-mips.cc', 1531 'crankshaft/mips/lithium-gap-resolver-mips.cc',
1540 'crankshaft/mips/lithium-gap-resolver-mips.h', 1532 'crankshaft/mips/lithium-gap-resolver-mips.h',
1541 'crankshaft/mips/lithium-mips.cc', 1533 'crankshaft/mips/lithium-mips.cc',
1542 'crankshaft/mips/lithium-mips.h', 1534 'crankshaft/mips/lithium-mips.h',
1543 'full-codegen/mips/full-codegen-mips.cc', 1535 'full-codegen/mips/full-codegen-mips.cc',
1544 'debug/mips/debug-mips.cc', 1536 'debug/mips/debug-mips.cc',
1545 'ic/mips/access-compiler-mips.cc', 1537 'ic/mips/access-compiler-mips.cc',
1546 'ic/mips/handler-compiler-mips.cc', 1538 'ic/mips/handler-compiler-mips.cc',
1547 'ic/mips/ic-mips.cc', 1539 'ic/mips/ic-mips.cc',
1548 'ic/mips/ic-compiler-mips.cc',
1549 'ic/mips/stub-cache-mips.cc',
1550 'regexp/mips/regexp-macro-assembler-mips.cc', 1540 'regexp/mips/regexp-macro-assembler-mips.cc',
1551 'regexp/mips/regexp-macro-assembler-mips.h', 1541 'regexp/mips/regexp-macro-assembler-mips.h',
1552 ], 1542 ],
1553 }], 1543 }],
1554 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', { 1544 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1555 'sources': [ ### gcmole(arch:mips64el) ### 1545 'sources': [ ### gcmole(arch:mips64el) ###
1556 'mips64/assembler-mips64.cc', 1546 'mips64/assembler-mips64.cc',
1557 'mips64/assembler-mips64.h', 1547 'mips64/assembler-mips64.h',
1558 'mips64/assembler-mips64-inl.h', 1548 'mips64/assembler-mips64-inl.h',
1559 'mips64/codegen-mips64.cc', 1549 'mips64/codegen-mips64.cc',
(...skipping 21 matching lines...) Expand all
1581 'crankshaft/mips64/lithium-codegen-mips64.h', 1571 'crankshaft/mips64/lithium-codegen-mips64.h',
1582 'crankshaft/mips64/lithium-gap-resolver-mips64.cc', 1572 'crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1583 'crankshaft/mips64/lithium-gap-resolver-mips64.h', 1573 'crankshaft/mips64/lithium-gap-resolver-mips64.h',
1584 'crankshaft/mips64/lithium-mips64.cc', 1574 'crankshaft/mips64/lithium-mips64.cc',
1585 'crankshaft/mips64/lithium-mips64.h', 1575 'crankshaft/mips64/lithium-mips64.h',
1586 'debug/mips64/debug-mips64.cc', 1576 'debug/mips64/debug-mips64.cc',
1587 'full-codegen/mips64/full-codegen-mips64.cc', 1577 'full-codegen/mips64/full-codegen-mips64.cc',
1588 'ic/mips64/access-compiler-mips64.cc', 1578 'ic/mips64/access-compiler-mips64.cc',
1589 'ic/mips64/handler-compiler-mips64.cc', 1579 'ic/mips64/handler-compiler-mips64.cc',
1590 'ic/mips64/ic-mips64.cc', 1580 'ic/mips64/ic-mips64.cc',
1591 'ic/mips64/ic-compiler-mips64.cc',
1592 'ic/mips64/stub-cache-mips64.cc',
1593 'regexp/mips64/regexp-macro-assembler-mips64.cc', 1581 'regexp/mips64/regexp-macro-assembler-mips64.cc',
1594 'regexp/mips64/regexp-macro-assembler-mips64.h', 1582 'regexp/mips64/regexp-macro-assembler-mips64.h',
1595 ], 1583 ],
1596 }], 1584 }],
1597 ['v8_target_arch=="x64"', { 1585 ['v8_target_arch=="x64"', {
1598 'sources': [ ### gcmole(arch:x64) ### 1586 'sources': [ ### gcmole(arch:x64) ###
1599 'builtins/x64/builtins-x64.cc', 1587 'builtins/x64/builtins-x64.cc',
1600 'compiler/x64/code-generator-x64.cc', 1588 'compiler/x64/code-generator-x64.cc',
1601 'compiler/x64/instruction-codes-x64.h', 1589 'compiler/x64/instruction-codes-x64.h',
1602 'compiler/x64/instruction-scheduler-x64.cc', 1590 'compiler/x64/instruction-scheduler-x64.cc',
(...skipping 23 matching lines...) Expand all
1626 'x64/macro-assembler-x64.cc', 1614 'x64/macro-assembler-x64.cc',
1627 'x64/macro-assembler-x64.h', 1615 'x64/macro-assembler-x64.h',
1628 'x64/simulator-x64.cc', 1616 'x64/simulator-x64.cc',
1629 'x64/simulator-x64.h', 1617 'x64/simulator-x64.h',
1630 'x64/sse-instr.h', 1618 'x64/sse-instr.h',
1631 'debug/x64/debug-x64.cc', 1619 'debug/x64/debug-x64.cc',
1632 'full-codegen/x64/full-codegen-x64.cc', 1620 'full-codegen/x64/full-codegen-x64.cc',
1633 'ic/x64/access-compiler-x64.cc', 1621 'ic/x64/access-compiler-x64.cc',
1634 'ic/x64/handler-compiler-x64.cc', 1622 'ic/x64/handler-compiler-x64.cc',
1635 'ic/x64/ic-x64.cc', 1623 'ic/x64/ic-x64.cc',
1636 'ic/x64/ic-compiler-x64.cc',
1637 'ic/x64/stub-cache-x64.cc',
1638 'regexp/x64/regexp-macro-assembler-x64.cc', 1624 'regexp/x64/regexp-macro-assembler-x64.cc',
1639 'regexp/x64/regexp-macro-assembler-x64.h', 1625 'regexp/x64/regexp-macro-assembler-x64.h',
1640 'third_party/valgrind/valgrind.h', 1626 'third_party/valgrind/valgrind.h',
1641 ], 1627 ],
1642 }], 1628 }],
1643 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1629 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1644 'sources': [ ### gcmole(arch:ppc) ### 1630 'sources': [ ### gcmole(arch:ppc) ###
1645 'builtins/ppc/builtins-ppc.cc', 1631 'builtins/ppc/builtins-ppc.cc',
1646 'compiler/ppc/code-generator-ppc.cc', 1632 'compiler/ppc/code-generator-ppc.cc',
1647 'compiler/ppc/instruction-codes-ppc.h', 1633 'compiler/ppc/instruction-codes-ppc.h',
1648 'compiler/ppc/instruction-scheduler-ppc.cc', 1634 'compiler/ppc/instruction-scheduler-ppc.cc',
1649 'compiler/ppc/instruction-selector-ppc.cc', 1635 'compiler/ppc/instruction-selector-ppc.cc',
1650 'crankshaft/ppc/lithium-ppc.cc', 1636 'crankshaft/ppc/lithium-ppc.cc',
1651 'crankshaft/ppc/lithium-ppc.h', 1637 'crankshaft/ppc/lithium-ppc.h',
1652 'crankshaft/ppc/lithium-codegen-ppc.cc', 1638 'crankshaft/ppc/lithium-codegen-ppc.cc',
1653 'crankshaft/ppc/lithium-codegen-ppc.h', 1639 'crankshaft/ppc/lithium-codegen-ppc.h',
1654 'crankshaft/ppc/lithium-gap-resolver-ppc.cc', 1640 'crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1655 'crankshaft/ppc/lithium-gap-resolver-ppc.h', 1641 'crankshaft/ppc/lithium-gap-resolver-ppc.h',
1656 'debug/ppc/debug-ppc.cc', 1642 'debug/ppc/debug-ppc.cc',
1657 'full-codegen/ppc/full-codegen-ppc.cc', 1643 'full-codegen/ppc/full-codegen-ppc.cc',
1658 'ic/ppc/access-compiler-ppc.cc', 1644 'ic/ppc/access-compiler-ppc.cc',
1659 'ic/ppc/handler-compiler-ppc.cc', 1645 'ic/ppc/handler-compiler-ppc.cc',
1660 'ic/ppc/ic-ppc.cc', 1646 'ic/ppc/ic-ppc.cc',
1661 'ic/ppc/ic-compiler-ppc.cc',
1662 'ic/ppc/stub-cache-ppc.cc',
1663 'ppc/assembler-ppc-inl.h', 1647 'ppc/assembler-ppc-inl.h',
1664 'ppc/assembler-ppc.cc', 1648 'ppc/assembler-ppc.cc',
1665 'ppc/assembler-ppc.h', 1649 'ppc/assembler-ppc.h',
1666 'ppc/code-stubs-ppc.cc', 1650 'ppc/code-stubs-ppc.cc',
1667 'ppc/code-stubs-ppc.h', 1651 'ppc/code-stubs-ppc.h',
1668 'ppc/codegen-ppc.cc', 1652 'ppc/codegen-ppc.cc',
1669 'ppc/codegen-ppc.h', 1653 'ppc/codegen-ppc.h',
1670 'ppc/constants-ppc.h', 1654 'ppc/constants-ppc.h',
1671 'ppc/constants-ppc.cc', 1655 'ppc/constants-ppc.cc',
1672 'ppc/cpu-ppc.cc', 1656 'ppc/cpu-ppc.cc',
(...skipping 20 matching lines...) Expand all
1693 'crankshaft/s390/lithium-codegen-s390.cc', 1677 'crankshaft/s390/lithium-codegen-s390.cc',
1694 'crankshaft/s390/lithium-codegen-s390.h', 1678 'crankshaft/s390/lithium-codegen-s390.h',
1695 'crankshaft/s390/lithium-gap-resolver-s390.cc', 1679 'crankshaft/s390/lithium-gap-resolver-s390.cc',
1696 'crankshaft/s390/lithium-gap-resolver-s390.h', 1680 'crankshaft/s390/lithium-gap-resolver-s390.h',
1697 'crankshaft/s390/lithium-s390.cc', 1681 'crankshaft/s390/lithium-s390.cc',
1698 'crankshaft/s390/lithium-s390.h', 1682 'crankshaft/s390/lithium-s390.h',
1699 'debug/s390/debug-s390.cc', 1683 'debug/s390/debug-s390.cc',
1700 'full-codegen/s390/full-codegen-s390.cc', 1684 'full-codegen/s390/full-codegen-s390.cc',
1701 'ic/s390/access-compiler-s390.cc', 1685 'ic/s390/access-compiler-s390.cc',
1702 'ic/s390/handler-compiler-s390.cc', 1686 'ic/s390/handler-compiler-s390.cc',
1703 'ic/s390/ic-compiler-s390.cc',
1704 'ic/s390/ic-s390.cc', 1687 'ic/s390/ic-s390.cc',
1705 'ic/s390/stub-cache-s390.cc',
1706 'regexp/s390/regexp-macro-assembler-s390.cc', 1688 'regexp/s390/regexp-macro-assembler-s390.cc',
1707 'regexp/s390/regexp-macro-assembler-s390.h', 1689 'regexp/s390/regexp-macro-assembler-s390.h',
1708 's390/assembler-s390.cc', 1690 's390/assembler-s390.cc',
1709 's390/assembler-s390.h', 1691 's390/assembler-s390.h',
1710 's390/assembler-s390-inl.h', 1692 's390/assembler-s390-inl.h',
1711 's390/codegen-s390.cc', 1693 's390/codegen-s390.cc',
1712 's390/codegen-s390.h', 1694 's390/codegen-s390.h',
1713 's390/code-stubs-s390.cc', 1695 's390/code-stubs-s390.cc',
1714 's390/code-stubs-s390.h', 1696 's390/code-stubs-s390.h',
1715 's390/constants-s390.cc', 1697 's390/constants-s390.cc',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'conditions': [ 2471 'conditions': [
2490 ['want_separate_host_toolset_mkpeephole==1', { 2472 ['want_separate_host_toolset_mkpeephole==1', {
2491 'toolsets': ['host'], 2473 'toolsets': ['host'],
2492 }, { 2474 }, {
2493 'toolsets': ['target'], 2475 'toolsets': ['target'],
2494 }], 2476 }],
2495 ], 2477 ],
2496 }, 2478 },
2497 ], 2479 ],
2498 } 2480 }
OLDNEW
« no previous file with comments | « src/s390/macro-assembler-s390.cc ('k') | src/x64/code-stubs-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698