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

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

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years, 2 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
« no previous file with comments | « test/cctest/test-unique.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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 '../../src/context-measure.cc', 623 '../../src/context-measure.cc',
624 '../../src/context-measure.h', 624 '../../src/context-measure.h',
625 '../../src/contexts-inl.h', 625 '../../src/contexts-inl.h',
626 '../../src/contexts.cc', 626 '../../src/contexts.cc',
627 '../../src/contexts.h', 627 '../../src/contexts.h',
628 '../../src/conversions-inl.h', 628 '../../src/conversions-inl.h',
629 '../../src/conversions.cc', 629 '../../src/conversions.cc',
630 '../../src/conversions.h', 630 '../../src/conversions.h',
631 '../../src/counters.cc', 631 '../../src/counters.cc',
632 '../../src/counters.h', 632 '../../src/counters.h',
633 '../../src/crankshaft/hydrogen-alias-analysis.h',
634 '../../src/crankshaft/hydrogen-bce.cc',
635 '../../src/crankshaft/hydrogen-bce.h',
636 '../../src/crankshaft/hydrogen-bch.cc',
637 '../../src/crankshaft/hydrogen-bch.h',
638 '../../src/crankshaft/hydrogen-canonicalize.cc',
639 '../../src/crankshaft/hydrogen-canonicalize.h',
640 '../../src/crankshaft/hydrogen-check-elimination.cc',
641 '../../src/crankshaft/hydrogen-check-elimination.h',
642 '../../src/crankshaft/hydrogen-dce.cc',
643 '../../src/crankshaft/hydrogen-dce.h',
644 '../../src/crankshaft/hydrogen-dehoist.cc',
645 '../../src/crankshaft/hydrogen-dehoist.h',
646 '../../src/crankshaft/hydrogen-environment-liveness.cc',
647 '../../src/crankshaft/hydrogen-environment-liveness.h',
648 '../../src/crankshaft/hydrogen-escape-analysis.cc',
649 '../../src/crankshaft/hydrogen-escape-analysis.h',
650 '../../src/crankshaft/hydrogen-flow-engine.h',
651 '../../src/crankshaft/hydrogen-gvn.cc',
652 '../../src/crankshaft/hydrogen-gvn.h',
653 '../../src/crankshaft/hydrogen-infer-representation.cc',
654 '../../src/crankshaft/hydrogen-infer-representation.h',
655 '../../src/crankshaft/hydrogen-infer-types.cc',
656 '../../src/crankshaft/hydrogen-infer-types.h',
657 '../../src/crankshaft/hydrogen-instructions.cc',
658 '../../src/crankshaft/hydrogen-instructions.h',
659 '../../src/crankshaft/hydrogen-load-elimination.cc',
660 '../../src/crankshaft/hydrogen-load-elimination.h',
661 '../../src/crankshaft/hydrogen-mark-deoptimize.cc',
662 '../../src/crankshaft/hydrogen-mark-deoptimize.h',
663 '../../src/crankshaft/hydrogen-mark-unreachable.cc',
664 '../../src/crankshaft/hydrogen-mark-unreachable.h',
665 '../../src/crankshaft/hydrogen-osr.cc',
666 '../../src/crankshaft/hydrogen-osr.h',
667 '../../src/crankshaft/hydrogen-range-analysis.cc',
668 '../../src/crankshaft/hydrogen-range-analysis.h',
669 '../../src/crankshaft/hydrogen-redundant-phi.cc',
670 '../../src/crankshaft/hydrogen-redundant-phi.h',
671 '../../src/crankshaft/hydrogen-removable-simulates.cc',
672 '../../src/crankshaft/hydrogen-removable-simulates.h',
673 '../../src/crankshaft/hydrogen-representation-changes.cc',
674 '../../src/crankshaft/hydrogen-representation-changes.h',
675 '../../src/crankshaft/hydrogen-sce.cc',
676 '../../src/crankshaft/hydrogen-sce.h',
677 '../../src/crankshaft/hydrogen-store-elimination.cc',
678 '../../src/crankshaft/hydrogen-store-elimination.h',
679 '../../src/crankshaft/hydrogen-types.cc',
680 '../../src/crankshaft/hydrogen-types.h',
681 '../../src/crankshaft/hydrogen-uint32-analysis.cc',
682 '../../src/crankshaft/hydrogen-uint32-analysis.h',
683 '../../src/crankshaft/hydrogen.cc',
684 '../../src/crankshaft/hydrogen.h',
685 '../../src/crankshaft/lithium-allocator-inl.h',
686 '../../src/crankshaft/lithium-allocator.cc',
687 '../../src/crankshaft/lithium-allocator.h',
688 '../../src/crankshaft/lithium-codegen.cc',
689 '../../src/crankshaft/lithium-codegen.h',
690 '../../src/crankshaft/lithium.cc',
691 '../../src/crankshaft/lithium.h',
692 '../../src/crankshaft/lithium-inl.h',
693 '../../src/crankshaft/typing.cc',
694 '../../src/crankshaft/typing.h',
695 '../../src/crankshaft/unique.h',
633 '../../src/date.cc', 696 '../../src/date.cc',
634 '../../src/date.h', 697 '../../src/date.h',
635 '../../src/dateparser-inl.h', 698 '../../src/dateparser-inl.h',
636 '../../src/dateparser.cc', 699 '../../src/dateparser.cc',
637 '../../src/dateparser.h', 700 '../../src/dateparser.h',
638 '../../src/debug/debug-evaluate.cc', 701 '../../src/debug/debug-evaluate.cc',
639 '../../src/debug/debug-evaluate.h', 702 '../../src/debug/debug-evaluate.h',
640 '../../src/debug/debug-frames.cc', 703 '../../src/debug/debug-frames.cc',
641 '../../src/debug/debug-frames.h', 704 '../../src/debug/debug-frames.h',
642 '../../src/debug/debug-scopes.cc', 705 '../../src/debug/debug-scopes.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 '../../src/heap/scavenger.cc', 795 '../../src/heap/scavenger.cc',
733 '../../src/heap/scavenger.h', 796 '../../src/heap/scavenger.h',
734 '../../src/heap/slots-buffer.cc', 797 '../../src/heap/slots-buffer.cc',
735 '../../src/heap/slots-buffer.h', 798 '../../src/heap/slots-buffer.h',
736 '../../src/heap/spaces-inl.h', 799 '../../src/heap/spaces-inl.h',
737 '../../src/heap/spaces.cc', 800 '../../src/heap/spaces.cc',
738 '../../src/heap/spaces.h', 801 '../../src/heap/spaces.h',
739 '../../src/heap/store-buffer-inl.h', 802 '../../src/heap/store-buffer-inl.h',
740 '../../src/heap/store-buffer.cc', 803 '../../src/heap/store-buffer.cc',
741 '../../src/heap/store-buffer.h', 804 '../../src/heap/store-buffer.h',
742 '../../src/hydrogen-alias-analysis.h',
743 '../../src/hydrogen-bce.cc',
744 '../../src/hydrogen-bce.h',
745 '../../src/hydrogen-bch.cc',
746 '../../src/hydrogen-bch.h',
747 '../../src/hydrogen-canonicalize.cc',
748 '../../src/hydrogen-canonicalize.h',
749 '../../src/hydrogen-check-elimination.cc',
750 '../../src/hydrogen-check-elimination.h',
751 '../../src/hydrogen-dce.cc',
752 '../../src/hydrogen-dce.h',
753 '../../src/hydrogen-dehoist.cc',
754 '../../src/hydrogen-dehoist.h',
755 '../../src/hydrogen-environment-liveness.cc',
756 '../../src/hydrogen-environment-liveness.h',
757 '../../src/hydrogen-escape-analysis.cc',
758 '../../src/hydrogen-escape-analysis.h',
759 '../../src/hydrogen-flow-engine.h',
760 '../../src/hydrogen-instructions.cc',
761 '../../src/hydrogen-instructions.h',
762 '../../src/hydrogen.cc',
763 '../../src/hydrogen.h',
764 '../../src/hydrogen-gvn.cc',
765 '../../src/hydrogen-gvn.h',
766 '../../src/hydrogen-infer-representation.cc',
767 '../../src/hydrogen-infer-representation.h',
768 '../../src/hydrogen-infer-types.cc',
769 '../../src/hydrogen-infer-types.h',
770 '../../src/hydrogen-load-elimination.cc',
771 '../../src/hydrogen-load-elimination.h',
772 '../../src/hydrogen-mark-deoptimize.cc',
773 '../../src/hydrogen-mark-deoptimize.h',
774 '../../src/hydrogen-mark-unreachable.cc',
775 '../../src/hydrogen-mark-unreachable.h',
776 '../../src/hydrogen-osr.cc',
777 '../../src/hydrogen-osr.h',
778 '../../src/hydrogen-range-analysis.cc',
779 '../../src/hydrogen-range-analysis.h',
780 '../../src/hydrogen-redundant-phi.cc',
781 '../../src/hydrogen-redundant-phi.h',
782 '../../src/hydrogen-removable-simulates.cc',
783 '../../src/hydrogen-removable-simulates.h',
784 '../../src/hydrogen-representation-changes.cc',
785 '../../src/hydrogen-representation-changes.h',
786 '../../src/hydrogen-sce.cc',
787 '../../src/hydrogen-sce.h',
788 '../../src/hydrogen-store-elimination.cc',
789 '../../src/hydrogen-store-elimination.h',
790 '../../src/hydrogen-types.cc',
791 '../../src/hydrogen-types.h',
792 '../../src/hydrogen-uint32-analysis.cc',
793 '../../src/hydrogen-uint32-analysis.h',
794 '../../src/i18n.cc', 805 '../../src/i18n.cc',
795 '../../src/i18n.h', 806 '../../src/i18n.h',
796 '../../src/icu_util.cc', 807 '../../src/icu_util.cc',
797 '../../src/icu_util.h', 808 '../../src/icu_util.h',
798 '../../src/ic/access-compiler.cc', 809 '../../src/ic/access-compiler.cc',
799 '../../src/ic/access-compiler.h', 810 '../../src/ic/access-compiler.h',
800 '../../src/ic/call-optimization.cc', 811 '../../src/ic/call-optimization.cc',
801 '../../src/ic/call-optimization.h', 812 '../../src/ic/call-optimization.h',
802 '../../src/ic/handler-compiler.cc', 813 '../../src/ic/handler-compiler.cc',
803 '../../src/ic/handler-compiler.h', 814 '../../src/ic/handler-compiler.h',
(...skipping 24 matching lines...) Expand all
828 '../../src/isolate-inl.h', 839 '../../src/isolate-inl.h',
829 '../../src/isolate.cc', 840 '../../src/isolate.cc',
830 '../../src/isolate.h', 841 '../../src/isolate.h',
831 '../../src/json-parser.h', 842 '../../src/json-parser.h',
832 '../../src/json-stringifier.h', 843 '../../src/json-stringifier.h',
833 '../../src/layout-descriptor-inl.h', 844 '../../src/layout-descriptor-inl.h',
834 '../../src/layout-descriptor.cc', 845 '../../src/layout-descriptor.cc',
835 '../../src/layout-descriptor.h', 846 '../../src/layout-descriptor.h',
836 '../../src/list-inl.h', 847 '../../src/list-inl.h',
837 '../../src/list.h', 848 '../../src/list.h',
838 '../../src/lithium-allocator-inl.h',
839 '../../src/lithium-allocator.cc',
840 '../../src/lithium-allocator.h',
841 '../../src/lithium-codegen.cc',
842 '../../src/lithium-codegen.h',
843 '../../src/lithium.cc',
844 '../../src/lithium.h',
845 '../../src/lithium-inl.h',
846 '../../src/log-inl.h', 849 '../../src/log-inl.h',
847 '../../src/log-utils.cc', 850 '../../src/log-utils.cc',
848 '../../src/log-utils.h', 851 '../../src/log-utils.h',
849 '../../src/log.cc', 852 '../../src/log.cc',
850 '../../src/log.h', 853 '../../src/log.h',
851 '../../src/lookup.cc', 854 '../../src/lookup.cc',
852 '../../src/lookup.h', 855 '../../src/lookup.h',
853 '../../src/macro-assembler.h', 856 '../../src/macro-assembler.h',
854 '../../src/messages.cc', 857 '../../src/messages.cc',
855 '../../src/messages.h', 858 '../../src/messages.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 '../../src/type-feedback-vector.h', 1006 '../../src/type-feedback-vector.h',
1004 '../../src/type-info.cc', 1007 '../../src/type-info.cc',
1005 '../../src/type-info.h', 1008 '../../src/type-info.h',
1006 '../../src/types-inl.h', 1009 '../../src/types-inl.h',
1007 '../../src/types.cc', 1010 '../../src/types.cc',
1008 '../../src/types.h', 1011 '../../src/types.h',
1009 '../../src/typing-asm.cc', 1012 '../../src/typing-asm.cc',
1010 '../../src/typing-asm.h', 1013 '../../src/typing-asm.h',
1011 '../../src/typing-reset.cc', 1014 '../../src/typing-reset.cc',
1012 '../../src/typing-reset.h', 1015 '../../src/typing-reset.h',
1013 '../../src/typing.cc',
1014 '../../src/typing.h',
1015 '../../src/unicode-inl.h', 1016 '../../src/unicode-inl.h',
1016 '../../src/unicode.cc', 1017 '../../src/unicode.cc',
1017 '../../src/unicode.h', 1018 '../../src/unicode.h',
1018 '../../src/unicode-cache-inl.h', 1019 '../../src/unicode-cache-inl.h',
1019 '../../src/unicode-cache.h', 1020 '../../src/unicode-cache.h',
1020 '../../src/unicode-decoder.cc', 1021 '../../src/unicode-decoder.cc',
1021 '../../src/unicode-decoder.h', 1022 '../../src/unicode-decoder.h',
1022 '../../src/unique.h',
1023 '../../src/utils.cc', 1023 '../../src/utils.cc',
1024 '../../src/utils.h', 1024 '../../src/utils.h',
1025 '../../src/v8.cc', 1025 '../../src/v8.cc',
1026 '../../src/v8.h', 1026 '../../src/v8.h',
1027 '../../src/v8memory.h', 1027 '../../src/v8memory.h',
1028 '../../src/v8threads.cc', 1028 '../../src/v8threads.cc',
1029 '../../src/v8threads.h', 1029 '../../src/v8threads.h',
1030 '../../src/variables.cc', 1030 '../../src/variables.cc',
1031 '../../src/variables.h', 1031 '../../src/variables.h',
1032 '../../src/vector.h', 1032 '../../src/vector.h',
(...skipping 27 matching lines...) Expand all
1060 '../../src/arm/codegen-arm.h', 1060 '../../src/arm/codegen-arm.h',
1061 '../../src/arm/constants-arm.h', 1061 '../../src/arm/constants-arm.h',
1062 '../../src/arm/constants-arm.cc', 1062 '../../src/arm/constants-arm.cc',
1063 '../../src/arm/cpu-arm.cc', 1063 '../../src/arm/cpu-arm.cc',
1064 '../../src/arm/deoptimizer-arm.cc', 1064 '../../src/arm/deoptimizer-arm.cc',
1065 '../../src/arm/disasm-arm.cc', 1065 '../../src/arm/disasm-arm.cc',
1066 '../../src/arm/frames-arm.cc', 1066 '../../src/arm/frames-arm.cc',
1067 '../../src/arm/frames-arm.h', 1067 '../../src/arm/frames-arm.h',
1068 '../../src/arm/interface-descriptors-arm.cc', 1068 '../../src/arm/interface-descriptors-arm.cc',
1069 '../../src/arm/interface-descriptors-arm.h', 1069 '../../src/arm/interface-descriptors-arm.h',
1070 '../../src/arm/lithium-arm.cc',
1071 '../../src/arm/lithium-arm.h',
1072 '../../src/arm/lithium-codegen-arm.cc',
1073 '../../src/arm/lithium-codegen-arm.h',
1074 '../../src/arm/lithium-gap-resolver-arm.cc',
1075 '../../src/arm/lithium-gap-resolver-arm.h',
1076 '../../src/arm/macro-assembler-arm.cc', 1070 '../../src/arm/macro-assembler-arm.cc',
1077 '../../src/arm/macro-assembler-arm.h', 1071 '../../src/arm/macro-assembler-arm.h',
1078 '../../src/arm/simulator-arm.cc', 1072 '../../src/arm/simulator-arm.cc',
1079 '../../src/arm/simulator-arm.h', 1073 '../../src/arm/simulator-arm.h',
1080 '../../src/compiler/arm/code-generator-arm.cc', 1074 '../../src/compiler/arm/code-generator-arm.cc',
1081 '../../src/compiler/arm/instruction-codes-arm.h', 1075 '../../src/compiler/arm/instruction-codes-arm.h',
1082 '../../src/compiler/arm/instruction-selector-arm.cc', 1076 '../../src/compiler/arm/instruction-selector-arm.cc',
1077 '../../src/crankshaft/arm/lithium-arm.cc',
1078 '../../src/crankshaft/arm/lithium-arm.h',
1079 '../../src/crankshaft/arm/lithium-codegen-arm.cc',
1080 '../../src/crankshaft/arm/lithium-codegen-arm.h',
1081 '../../src/crankshaft/arm/lithium-gap-resolver-arm.cc',
1082 '../../src/crankshaft/arm/lithium-gap-resolver-arm.h',
1083 '../../src/debug/arm/debug-arm.cc', 1083 '../../src/debug/arm/debug-arm.cc',
1084 '../../src/full-codegen/arm/full-codegen-arm.cc', 1084 '../../src/full-codegen/arm/full-codegen-arm.cc',
1085 '../../src/ic/arm/access-compiler-arm.cc', 1085 '../../src/ic/arm/access-compiler-arm.cc',
1086 '../../src/ic/arm/handler-compiler-arm.cc', 1086 '../../src/ic/arm/handler-compiler-arm.cc',
1087 '../../src/ic/arm/ic-arm.cc', 1087 '../../src/ic/arm/ic-arm.cc',
1088 '../../src/ic/arm/ic-compiler-arm.cc', 1088 '../../src/ic/arm/ic-compiler-arm.cc',
1089 '../../src/ic/arm/stub-cache-arm.cc', 1089 '../../src/ic/arm/stub-cache-arm.cc',
1090 '../../src/regexp/arm/regexp-macro-assembler-arm.cc', 1090 '../../src/regexp/arm/regexp-macro-assembler-arm.cc',
1091 '../../src/regexp/arm/regexp-macro-assembler-arm.h', 1091 '../../src/regexp/arm/regexp-macro-assembler-arm.h',
1092 ], 1092 ],
1093 }], 1093 }],
1094 ['v8_target_arch=="arm64"', { 1094 ['v8_target_arch=="arm64"', {
1095 'sources': [ ### gcmole(arch:arm64) ### 1095 'sources': [ ### gcmole(arch:arm64) ###
1096 '../../src/arm64/assembler-arm64.cc', 1096 '../../src/arm64/assembler-arm64.cc',
1097 '../../src/arm64/assembler-arm64.h', 1097 '../../src/arm64/assembler-arm64.h',
1098 '../../src/arm64/assembler-arm64-inl.h', 1098 '../../src/arm64/assembler-arm64-inl.h',
1099 '../../src/arm64/builtins-arm64.cc', 1099 '../../src/arm64/builtins-arm64.cc',
1100 '../../src/arm64/codegen-arm64.cc', 1100 '../../src/arm64/codegen-arm64.cc',
1101 '../../src/arm64/codegen-arm64.h', 1101 '../../src/arm64/codegen-arm64.h',
1102 '../../src/arm64/code-stubs-arm64.cc', 1102 '../../src/arm64/code-stubs-arm64.cc',
1103 '../../src/arm64/code-stubs-arm64.h', 1103 '../../src/arm64/code-stubs-arm64.h',
1104 '../../src/arm64/constants-arm64.h', 1104 '../../src/arm64/constants-arm64.h',
1105 '../../src/arm64/cpu-arm64.cc', 1105 '../../src/arm64/cpu-arm64.cc',
1106 '../../src/arm64/decoder-arm64.cc', 1106 '../../src/arm64/decoder-arm64.cc',
1107 '../../src/arm64/decoder-arm64.h', 1107 '../../src/arm64/decoder-arm64.h',
1108 '../../src/arm64/decoder-arm64-inl.h', 1108 '../../src/arm64/decoder-arm64-inl.h',
1109 '../../src/arm64/delayed-masm-arm64.cc',
1110 '../../src/arm64/delayed-masm-arm64.h',
1111 '../../src/arm64/delayed-masm-arm64-inl.h',
1112 '../../src/arm64/deoptimizer-arm64.cc', 1109 '../../src/arm64/deoptimizer-arm64.cc',
1113 '../../src/arm64/disasm-arm64.cc', 1110 '../../src/arm64/disasm-arm64.cc',
1114 '../../src/arm64/disasm-arm64.h', 1111 '../../src/arm64/disasm-arm64.h',
1115 '../../src/arm64/frames-arm64.cc', 1112 '../../src/arm64/frames-arm64.cc',
1116 '../../src/arm64/frames-arm64.h', 1113 '../../src/arm64/frames-arm64.h',
1117 '../../src/arm64/instructions-arm64.cc', 1114 '../../src/arm64/instructions-arm64.cc',
1118 '../../src/arm64/instructions-arm64.h', 1115 '../../src/arm64/instructions-arm64.h',
1119 '../../src/arm64/instrument-arm64.cc', 1116 '../../src/arm64/instrument-arm64.cc',
1120 '../../src/arm64/instrument-arm64.h', 1117 '../../src/arm64/instrument-arm64.h',
1121 '../../src/arm64/interface-descriptors-arm64.cc', 1118 '../../src/arm64/interface-descriptors-arm64.cc',
1122 '../../src/arm64/interface-descriptors-arm64.h', 1119 '../../src/arm64/interface-descriptors-arm64.h',
1123 '../../src/arm64/lithium-arm64.cc',
1124 '../../src/arm64/lithium-arm64.h',
1125 '../../src/arm64/lithium-codegen-arm64.cc',
1126 '../../src/arm64/lithium-codegen-arm64.h',
1127 '../../src/arm64/lithium-gap-resolver-arm64.cc',
1128 '../../src/arm64/lithium-gap-resolver-arm64.h',
1129 '../../src/arm64/macro-assembler-arm64.cc', 1120 '../../src/arm64/macro-assembler-arm64.cc',
1130 '../../src/arm64/macro-assembler-arm64.h', 1121 '../../src/arm64/macro-assembler-arm64.h',
1131 '../../src/arm64/macro-assembler-arm64-inl.h', 1122 '../../src/arm64/macro-assembler-arm64-inl.h',
1132 '../../src/arm64/simulator-arm64.cc', 1123 '../../src/arm64/simulator-arm64.cc',
1133 '../../src/arm64/simulator-arm64.h', 1124 '../../src/arm64/simulator-arm64.h',
1134 '../../src/arm64/utils-arm64.cc', 1125 '../../src/arm64/utils-arm64.cc',
1135 '../../src/arm64/utils-arm64.h', 1126 '../../src/arm64/utils-arm64.h',
1136 '../../src/compiler/arm64/code-generator-arm64.cc', 1127 '../../src/compiler/arm64/code-generator-arm64.cc',
1137 '../../src/compiler/arm64/instruction-codes-arm64.h', 1128 '../../src/compiler/arm64/instruction-codes-arm64.h',
1138 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1129 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1130 '../../src/crankshaft/arm64/delayed-masm-arm64.cc',
1131 '../../src/crankshaft/arm64/delayed-masm-arm64.h',
1132 '../../src/crankshaft/arm64/delayed-masm-arm64-inl.h',
1133 '../../src/crankshaft/arm64/lithium-arm64.cc',
1134 '../../src/crankshaft/arm64/lithium-arm64.h',
1135 '../../src/crankshaft/arm64/lithium-codegen-arm64.cc',
1136 '../../src/crankshaft/arm64/lithium-codegen-arm64.h',
1137 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1138 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.h',
1139 '../../src/debug/arm64/debug-arm64.cc', 1139 '../../src/debug/arm64/debug-arm64.cc',
1140 '../../src/full-codegen/arm64/full-codegen-arm64.cc', 1140 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1141 '../../src/ic/arm64/access-compiler-arm64.cc', 1141 '../../src/ic/arm64/access-compiler-arm64.cc',
1142 '../../src/ic/arm64/handler-compiler-arm64.cc', 1142 '../../src/ic/arm64/handler-compiler-arm64.cc',
1143 '../../src/ic/arm64/ic-arm64.cc', 1143 '../../src/ic/arm64/ic-arm64.cc',
1144 '../../src/ic/arm64/ic-compiler-arm64.cc', 1144 '../../src/ic/arm64/ic-compiler-arm64.cc',
1145 '../../src/ic/arm64/stub-cache-arm64.cc', 1145 '../../src/ic/arm64/stub-cache-arm64.cc',
1146 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc', 1146 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc',
1147 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h', 1147 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h',
1148 ], 1148 ],
1149 }], 1149 }],
1150 ['v8_target_arch=="ia32"', { 1150 ['v8_target_arch=="ia32"', {
1151 'sources': [ ### gcmole(arch:ia32) ### 1151 'sources': [ ### gcmole(arch:ia32) ###
1152 '../../src/ia32/assembler-ia32-inl.h', 1152 '../../src/ia32/assembler-ia32-inl.h',
1153 '../../src/ia32/assembler-ia32.cc', 1153 '../../src/ia32/assembler-ia32.cc',
1154 '../../src/ia32/assembler-ia32.h', 1154 '../../src/ia32/assembler-ia32.h',
1155 '../../src/ia32/builtins-ia32.cc', 1155 '../../src/ia32/builtins-ia32.cc',
1156 '../../src/ia32/code-stubs-ia32.cc', 1156 '../../src/ia32/code-stubs-ia32.cc',
1157 '../../src/ia32/code-stubs-ia32.h', 1157 '../../src/ia32/code-stubs-ia32.h',
1158 '../../src/ia32/codegen-ia32.cc', 1158 '../../src/ia32/codegen-ia32.cc',
1159 '../../src/ia32/codegen-ia32.h', 1159 '../../src/ia32/codegen-ia32.h',
1160 '../../src/ia32/cpu-ia32.cc', 1160 '../../src/ia32/cpu-ia32.cc',
1161 '../../src/ia32/deoptimizer-ia32.cc', 1161 '../../src/ia32/deoptimizer-ia32.cc',
1162 '../../src/ia32/disasm-ia32.cc', 1162 '../../src/ia32/disasm-ia32.cc',
1163 '../../src/ia32/frames-ia32.cc', 1163 '../../src/ia32/frames-ia32.cc',
1164 '../../src/ia32/frames-ia32.h', 1164 '../../src/ia32/frames-ia32.h',
1165 '../../src/ia32/interface-descriptors-ia32.cc', 1165 '../../src/ia32/interface-descriptors-ia32.cc',
1166 '../../src/ia32/lithium-codegen-ia32.cc',
1167 '../../src/ia32/lithium-codegen-ia32.h',
1168 '../../src/ia32/lithium-gap-resolver-ia32.cc',
1169 '../../src/ia32/lithium-gap-resolver-ia32.h',
1170 '../../src/ia32/lithium-ia32.cc',
1171 '../../src/ia32/lithium-ia32.h',
1172 '../../src/ia32/macro-assembler-ia32.cc', 1166 '../../src/ia32/macro-assembler-ia32.cc',
1173 '../../src/ia32/macro-assembler-ia32.h', 1167 '../../src/ia32/macro-assembler-ia32.h',
1174 '../../src/compiler/ia32/code-generator-ia32.cc', 1168 '../../src/compiler/ia32/code-generator-ia32.cc',
1175 '../../src/compiler/ia32/instruction-codes-ia32.h', 1169 '../../src/compiler/ia32/instruction-codes-ia32.h',
1176 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1170 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1171 '../../src/crankshaft/ia32/lithium-codegen-ia32.cc',
1172 '../../src/crankshaft/ia32/lithium-codegen-ia32.h',
1173 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1174 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.h',
1175 '../../src/crankshaft/ia32/lithium-ia32.cc',
1176 '../../src/crankshaft/ia32/lithium-ia32.h',
1177 '../../src/debug/ia32/debug-ia32.cc', 1177 '../../src/debug/ia32/debug-ia32.cc',
1178 '../../src/full-codegen/ia32/full-codegen-ia32.cc', 1178 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1179 '../../src/ic/ia32/access-compiler-ia32.cc', 1179 '../../src/ic/ia32/access-compiler-ia32.cc',
1180 '../../src/ic/ia32/handler-compiler-ia32.cc', 1180 '../../src/ic/ia32/handler-compiler-ia32.cc',
1181 '../../src/ic/ia32/ic-ia32.cc', 1181 '../../src/ic/ia32/ic-ia32.cc',
1182 '../../src/ic/ia32/ic-compiler-ia32.cc', 1182 '../../src/ic/ia32/ic-compiler-ia32.cc',
1183 '../../src/ic/ia32/stub-cache-ia32.cc', 1183 '../../src/ic/ia32/stub-cache-ia32.cc',
1184 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc', 1184 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc',
1185 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h', 1185 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h',
1186 ], 1186 ],
1187 }], 1187 }],
1188 ['v8_target_arch=="x87"', { 1188 ['v8_target_arch=="x87"', {
1189 'sources': [ ### gcmole(arch:x87) ### 1189 'sources': [ ### gcmole(arch:x87) ###
1190 '../../src/x87/assembler-x87-inl.h', 1190 '../../src/x87/assembler-x87-inl.h',
1191 '../../src/x87/assembler-x87.cc', 1191 '../../src/x87/assembler-x87.cc',
1192 '../../src/x87/assembler-x87.h', 1192 '../../src/x87/assembler-x87.h',
1193 '../../src/x87/builtins-x87.cc', 1193 '../../src/x87/builtins-x87.cc',
1194 '../../src/x87/code-stubs-x87.cc', 1194 '../../src/x87/code-stubs-x87.cc',
1195 '../../src/x87/code-stubs-x87.h', 1195 '../../src/x87/code-stubs-x87.h',
1196 '../../src/x87/codegen-x87.cc', 1196 '../../src/x87/codegen-x87.cc',
1197 '../../src/x87/codegen-x87.h', 1197 '../../src/x87/codegen-x87.h',
1198 '../../src/x87/cpu-x87.cc', 1198 '../../src/x87/cpu-x87.cc',
1199 '../../src/x87/deoptimizer-x87.cc', 1199 '../../src/x87/deoptimizer-x87.cc',
1200 '../../src/x87/disasm-x87.cc', 1200 '../../src/x87/disasm-x87.cc',
1201 '../../src/x87/frames-x87.cc', 1201 '../../src/x87/frames-x87.cc',
1202 '../../src/x87/frames-x87.h', 1202 '../../src/x87/frames-x87.h',
1203 '../../src/x87/interface-descriptors-x87.cc', 1203 '../../src/x87/interface-descriptors-x87.cc',
1204 '../../src/x87/lithium-codegen-x87.cc',
1205 '../../src/x87/lithium-codegen-x87.h',
1206 '../../src/x87/lithium-gap-resolver-x87.cc',
1207 '../../src/x87/lithium-gap-resolver-x87.h',
1208 '../../src/x87/lithium-x87.cc',
1209 '../../src/x87/lithium-x87.h',
1210 '../../src/x87/macro-assembler-x87.cc', 1204 '../../src/x87/macro-assembler-x87.cc',
1211 '../../src/x87/macro-assembler-x87.h', 1205 '../../src/x87/macro-assembler-x87.h',
1212 '../../src/compiler/x87/code-generator-x87.cc', 1206 '../../src/compiler/x87/code-generator-x87.cc',
1213 '../../src/compiler/x87/instruction-codes-x87.h', 1207 '../../src/compiler/x87/instruction-codes-x87.h',
1214 '../../src/compiler/x87/instruction-selector-x87.cc', 1208 '../../src/compiler/x87/instruction-selector-x87.cc',
1209 '../../src/crankshaft/x87/lithium-codegen-x87.cc',
1210 '../../src/crankshaft/x87/lithium-codegen-x87.h',
1211 '../../src/crankshaft/x87/lithium-gap-resolver-x87.cc',
1212 '../../src/crankshaft/x87/lithium-gap-resolver-x87.h',
1213 '../../src/crankshaft/x87/lithium-x87.cc',
1214 '../../src/crankshaft/x87/lithium-x87.h',
1215 '../../src/debug/x87/debug-x87.cc', 1215 '../../src/debug/x87/debug-x87.cc',
1216 '../../src/full-codegen/x87/full-codegen-x87.cc', 1216 '../../src/full-codegen/x87/full-codegen-x87.cc',
1217 '../../src/ic/x87/access-compiler-x87.cc', 1217 '../../src/ic/x87/access-compiler-x87.cc',
1218 '../../src/ic/x87/handler-compiler-x87.cc', 1218 '../../src/ic/x87/handler-compiler-x87.cc',
1219 '../../src/ic/x87/ic-x87.cc', 1219 '../../src/ic/x87/ic-x87.cc',
1220 '../../src/ic/x87/ic-compiler-x87.cc', 1220 '../../src/ic/x87/ic-compiler-x87.cc',
1221 '../../src/ic/x87/stub-cache-x87.cc', 1221 '../../src/ic/x87/stub-cache-x87.cc',
1222 '../../src/regexp/x87/regexp-macro-assembler-x87.cc', 1222 '../../src/regexp/x87/regexp-macro-assembler-x87.cc',
1223 '../../src/regexp/x87/regexp-macro-assembler-x87.h', 1223 '../../src/regexp/x87/regexp-macro-assembler-x87.h',
1224 ], 1224 ],
1225 }], 1225 }],
1226 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1226 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1227 'sources': [ ### gcmole(arch:mipsel) ### 1227 'sources': [ ### gcmole(arch:mipsel) ###
1228 '../../src/mips/assembler-mips.cc', 1228 '../../src/mips/assembler-mips.cc',
1229 '../../src/mips/assembler-mips.h', 1229 '../../src/mips/assembler-mips.h',
1230 '../../src/mips/assembler-mips-inl.h', 1230 '../../src/mips/assembler-mips-inl.h',
1231 '../../src/mips/builtins-mips.cc', 1231 '../../src/mips/builtins-mips.cc',
1232 '../../src/mips/codegen-mips.cc', 1232 '../../src/mips/codegen-mips.cc',
1233 '../../src/mips/codegen-mips.h', 1233 '../../src/mips/codegen-mips.h',
1234 '../../src/mips/code-stubs-mips.cc', 1234 '../../src/mips/code-stubs-mips.cc',
1235 '../../src/mips/code-stubs-mips.h', 1235 '../../src/mips/code-stubs-mips.h',
1236 '../../src/mips/constants-mips.cc', 1236 '../../src/mips/constants-mips.cc',
1237 '../../src/mips/constants-mips.h', 1237 '../../src/mips/constants-mips.h',
1238 '../../src/mips/cpu-mips.cc', 1238 '../../src/mips/cpu-mips.cc',
1239 '../../src/mips/deoptimizer-mips.cc', 1239 '../../src/mips/deoptimizer-mips.cc',
1240 '../../src/mips/disasm-mips.cc', 1240 '../../src/mips/disasm-mips.cc',
1241 '../../src/mips/frames-mips.cc', 1241 '../../src/mips/frames-mips.cc',
1242 '../../src/mips/frames-mips.h', 1242 '../../src/mips/frames-mips.h',
1243 '../../src/mips/interface-descriptors-mips.cc', 1243 '../../src/mips/interface-descriptors-mips.cc',
1244 '../../src/mips/lithium-codegen-mips.cc',
1245 '../../src/mips/lithium-codegen-mips.h',
1246 '../../src/mips/lithium-gap-resolver-mips.cc',
1247 '../../src/mips/lithium-gap-resolver-mips.h',
1248 '../../src/mips/lithium-mips.cc',
1249 '../../src/mips/lithium-mips.h',
1250 '../../src/mips/macro-assembler-mips.cc', 1244 '../../src/mips/macro-assembler-mips.cc',
1251 '../../src/mips/macro-assembler-mips.h', 1245 '../../src/mips/macro-assembler-mips.h',
1252 '../../src/mips/simulator-mips.cc', 1246 '../../src/mips/simulator-mips.cc',
1253 '../../src/mips/simulator-mips.h', 1247 '../../src/mips/simulator-mips.h',
1254 '../../src/compiler/mips/code-generator-mips.cc', 1248 '../../src/compiler/mips/code-generator-mips.cc',
1255 '../../src/compiler/mips/instruction-codes-mips.h', 1249 '../../src/compiler/mips/instruction-codes-mips.h',
1256 '../../src/compiler/mips/instruction-selector-mips.cc', 1250 '../../src/compiler/mips/instruction-selector-mips.cc',
1251 '../../src/crankshaft/mips/lithium-codegen-mips.cc',
1252 '../../src/crankshaft/mips/lithium-codegen-mips.h',
1253 '../../src/crankshaft/mips/lithium-gap-resolver-mips.cc',
1254 '../../src/crankshaft/mips/lithium-gap-resolver-mips.h',
1255 '../../src/crankshaft/mips/lithium-mips.cc',
1256 '../../src/crankshaft/mips/lithium-mips.h',
1257 '../../src/full-codegen/mips/full-codegen-mips.cc', 1257 '../../src/full-codegen/mips/full-codegen-mips.cc',
1258 '../../src/debug/mips/debug-mips.cc', 1258 '../../src/debug/mips/debug-mips.cc',
1259 '../../src/ic/mips/access-compiler-mips.cc', 1259 '../../src/ic/mips/access-compiler-mips.cc',
1260 '../../src/ic/mips/handler-compiler-mips.cc', 1260 '../../src/ic/mips/handler-compiler-mips.cc',
1261 '../../src/ic/mips/ic-mips.cc', 1261 '../../src/ic/mips/ic-mips.cc',
1262 '../../src/ic/mips/ic-compiler-mips.cc', 1262 '../../src/ic/mips/ic-compiler-mips.cc',
1263 '../../src/ic/mips/stub-cache-mips.cc', 1263 '../../src/ic/mips/stub-cache-mips.cc',
1264 '../../src/regexp/mips/regexp-macro-assembler-mips.cc', 1264 '../../src/regexp/mips/regexp-macro-assembler-mips.cc',
1265 '../../src/regexp/mips/regexp-macro-assembler-mips.h', 1265 '../../src/regexp/mips/regexp-macro-assembler-mips.h',
1266 ], 1266 ],
1267 }], 1267 }],
1268 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', { 1268 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1269 'sources': [ ### gcmole(arch:mips64el) ### 1269 'sources': [ ### gcmole(arch:mips64el) ###
1270 '../../src/mips64/assembler-mips64.cc', 1270 '../../src/mips64/assembler-mips64.cc',
1271 '../../src/mips64/assembler-mips64.h', 1271 '../../src/mips64/assembler-mips64.h',
1272 '../../src/mips64/assembler-mips64-inl.h', 1272 '../../src/mips64/assembler-mips64-inl.h',
1273 '../../src/mips64/builtins-mips64.cc', 1273 '../../src/mips64/builtins-mips64.cc',
1274 '../../src/mips64/codegen-mips64.cc', 1274 '../../src/mips64/codegen-mips64.cc',
1275 '../../src/mips64/codegen-mips64.h', 1275 '../../src/mips64/codegen-mips64.h',
1276 '../../src/mips64/code-stubs-mips64.cc', 1276 '../../src/mips64/code-stubs-mips64.cc',
1277 '../../src/mips64/code-stubs-mips64.h', 1277 '../../src/mips64/code-stubs-mips64.h',
1278 '../../src/mips64/constants-mips64.cc', 1278 '../../src/mips64/constants-mips64.cc',
1279 '../../src/mips64/constants-mips64.h', 1279 '../../src/mips64/constants-mips64.h',
1280 '../../src/mips64/cpu-mips64.cc', 1280 '../../src/mips64/cpu-mips64.cc',
1281 '../../src/mips64/deoptimizer-mips64.cc', 1281 '../../src/mips64/deoptimizer-mips64.cc',
1282 '../../src/mips64/disasm-mips64.cc', 1282 '../../src/mips64/disasm-mips64.cc',
1283 '../../src/mips64/frames-mips64.cc', 1283 '../../src/mips64/frames-mips64.cc',
1284 '../../src/mips64/frames-mips64.h', 1284 '../../src/mips64/frames-mips64.h',
1285 '../../src/mips64/interface-descriptors-mips64.cc', 1285 '../../src/mips64/interface-descriptors-mips64.cc',
1286 '../../src/mips64/lithium-codegen-mips64.cc',
1287 '../../src/mips64/lithium-codegen-mips64.h',
1288 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1289 '../../src/mips64/lithium-gap-resolver-mips64.h',
1290 '../../src/mips64/lithium-mips64.cc',
1291 '../../src/mips64/lithium-mips64.h',
1292 '../../src/mips64/macro-assembler-mips64.cc', 1286 '../../src/mips64/macro-assembler-mips64.cc',
1293 '../../src/mips64/macro-assembler-mips64.h', 1287 '../../src/mips64/macro-assembler-mips64.h',
1294 '../../src/mips64/simulator-mips64.cc', 1288 '../../src/mips64/simulator-mips64.cc',
1295 '../../src/mips64/simulator-mips64.h', 1289 '../../src/mips64/simulator-mips64.h',
1296 '../../src/compiler/mips64/code-generator-mips64.cc', 1290 '../../src/compiler/mips64/code-generator-mips64.cc',
1297 '../../src/compiler/mips64/instruction-codes-mips64.h', 1291 '../../src/compiler/mips64/instruction-codes-mips64.h',
1298 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1292 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1293 '../../src/crankshaft/mips64/lithium-codegen-mips64.cc',
1294 '../../src/crankshaft/mips64/lithium-codegen-mips64.h',
1295 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1296 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.h',
1297 '../../src/crankshaft/mips64/lithium-mips64.cc',
1298 '../../src/crankshaft/mips64/lithium-mips64.h',
1299 '../../src/debug/mips64/debug-mips64.cc', 1299 '../../src/debug/mips64/debug-mips64.cc',
1300 '../../src/full-codegen/mips64/full-codegen-mips64.cc', 1300 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1301 '../../src/ic/mips64/access-compiler-mips64.cc', 1301 '../../src/ic/mips64/access-compiler-mips64.cc',
1302 '../../src/ic/mips64/handler-compiler-mips64.cc', 1302 '../../src/ic/mips64/handler-compiler-mips64.cc',
1303 '../../src/ic/mips64/ic-mips64.cc', 1303 '../../src/ic/mips64/ic-mips64.cc',
1304 '../../src/ic/mips64/ic-compiler-mips64.cc', 1304 '../../src/ic/mips64/ic-compiler-mips64.cc',
1305 '../../src/ic/mips64/stub-cache-mips64.cc', 1305 '../../src/ic/mips64/stub-cache-mips64.cc',
1306 '../../src/regexp/mips64/regexp-macro-assembler-mips64.cc', 1306 '../../src/regexp/mips64/regexp-macro-assembler-mips64.cc',
1307 '../../src/regexp/mips64/regexp-macro-assembler-mips64.h', 1307 '../../src/regexp/mips64/regexp-macro-assembler-mips64.h',
1308 ], 1308 ],
1309 }], 1309 }],
1310 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1310 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1311 'sources': [ ### gcmole(arch:x64) ### 1311 'sources': [ ### gcmole(arch:x64) ###
1312 '../../src/crankshaft/x64/lithium-codegen-x64.cc',
1313 '../../src/crankshaft/x64/lithium-codegen-x64.h',
1314 '../../src/crankshaft/x64/lithium-gap-resolver-x64.cc',
1315 '../../src/crankshaft/x64/lithium-gap-resolver-x64.h',
1316 '../../src/crankshaft/x64/lithium-x64.cc',
1317 '../../src/crankshaft/x64/lithium-x64.h',
1312 '../../src/x64/assembler-x64-inl.h', 1318 '../../src/x64/assembler-x64-inl.h',
1313 '../../src/x64/assembler-x64.cc', 1319 '../../src/x64/assembler-x64.cc',
1314 '../../src/x64/assembler-x64.h', 1320 '../../src/x64/assembler-x64.h',
1315 '../../src/x64/builtins-x64.cc', 1321 '../../src/x64/builtins-x64.cc',
1316 '../../src/x64/code-stubs-x64.cc', 1322 '../../src/x64/code-stubs-x64.cc',
1317 '../../src/x64/code-stubs-x64.h', 1323 '../../src/x64/code-stubs-x64.h',
1318 '../../src/x64/codegen-x64.cc', 1324 '../../src/x64/codegen-x64.cc',
1319 '../../src/x64/codegen-x64.h', 1325 '../../src/x64/codegen-x64.h',
1320 '../../src/x64/cpu-x64.cc', 1326 '../../src/x64/cpu-x64.cc',
1321 '../../src/x64/deoptimizer-x64.cc', 1327 '../../src/x64/deoptimizer-x64.cc',
1322 '../../src/x64/disasm-x64.cc', 1328 '../../src/x64/disasm-x64.cc',
1323 '../../src/x64/frames-x64.cc', 1329 '../../src/x64/frames-x64.cc',
1324 '../../src/x64/frames-x64.h', 1330 '../../src/x64/frames-x64.h',
1325 '../../src/x64/interface-descriptors-x64.cc', 1331 '../../src/x64/interface-descriptors-x64.cc',
1326 '../../src/x64/lithium-codegen-x64.cc',
1327 '../../src/x64/lithium-codegen-x64.h',
1328 '../../src/x64/lithium-gap-resolver-x64.cc',
1329 '../../src/x64/lithium-gap-resolver-x64.h',
1330 '../../src/x64/lithium-x64.cc',
1331 '../../src/x64/lithium-x64.h',
1332 '../../src/x64/macro-assembler-x64.cc', 1332 '../../src/x64/macro-assembler-x64.cc',
1333 '../../src/x64/macro-assembler-x64.h', 1333 '../../src/x64/macro-assembler-x64.h',
1334 '../../src/debug/x64/debug-x64.cc', 1334 '../../src/debug/x64/debug-x64.cc',
1335 '../../src/full-codegen/x64/full-codegen-x64.cc', 1335 '../../src/full-codegen/x64/full-codegen-x64.cc',
1336 '../../src/ic/x64/access-compiler-x64.cc', 1336 '../../src/ic/x64/access-compiler-x64.cc',
1337 '../../src/ic/x64/handler-compiler-x64.cc', 1337 '../../src/ic/x64/handler-compiler-x64.cc',
1338 '../../src/ic/x64/ic-x64.cc', 1338 '../../src/ic/x64/ic-x64.cc',
1339 '../../src/ic/x64/ic-compiler-x64.cc', 1339 '../../src/ic/x64/ic-compiler-x64.cc',
1340 '../../src/ic/x64/stub-cache-x64.cc', 1340 '../../src/ic/x64/stub-cache-x64.cc',
1341 '../../src/regexp/x64/regexp-macro-assembler-x64.cc', 1341 '../../src/regexp/x64/regexp-macro-assembler-x64.cc',
1342 '../../src/regexp/x64/regexp-macro-assembler-x64.h', 1342 '../../src/regexp/x64/regexp-macro-assembler-x64.h',
1343 ], 1343 ],
1344 }], 1344 }],
1345 ['v8_target_arch=="x64"', { 1345 ['v8_target_arch=="x64"', {
1346 'sources': [ 1346 'sources': [
1347 '../../src/compiler/x64/code-generator-x64.cc', 1347 '../../src/compiler/x64/code-generator-x64.cc',
1348 '../../src/compiler/x64/instruction-codes-x64.h', 1348 '../../src/compiler/x64/instruction-codes-x64.h',
1349 '../../src/compiler/x64/instruction-selector-x64.cc', 1349 '../../src/compiler/x64/instruction-selector-x64.cc',
1350 ], 1350 ],
1351 }], 1351 }],
1352 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1352 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1353 'sources': [ ### gcmole(arch:ppc) ### 1353 'sources': [ ### gcmole(arch:ppc) ###
1354 '../../src/compiler/ppc/code-generator-ppc.cc',
1355 '../../src/compiler/ppc/instruction-codes-ppc.h',
1356 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1357 '../../src/crankshaft/ppc/lithium-ppc.cc',
1358 '../../src/crankshaft/ppc/lithium-ppc.h',
1359 '../../src/crankshaft/ppc/lithium-codegen-ppc.cc',
1360 '../../src/crankshaft/ppc/lithium-codegen-ppc.h',
1361 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1362 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.h',
1363 '../../src/debug/ppc/debug-ppc.cc',
1364 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1365 '../../src/ic/ppc/access-compiler-ppc.cc',
1366 '../../src/ic/ppc/handler-compiler-ppc.cc',
1367 '../../src/ic/ppc/ic-ppc.cc',
1368 '../../src/ic/ppc/ic-compiler-ppc.cc',
1369 '../../src/ic/ppc/stub-cache-ppc.cc',
1354 '../../src/ppc/assembler-ppc-inl.h', 1370 '../../src/ppc/assembler-ppc-inl.h',
1355 '../../src/ppc/assembler-ppc.cc', 1371 '../../src/ppc/assembler-ppc.cc',
1356 '../../src/ppc/assembler-ppc.h', 1372 '../../src/ppc/assembler-ppc.h',
1357 '../../src/ppc/builtins-ppc.cc', 1373 '../../src/ppc/builtins-ppc.cc',
1358 '../../src/ppc/code-stubs-ppc.cc', 1374 '../../src/ppc/code-stubs-ppc.cc',
1359 '../../src/ppc/code-stubs-ppc.h', 1375 '../../src/ppc/code-stubs-ppc.h',
1360 '../../src/ppc/codegen-ppc.cc', 1376 '../../src/ppc/codegen-ppc.cc',
1361 '../../src/ppc/codegen-ppc.h', 1377 '../../src/ppc/codegen-ppc.h',
1362 '../../src/ppc/constants-ppc.h', 1378 '../../src/ppc/constants-ppc.h',
1363 '../../src/ppc/constants-ppc.cc', 1379 '../../src/ppc/constants-ppc.cc',
1364 '../../src/ppc/cpu-ppc.cc', 1380 '../../src/ppc/cpu-ppc.cc',
1365 '../../src/ppc/deoptimizer-ppc.cc', 1381 '../../src/ppc/deoptimizer-ppc.cc',
1366 '../../src/ppc/disasm-ppc.cc', 1382 '../../src/ppc/disasm-ppc.cc',
1367 '../../src/ppc/frames-ppc.cc', 1383 '../../src/ppc/frames-ppc.cc',
1368 '../../src/ppc/frames-ppc.h', 1384 '../../src/ppc/frames-ppc.h',
1369 '../../src/ppc/interface-descriptors-ppc.cc', 1385 '../../src/ppc/interface-descriptors-ppc.cc',
1370 '../../src/ppc/interface-descriptors-ppc.h', 1386 '../../src/ppc/interface-descriptors-ppc.h',
1371 '../../src/ppc/lithium-ppc.cc',
1372 '../../src/ppc/lithium-ppc.h',
1373 '../../src/ppc/lithium-codegen-ppc.cc',
1374 '../../src/ppc/lithium-codegen-ppc.h',
1375 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1376 '../../src/ppc/lithium-gap-resolver-ppc.h',
1377 '../../src/ppc/macro-assembler-ppc.cc', 1387 '../../src/ppc/macro-assembler-ppc.cc',
1378 '../../src/ppc/macro-assembler-ppc.h', 1388 '../../src/ppc/macro-assembler-ppc.h',
1379 '../../src/ppc/simulator-ppc.cc', 1389 '../../src/ppc/simulator-ppc.cc',
1380 '../../src/ppc/simulator-ppc.h', 1390 '../../src/ppc/simulator-ppc.h',
1381 '../../src/compiler/ppc/code-generator-ppc.cc',
1382 '../../src/compiler/ppc/instruction-codes-ppc.h',
1383 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1384 '../../src/debug/ppc/debug-ppc.cc',
1385 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1386 '../../src/ic/ppc/access-compiler-ppc.cc',
1387 '../../src/ic/ppc/handler-compiler-ppc.cc',
1388 '../../src/ic/ppc/ic-ppc.cc',
1389 '../../src/ic/ppc/ic-compiler-ppc.cc',
1390 '../../src/ic/ppc/stub-cache-ppc.cc',
1391 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', 1391 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc',
1392 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', 1392 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h',
1393 ], 1393 ],
1394 }], 1394 }],
1395 ['OS=="win"', { 1395 ['OS=="win"', {
1396 'variables': { 1396 'variables': {
1397 'gyp_generators': '<!(echo $GYP_GENERATORS)', 1397 'gyp_generators': '<!(echo $GYP_GENERATORS)',
1398 }, 1398 },
1399 'msvs_disabled_warnings': [4351, 4355, 4800], 1399 'msvs_disabled_warnings': [4351, 4355, 4800],
1400 # When building Official, the .lib is too large and exceeds the 2G 1400 # When building Official, the .lib is too large and exceeds the 2G
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 }], 2096 }],
2097 ['want_separate_host_toolset==1', { 2097 ['want_separate_host_toolset==1', {
2098 'toolsets': ['host'], 2098 'toolsets': ['host'],
2099 }, { 2099 }, {
2100 'toolsets': ['target'], 2100 'toolsets': ['target'],
2101 }], 2101 }],
2102 ], 2102 ],
2103 }, 2103 },
2104 ], 2104 ],
2105 } 2105 }
OLDNEW
« no previous file with comments | « test/cctest/test-unique.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698