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

Side by Side Diff: tools/gyp/v8.gyp

Issue 480413008: Move PropertyAccessCompiler and CallOptimization to their own files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « src/ic/x64/ic-compiler-x64.cc ('k') | no next file » | 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 '../../src/hydrogen-store-elimination.cc', 592 '../../src/hydrogen-store-elimination.cc',
593 '../../src/hydrogen-store-elimination.h', 593 '../../src/hydrogen-store-elimination.h',
594 '../../src/hydrogen-types.cc', 594 '../../src/hydrogen-types.cc',
595 '../../src/hydrogen-types.h', 595 '../../src/hydrogen-types.h',
596 '../../src/hydrogen-uint32-analysis.cc', 596 '../../src/hydrogen-uint32-analysis.cc',
597 '../../src/hydrogen-uint32-analysis.h', 597 '../../src/hydrogen-uint32-analysis.h',
598 '../../src/i18n.cc', 598 '../../src/i18n.cc',
599 '../../src/i18n.h', 599 '../../src/i18n.h',
600 '../../src/icu_util.cc', 600 '../../src/icu_util.cc',
601 '../../src/icu_util.h', 601 '../../src/icu_util.h',
602 '../../src/ic/access-compiler.cc',
603 '../../src/ic/access-compiler.h',
604 '../../src/ic/call-optimization.cc',
605 '../../src/ic/call-optimization.h',
602 '../../src/ic/ic-inl.h', 606 '../../src/ic/ic-inl.h',
603 '../../src/ic/ic.cc', 607 '../../src/ic/ic.cc',
604 '../../src/ic/ic.h', 608 '../../src/ic/ic.h',
605 '../../src/ic/ic-compiler.cc', 609 '../../src/ic/ic-compiler.cc',
606 '../../src/ic/ic-compiler.h', 610 '../../src/ic/ic-compiler.h',
607 '../../src/interface.cc', 611 '../../src/interface.cc',
608 '../../src/interface.h', 612 '../../src/interface.h',
609 '../../src/interpreter-irregexp.cc', 613 '../../src/interpreter-irregexp.cc',
610 '../../src/interpreter-irregexp.h', 614 '../../src/interpreter-irregexp.h',
611 '../../src/isolate.cc', 615 '../../src/isolate.cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 '../../src/arm/lithium-gap-resolver-arm.h', 786 '../../src/arm/lithium-gap-resolver-arm.h',
783 '../../src/arm/macro-assembler-arm.cc', 787 '../../src/arm/macro-assembler-arm.cc',
784 '../../src/arm/macro-assembler-arm.h', 788 '../../src/arm/macro-assembler-arm.h',
785 '../../src/arm/regexp-macro-assembler-arm.cc', 789 '../../src/arm/regexp-macro-assembler-arm.cc',
786 '../../src/arm/regexp-macro-assembler-arm.h', 790 '../../src/arm/regexp-macro-assembler-arm.h',
787 '../../src/arm/simulator-arm.cc', 791 '../../src/arm/simulator-arm.cc',
788 '../../src/compiler/arm/code-generator-arm.cc', 792 '../../src/compiler/arm/code-generator-arm.cc',
789 '../../src/compiler/arm/instruction-codes-arm.h', 793 '../../src/compiler/arm/instruction-codes-arm.h',
790 '../../src/compiler/arm/instruction-selector-arm.cc', 794 '../../src/compiler/arm/instruction-selector-arm.cc',
791 '../../src/compiler/arm/linkage-arm.cc', 795 '../../src/compiler/arm/linkage-arm.cc',
796 '../../src/ic/arm/access-compiler-arm.cc',
792 '../../src/ic/arm/ic-arm.cc', 797 '../../src/ic/arm/ic-arm.cc',
793 '../../src/ic/arm/ic-compiler-arm.cc', 798 '../../src/ic/arm/ic-compiler-arm.cc',
794 '../../src/ic/arm/stub-cache-arm.cc', 799 '../../src/ic/arm/stub-cache-arm.cc',
795 ], 800 ],
796 }], 801 }],
797 ['v8_target_arch=="arm64"', { 802 ['v8_target_arch=="arm64"', {
798 'sources': [ ### gcmole(arch:arm64) ### 803 'sources': [ ### gcmole(arch:arm64) ###
799 '../../src/arm64/assembler-arm64.cc', 804 '../../src/arm64/assembler-arm64.cc',
800 '../../src/arm64/assembler-arm64.h', 805 '../../src/arm64/assembler-arm64.h',
801 '../../src/arm64/assembler-arm64-inl.h', 806 '../../src/arm64/assembler-arm64-inl.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '../../src/arm64/regexp-macro-assembler-arm64.cc', 840 '../../src/arm64/regexp-macro-assembler-arm64.cc',
836 '../../src/arm64/regexp-macro-assembler-arm64.h', 841 '../../src/arm64/regexp-macro-assembler-arm64.h',
837 '../../src/arm64/simulator-arm64.cc', 842 '../../src/arm64/simulator-arm64.cc',
838 '../../src/arm64/simulator-arm64.h', 843 '../../src/arm64/simulator-arm64.h',
839 '../../src/arm64/utils-arm64.cc', 844 '../../src/arm64/utils-arm64.cc',
840 '../../src/arm64/utils-arm64.h', 845 '../../src/arm64/utils-arm64.h',
841 '../../src/compiler/arm64/code-generator-arm64.cc', 846 '../../src/compiler/arm64/code-generator-arm64.cc',
842 '../../src/compiler/arm64/instruction-codes-arm64.h', 847 '../../src/compiler/arm64/instruction-codes-arm64.h',
843 '../../src/compiler/arm64/instruction-selector-arm64.cc', 848 '../../src/compiler/arm64/instruction-selector-arm64.cc',
844 '../../src/compiler/arm64/linkage-arm64.cc', 849 '../../src/compiler/arm64/linkage-arm64.cc',
850 '../../src/ic/arm64/access-compiler-arm64.cc',
845 '../../src/ic/arm64/ic-arm64.cc', 851 '../../src/ic/arm64/ic-arm64.cc',
846 '../../src/ic/arm64/ic-compiler-arm64.cc', 852 '../../src/ic/arm64/ic-compiler-arm64.cc',
847 '../../src/ic/arm64/stub-cache-arm64.cc', 853 '../../src/ic/arm64/stub-cache-arm64.cc',
848 ], 854 ],
849 }], 855 }],
850 ['v8_target_arch=="ia32"', { 856 ['v8_target_arch=="ia32"', {
851 'sources': [ ### gcmole(arch:ia32) ### 857 'sources': [ ### gcmole(arch:ia32) ###
852 '../../src/ia32/assembler-ia32-inl.h', 858 '../../src/ia32/assembler-ia32-inl.h',
853 '../../src/ia32/assembler-ia32.cc', 859 '../../src/ia32/assembler-ia32.cc',
854 '../../src/ia32/assembler-ia32.h', 860 '../../src/ia32/assembler-ia32.h',
(...skipping 16 matching lines...) Expand all
871 '../../src/ia32/lithium-ia32.cc', 877 '../../src/ia32/lithium-ia32.cc',
872 '../../src/ia32/lithium-ia32.h', 878 '../../src/ia32/lithium-ia32.h',
873 '../../src/ia32/macro-assembler-ia32.cc', 879 '../../src/ia32/macro-assembler-ia32.cc',
874 '../../src/ia32/macro-assembler-ia32.h', 880 '../../src/ia32/macro-assembler-ia32.h',
875 '../../src/ia32/regexp-macro-assembler-ia32.cc', 881 '../../src/ia32/regexp-macro-assembler-ia32.cc',
876 '../../src/ia32/regexp-macro-assembler-ia32.h', 882 '../../src/ia32/regexp-macro-assembler-ia32.h',
877 '../../src/compiler/ia32/code-generator-ia32.cc', 883 '../../src/compiler/ia32/code-generator-ia32.cc',
878 '../../src/compiler/ia32/instruction-codes-ia32.h', 884 '../../src/compiler/ia32/instruction-codes-ia32.h',
879 '../../src/compiler/ia32/instruction-selector-ia32.cc', 885 '../../src/compiler/ia32/instruction-selector-ia32.cc',
880 '../../src/compiler/ia32/linkage-ia32.cc', 886 '../../src/compiler/ia32/linkage-ia32.cc',
887 '../../src/ic/ia32/access-compiler-ia32.cc',
881 '../../src/ic/ia32/ic-ia32.cc', 888 '../../src/ic/ia32/ic-ia32.cc',
882 '../../src/ic/ia32/ic-compiler-ia32.cc', 889 '../../src/ic/ia32/ic-compiler-ia32.cc',
883 '../../src/ic/ia32/stub-cache-ia32.cc', 890 '../../src/ic/ia32/stub-cache-ia32.cc',
884 ], 891 ],
885 }], 892 }],
886 ['v8_target_arch=="x87"', { 893 ['v8_target_arch=="x87"', {
887 'sources': [ ### gcmole(arch:x87) ### 894 'sources': [ ### gcmole(arch:x87) ###
888 '../../src/x87/assembler-x87-inl.h', 895 '../../src/x87/assembler-x87-inl.h',
889 '../../src/x87/assembler-x87.cc', 896 '../../src/x87/assembler-x87.cc',
890 '../../src/x87/assembler-x87.h', 897 '../../src/x87/assembler-x87.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 '../../src/x64/lithium-x64.cc', 1013 '../../src/x64/lithium-x64.cc',
1007 '../../src/x64/lithium-x64.h', 1014 '../../src/x64/lithium-x64.h',
1008 '../../src/x64/macro-assembler-x64.cc', 1015 '../../src/x64/macro-assembler-x64.cc',
1009 '../../src/x64/macro-assembler-x64.h', 1016 '../../src/x64/macro-assembler-x64.h',
1010 '../../src/x64/regexp-macro-assembler-x64.cc', 1017 '../../src/x64/regexp-macro-assembler-x64.cc',
1011 '../../src/x64/regexp-macro-assembler-x64.h', 1018 '../../src/x64/regexp-macro-assembler-x64.h',
1012 '../../src/compiler/x64/code-generator-x64.cc', 1019 '../../src/compiler/x64/code-generator-x64.cc',
1013 '../../src/compiler/x64/instruction-codes-x64.h', 1020 '../../src/compiler/x64/instruction-codes-x64.h',
1014 '../../src/compiler/x64/instruction-selector-x64.cc', 1021 '../../src/compiler/x64/instruction-selector-x64.cc',
1015 '../../src/compiler/x64/linkage-x64.cc', 1022 '../../src/compiler/x64/linkage-x64.cc',
1023 '../../src/ic/x64/access-compiler-x64.cc',
1016 '../../src/ic/x64/ic-x64.cc', 1024 '../../src/ic/x64/ic-x64.cc',
1017 '../../src/ic/x64/ic-compiler-x64.cc', 1025 '../../src/ic/x64/ic-compiler-x64.cc',
1018 '../../src/ic/x64/stub-cache-x64.cc', 1026 '../../src/ic/x64/stub-cache-x64.cc',
1019 ], 1027 ],
1020 }], 1028 }],
1021 ['OS=="linux"', { 1029 ['OS=="linux"', {
1022 'link_settings': { 1030 'link_settings': {
1023 'conditions': [ 1031 'conditions': [
1024 ['v8_compress_startup_data=="bz2"', { 1032 ['v8_compress_startup_data=="bz2"', {
1025 'libraries': [ 1033 'libraries': [
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 }], 1549 }],
1542 ['v8_compress_startup_data=="bz2"', { 1550 ['v8_compress_startup_data=="bz2"', {
1543 'libraries': [ 1551 'libraries': [
1544 '-lbz2', 1552 '-lbz2',
1545 ] 1553 ]
1546 }], 1554 }],
1547 ], 1555 ],
1548 }, 1556 },
1549 ], 1557 ],
1550 } 1558 }
OLDNEW
« no previous file with comments | « src/ic/x64/ic-compiler-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698