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

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

Issue 483683005: Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix BUILD.gn 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 | « test/cctest/test-serialize.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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 '../../src/hydrogen-store-elimination.cc', 590 '../../src/hydrogen-store-elimination.cc',
591 '../../src/hydrogen-store-elimination.h', 591 '../../src/hydrogen-store-elimination.h',
592 '../../src/hydrogen-types.cc', 592 '../../src/hydrogen-types.cc',
593 '../../src/hydrogen-types.h', 593 '../../src/hydrogen-types.h',
594 '../../src/hydrogen-uint32-analysis.cc', 594 '../../src/hydrogen-uint32-analysis.cc',
595 '../../src/hydrogen-uint32-analysis.h', 595 '../../src/hydrogen-uint32-analysis.h',
596 '../../src/i18n.cc', 596 '../../src/i18n.cc',
597 '../../src/i18n.h', 597 '../../src/i18n.h',
598 '../../src/icu_util.cc', 598 '../../src/icu_util.cc',
599 '../../src/icu_util.h', 599 '../../src/icu_util.h',
600 '../../src/ic-inl.h', 600 '../../src/ic/ic-inl.h',
601 '../../src/ic.cc', 601 '../../src/ic/ic.cc',
602 '../../src/ic.h', 602 '../../src/ic/ic.h',
603 '../../src/ic/ic-compiler.cc',
604 '../../src/ic/ic-compiler.h',
603 '../../src/interface.cc', 605 '../../src/interface.cc',
604 '../../src/interface.h', 606 '../../src/interface.h',
605 '../../src/interpreter-irregexp.cc', 607 '../../src/interpreter-irregexp.cc',
606 '../../src/interpreter-irregexp.h', 608 '../../src/interpreter-irregexp.h',
607 '../../src/isolate.cc', 609 '../../src/isolate.cc',
608 '../../src/isolate.h', 610 '../../src/isolate.h',
609 '../../src/json-parser.h', 611 '../../src/json-parser.h',
610 '../../src/json-stringifier.h', 612 '../../src/json-stringifier.h',
611 '../../src/jsregexp-inl.h', 613 '../../src/jsregexp-inl.h',
612 '../../src/jsregexp.cc', 614 '../../src/jsregexp.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 '../../src/smart-pointers.h', 698 '../../src/smart-pointers.h',
697 '../../src/snapshot.h', 699 '../../src/snapshot.h',
698 '../../src/snapshot-source-sink.cc', 700 '../../src/snapshot-source-sink.cc',
699 '../../src/snapshot-source-sink.h', 701 '../../src/snapshot-source-sink.h',
700 '../../src/string-search.cc', 702 '../../src/string-search.cc',
701 '../../src/string-search.h', 703 '../../src/string-search.h',
702 '../../src/string-stream.cc', 704 '../../src/string-stream.cc',
703 '../../src/string-stream.h', 705 '../../src/string-stream.h',
704 '../../src/strtod.cc', 706 '../../src/strtod.cc',
705 '../../src/strtod.h', 707 '../../src/strtod.h',
706 '../../src/stub-cache.cc', 708 '../../src/ic/stub-cache.cc',
707 '../../src/stub-cache.h', 709 '../../src/ic/stub-cache.h',
708 '../../src/token.cc', 710 '../../src/token.cc',
709 '../../src/token.h', 711 '../../src/token.h',
710 '../../src/transitions-inl.h', 712 '../../src/transitions-inl.h',
711 '../../src/transitions.cc', 713 '../../src/transitions.cc',
712 '../../src/transitions.h', 714 '../../src/transitions.h',
713 '../../src/type-info.cc', 715 '../../src/type-info.cc',
714 '../../src/type-info.h', 716 '../../src/type-info.h',
715 '../../src/types-inl.h', 717 '../../src/types-inl.h',
716 '../../src/types.cc', 718 '../../src/types.cc',
717 '../../src/types.h', 719 '../../src/types.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 '../../src/arm/codegen-arm.h', 765 '../../src/arm/codegen-arm.h',
764 '../../src/arm/constants-arm.h', 766 '../../src/arm/constants-arm.h',
765 '../../src/arm/constants-arm.cc', 767 '../../src/arm/constants-arm.cc',
766 '../../src/arm/cpu-arm.cc', 768 '../../src/arm/cpu-arm.cc',
767 '../../src/arm/debug-arm.cc', 769 '../../src/arm/debug-arm.cc',
768 '../../src/arm/deoptimizer-arm.cc', 770 '../../src/arm/deoptimizer-arm.cc',
769 '../../src/arm/disasm-arm.cc', 771 '../../src/arm/disasm-arm.cc',
770 '../../src/arm/frames-arm.cc', 772 '../../src/arm/frames-arm.cc',
771 '../../src/arm/frames-arm.h', 773 '../../src/arm/frames-arm.h',
772 '../../src/arm/full-codegen-arm.cc', 774 '../../src/arm/full-codegen-arm.cc',
773 '../../src/arm/ic-arm.cc',
774 '../../src/arm/lithium-arm.cc', 775 '../../src/arm/lithium-arm.cc',
775 '../../src/arm/lithium-arm.h', 776 '../../src/arm/lithium-arm.h',
776 '../../src/arm/lithium-codegen-arm.cc', 777 '../../src/arm/lithium-codegen-arm.cc',
777 '../../src/arm/lithium-codegen-arm.h', 778 '../../src/arm/lithium-codegen-arm.h',
778 '../../src/arm/lithium-gap-resolver-arm.cc', 779 '../../src/arm/lithium-gap-resolver-arm.cc',
779 '../../src/arm/lithium-gap-resolver-arm.h', 780 '../../src/arm/lithium-gap-resolver-arm.h',
780 '../../src/arm/macro-assembler-arm.cc', 781 '../../src/arm/macro-assembler-arm.cc',
781 '../../src/arm/macro-assembler-arm.h', 782 '../../src/arm/macro-assembler-arm.h',
782 '../../src/arm/regexp-macro-assembler-arm.cc', 783 '../../src/arm/regexp-macro-assembler-arm.cc',
783 '../../src/arm/regexp-macro-assembler-arm.h', 784 '../../src/arm/regexp-macro-assembler-arm.h',
784 '../../src/arm/simulator-arm.cc', 785 '../../src/arm/simulator-arm.cc',
785 '../../src/arm/stub-cache-arm.cc',
786 '../../src/compiler/arm/code-generator-arm.cc', 786 '../../src/compiler/arm/code-generator-arm.cc',
787 '../../src/compiler/arm/instruction-codes-arm.h', 787 '../../src/compiler/arm/instruction-codes-arm.h',
788 '../../src/compiler/arm/instruction-selector-arm.cc', 788 '../../src/compiler/arm/instruction-selector-arm.cc',
789 '../../src/compiler/arm/linkage-arm.cc', 789 '../../src/compiler/arm/linkage-arm.cc',
790 '../../src/ic/arm/ic-arm.cc',
791 '../../src/ic/arm/ic-compiler-arm.cc',
792 '../../src/ic/arm/stub-cache-arm.cc',
790 ], 793 ],
791 }], 794 }],
792 ['v8_target_arch=="arm64"', { 795 ['v8_target_arch=="arm64"', {
793 'sources': [ ### gcmole(arch:arm64) ### 796 'sources': [ ### gcmole(arch:arm64) ###
794 '../../src/arm64/assembler-arm64.cc', 797 '../../src/arm64/assembler-arm64.cc',
795 '../../src/arm64/assembler-arm64.h', 798 '../../src/arm64/assembler-arm64.h',
796 '../../src/arm64/assembler-arm64-inl.h', 799 '../../src/arm64/assembler-arm64-inl.h',
797 '../../src/arm64/builtins-arm64.cc', 800 '../../src/arm64/builtins-arm64.cc',
798 '../../src/arm64/codegen-arm64.cc', 801 '../../src/arm64/codegen-arm64.cc',
799 '../../src/arm64/codegen-arm64.h', 802 '../../src/arm64/codegen-arm64.h',
800 '../../src/arm64/code-stubs-arm64.cc', 803 '../../src/arm64/code-stubs-arm64.cc',
801 '../../src/arm64/code-stubs-arm64.h', 804 '../../src/arm64/code-stubs-arm64.h',
802 '../../src/arm64/constants-arm64.h', 805 '../../src/arm64/constants-arm64.h',
803 '../../src/arm64/cpu-arm64.cc', 806 '../../src/arm64/cpu-arm64.cc',
804 '../../src/arm64/debug-arm64.cc', 807 '../../src/arm64/debug-arm64.cc',
805 '../../src/arm64/decoder-arm64.cc', 808 '../../src/arm64/decoder-arm64.cc',
806 '../../src/arm64/decoder-arm64.h', 809 '../../src/arm64/decoder-arm64.h',
807 '../../src/arm64/decoder-arm64-inl.h', 810 '../../src/arm64/decoder-arm64-inl.h',
808 '../../src/arm64/delayed-masm-arm64.cc', 811 '../../src/arm64/delayed-masm-arm64.cc',
809 '../../src/arm64/delayed-masm-arm64.h', 812 '../../src/arm64/delayed-masm-arm64.h',
810 '../../src/arm64/delayed-masm-arm64-inl.h', 813 '../../src/arm64/delayed-masm-arm64-inl.h',
811 '../../src/arm64/deoptimizer-arm64.cc', 814 '../../src/arm64/deoptimizer-arm64.cc',
812 '../../src/arm64/disasm-arm64.cc', 815 '../../src/arm64/disasm-arm64.cc',
813 '../../src/arm64/disasm-arm64.h', 816 '../../src/arm64/disasm-arm64.h',
814 '../../src/arm64/frames-arm64.cc', 817 '../../src/arm64/frames-arm64.cc',
815 '../../src/arm64/frames-arm64.h', 818 '../../src/arm64/frames-arm64.h',
816 '../../src/arm64/full-codegen-arm64.cc', 819 '../../src/arm64/full-codegen-arm64.cc',
817 '../../src/arm64/ic-arm64.cc',
818 '../../src/arm64/instructions-arm64.cc', 820 '../../src/arm64/instructions-arm64.cc',
819 '../../src/arm64/instructions-arm64.h', 821 '../../src/arm64/instructions-arm64.h',
820 '../../src/arm64/instrument-arm64.cc', 822 '../../src/arm64/instrument-arm64.cc',
821 '../../src/arm64/instrument-arm64.h', 823 '../../src/arm64/instrument-arm64.h',
822 '../../src/arm64/lithium-arm64.cc', 824 '../../src/arm64/lithium-arm64.cc',
823 '../../src/arm64/lithium-arm64.h', 825 '../../src/arm64/lithium-arm64.h',
824 '../../src/arm64/lithium-codegen-arm64.cc', 826 '../../src/arm64/lithium-codegen-arm64.cc',
825 '../../src/arm64/lithium-codegen-arm64.h', 827 '../../src/arm64/lithium-codegen-arm64.h',
826 '../../src/arm64/lithium-gap-resolver-arm64.cc', 828 '../../src/arm64/lithium-gap-resolver-arm64.cc',
827 '../../src/arm64/lithium-gap-resolver-arm64.h', 829 '../../src/arm64/lithium-gap-resolver-arm64.h',
828 '../../src/arm64/macro-assembler-arm64.cc', 830 '../../src/arm64/macro-assembler-arm64.cc',
829 '../../src/arm64/macro-assembler-arm64.h', 831 '../../src/arm64/macro-assembler-arm64.h',
830 '../../src/arm64/macro-assembler-arm64-inl.h', 832 '../../src/arm64/macro-assembler-arm64-inl.h',
831 '../../src/arm64/regexp-macro-assembler-arm64.cc', 833 '../../src/arm64/regexp-macro-assembler-arm64.cc',
832 '../../src/arm64/regexp-macro-assembler-arm64.h', 834 '../../src/arm64/regexp-macro-assembler-arm64.h',
833 '../../src/arm64/simulator-arm64.cc', 835 '../../src/arm64/simulator-arm64.cc',
834 '../../src/arm64/simulator-arm64.h', 836 '../../src/arm64/simulator-arm64.h',
835 '../../src/arm64/stub-cache-arm64.cc',
836 '../../src/arm64/utils-arm64.cc', 837 '../../src/arm64/utils-arm64.cc',
837 '../../src/arm64/utils-arm64.h', 838 '../../src/arm64/utils-arm64.h',
838 '../../src/compiler/arm64/code-generator-arm64.cc', 839 '../../src/compiler/arm64/code-generator-arm64.cc',
839 '../../src/compiler/arm64/instruction-codes-arm64.h', 840 '../../src/compiler/arm64/instruction-codes-arm64.h',
840 '../../src/compiler/arm64/instruction-selector-arm64.cc', 841 '../../src/compiler/arm64/instruction-selector-arm64.cc',
841 '../../src/compiler/arm64/linkage-arm64.cc', 842 '../../src/compiler/arm64/linkage-arm64.cc',
843 '../../src/ic/arm64/ic-arm64.cc',
844 '../../src/ic/arm64/ic-compiler-arm64.cc',
845 '../../src/ic/arm64/stub-cache-arm64.cc',
842 ], 846 ],
843 }], 847 }],
844 ['v8_target_arch=="ia32"', { 848 ['v8_target_arch=="ia32"', {
845 'sources': [ ### gcmole(arch:ia32) ### 849 'sources': [ ### gcmole(arch:ia32) ###
846 '../../src/ia32/assembler-ia32-inl.h', 850 '../../src/ia32/assembler-ia32-inl.h',
847 '../../src/ia32/assembler-ia32.cc', 851 '../../src/ia32/assembler-ia32.cc',
848 '../../src/ia32/assembler-ia32.h', 852 '../../src/ia32/assembler-ia32.h',
849 '../../src/ia32/builtins-ia32.cc', 853 '../../src/ia32/builtins-ia32.cc',
850 '../../src/ia32/code-stubs-ia32.cc', 854 '../../src/ia32/code-stubs-ia32.cc',
851 '../../src/ia32/code-stubs-ia32.h', 855 '../../src/ia32/code-stubs-ia32.h',
852 '../../src/ia32/codegen-ia32.cc', 856 '../../src/ia32/codegen-ia32.cc',
853 '../../src/ia32/codegen-ia32.h', 857 '../../src/ia32/codegen-ia32.h',
854 '../../src/ia32/cpu-ia32.cc', 858 '../../src/ia32/cpu-ia32.cc',
855 '../../src/ia32/debug-ia32.cc', 859 '../../src/ia32/debug-ia32.cc',
856 '../../src/ia32/deoptimizer-ia32.cc', 860 '../../src/ia32/deoptimizer-ia32.cc',
857 '../../src/ia32/disasm-ia32.cc', 861 '../../src/ia32/disasm-ia32.cc',
858 '../../src/ia32/frames-ia32.cc', 862 '../../src/ia32/frames-ia32.cc',
859 '../../src/ia32/frames-ia32.h', 863 '../../src/ia32/frames-ia32.h',
860 '../../src/ia32/full-codegen-ia32.cc', 864 '../../src/ia32/full-codegen-ia32.cc',
861 '../../src/ia32/ic-ia32.cc',
862 '../../src/ia32/lithium-codegen-ia32.cc', 865 '../../src/ia32/lithium-codegen-ia32.cc',
863 '../../src/ia32/lithium-codegen-ia32.h', 866 '../../src/ia32/lithium-codegen-ia32.h',
864 '../../src/ia32/lithium-gap-resolver-ia32.cc', 867 '../../src/ia32/lithium-gap-resolver-ia32.cc',
865 '../../src/ia32/lithium-gap-resolver-ia32.h', 868 '../../src/ia32/lithium-gap-resolver-ia32.h',
866 '../../src/ia32/lithium-ia32.cc', 869 '../../src/ia32/lithium-ia32.cc',
867 '../../src/ia32/lithium-ia32.h', 870 '../../src/ia32/lithium-ia32.h',
868 '../../src/ia32/macro-assembler-ia32.cc', 871 '../../src/ia32/macro-assembler-ia32.cc',
869 '../../src/ia32/macro-assembler-ia32.h', 872 '../../src/ia32/macro-assembler-ia32.h',
870 '../../src/ia32/regexp-macro-assembler-ia32.cc', 873 '../../src/ia32/regexp-macro-assembler-ia32.cc',
871 '../../src/ia32/regexp-macro-assembler-ia32.h', 874 '../../src/ia32/regexp-macro-assembler-ia32.h',
872 '../../src/ia32/stub-cache-ia32.cc',
873 '../../src/compiler/ia32/code-generator-ia32.cc', 875 '../../src/compiler/ia32/code-generator-ia32.cc',
874 '../../src/compiler/ia32/instruction-codes-ia32.h', 876 '../../src/compiler/ia32/instruction-codes-ia32.h',
875 '../../src/compiler/ia32/instruction-selector-ia32.cc', 877 '../../src/compiler/ia32/instruction-selector-ia32.cc',
876 '../../src/compiler/ia32/linkage-ia32.cc', 878 '../../src/compiler/ia32/linkage-ia32.cc',
879 '../../src/ic/ia32/ic-ia32.cc',
880 '../../src/ic/ia32/ic-compiler-ia32.cc',
881 '../../src/ic/ia32/stub-cache-ia32.cc',
877 ], 882 ],
878 }], 883 }],
879 ['v8_target_arch=="x87"', { 884 ['v8_target_arch=="x87"', {
880 'sources': [ ### gcmole(arch:x87) ### 885 'sources': [ ### gcmole(arch:x87) ###
881 '../../src/x87/assembler-x87-inl.h', 886 '../../src/x87/assembler-x87-inl.h',
882 '../../src/x87/assembler-x87.cc', 887 '../../src/x87/assembler-x87.cc',
883 '../../src/x87/assembler-x87.h', 888 '../../src/x87/assembler-x87.h',
884 '../../src/x87/builtins-x87.cc', 889 '../../src/x87/builtins-x87.cc',
885 '../../src/x87/code-stubs-x87.cc', 890 '../../src/x87/code-stubs-x87.cc',
886 '../../src/x87/code-stubs-x87.h', 891 '../../src/x87/code-stubs-x87.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 '../../src/x64/code-stubs-x64.h', 990 '../../src/x64/code-stubs-x64.h',
986 '../../src/x64/codegen-x64.cc', 991 '../../src/x64/codegen-x64.cc',
987 '../../src/x64/codegen-x64.h', 992 '../../src/x64/codegen-x64.h',
988 '../../src/x64/cpu-x64.cc', 993 '../../src/x64/cpu-x64.cc',
989 '../../src/x64/debug-x64.cc', 994 '../../src/x64/debug-x64.cc',
990 '../../src/x64/deoptimizer-x64.cc', 995 '../../src/x64/deoptimizer-x64.cc',
991 '../../src/x64/disasm-x64.cc', 996 '../../src/x64/disasm-x64.cc',
992 '../../src/x64/frames-x64.cc', 997 '../../src/x64/frames-x64.cc',
993 '../../src/x64/frames-x64.h', 998 '../../src/x64/frames-x64.h',
994 '../../src/x64/full-codegen-x64.cc', 999 '../../src/x64/full-codegen-x64.cc',
995 '../../src/x64/ic-x64.cc',
996 '../../src/x64/lithium-codegen-x64.cc', 1000 '../../src/x64/lithium-codegen-x64.cc',
997 '../../src/x64/lithium-codegen-x64.h', 1001 '../../src/x64/lithium-codegen-x64.h',
998 '../../src/x64/lithium-gap-resolver-x64.cc', 1002 '../../src/x64/lithium-gap-resolver-x64.cc',
999 '../../src/x64/lithium-gap-resolver-x64.h', 1003 '../../src/x64/lithium-gap-resolver-x64.h',
1000 '../../src/x64/lithium-x64.cc', 1004 '../../src/x64/lithium-x64.cc',
1001 '../../src/x64/lithium-x64.h', 1005 '../../src/x64/lithium-x64.h',
1002 '../../src/x64/macro-assembler-x64.cc', 1006 '../../src/x64/macro-assembler-x64.cc',
1003 '../../src/x64/macro-assembler-x64.h', 1007 '../../src/x64/macro-assembler-x64.h',
1004 '../../src/x64/regexp-macro-assembler-x64.cc', 1008 '../../src/x64/regexp-macro-assembler-x64.cc',
1005 '../../src/x64/regexp-macro-assembler-x64.h', 1009 '../../src/x64/regexp-macro-assembler-x64.h',
1006 '../../src/x64/stub-cache-x64.cc',
1007 '../../src/compiler/x64/code-generator-x64.cc', 1010 '../../src/compiler/x64/code-generator-x64.cc',
1008 '../../src/compiler/x64/instruction-codes-x64.h', 1011 '../../src/compiler/x64/instruction-codes-x64.h',
1009 '../../src/compiler/x64/instruction-selector-x64.cc', 1012 '../../src/compiler/x64/instruction-selector-x64.cc',
1010 '../../src/compiler/x64/linkage-x64.cc', 1013 '../../src/compiler/x64/linkage-x64.cc',
1014 '../../src/ic/x64/ic-x64.cc',
1015 '../../src/ic/x64/ic-compiler-x64.cc',
1016 '../../src/ic/x64/stub-cache-x64.cc',
1011 ], 1017 ],
1012 }], 1018 }],
1013 ['OS=="linux"', { 1019 ['OS=="linux"', {
1014 'link_settings': { 1020 'link_settings': {
1015 'conditions': [ 1021 'conditions': [
1016 ['v8_compress_startup_data=="bz2"', { 1022 ['v8_compress_startup_data=="bz2"', {
1017 'libraries': [ 1023 'libraries': [
1018 '-lbz2', 1024 '-lbz2',
1019 ] 1025 ]
1020 }], 1026 }],
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 }], 1539 }],
1534 ['v8_compress_startup_data=="bz2"', { 1540 ['v8_compress_startup_data=="bz2"', {
1535 'libraries': [ 1541 'libraries': [
1536 '-lbz2', 1542 '-lbz2',
1537 ] 1543 ]
1538 }], 1544 }],
1539 ], 1545 ],
1540 }, 1546 },
1541 ], 1547 ],
1542 } 1548 }
OLDNEW
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698