OLD | NEW |
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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 '../../src/ic/access-compiler.h', | 603 '../../src/ic/access-compiler.h', |
604 '../../src/ic/call-optimization.cc', | 604 '../../src/ic/call-optimization.cc', |
605 '../../src/ic/call-optimization.h', | 605 '../../src/ic/call-optimization.h', |
606 '../../src/ic/handler-compiler.cc', | 606 '../../src/ic/handler-compiler.cc', |
607 '../../src/ic/handler-compiler.h', | 607 '../../src/ic/handler-compiler.h', |
608 '../../src/ic/ic-inl.h', | 608 '../../src/ic/ic-inl.h', |
609 '../../src/ic/ic.cc', | 609 '../../src/ic/ic.cc', |
610 '../../src/ic/ic.h', | 610 '../../src/ic/ic.h', |
611 '../../src/ic/ic-compiler.cc', | 611 '../../src/ic/ic-compiler.cc', |
612 '../../src/ic/ic-compiler.h', | 612 '../../src/ic/ic-compiler.h', |
| 613 '../../src/ic/ic-conventions.h', |
613 '../../src/interface.cc', | 614 '../../src/interface.cc', |
614 '../../src/interface.h', | 615 '../../src/interface.h', |
615 '../../src/interpreter-irregexp.cc', | 616 '../../src/interpreter-irregexp.cc', |
616 '../../src/interpreter-irregexp.h', | 617 '../../src/interpreter-irregexp.h', |
617 '../../src/isolate.cc', | 618 '../../src/isolate.cc', |
618 '../../src/isolate.h', | 619 '../../src/isolate.h', |
619 '../../src/json-parser.h', | 620 '../../src/json-parser.h', |
620 '../../src/json-stringifier.h', | 621 '../../src/json-stringifier.h', |
621 '../../src/jsregexp-inl.h', | 622 '../../src/jsregexp-inl.h', |
622 '../../src/jsregexp.cc', | 623 '../../src/jsregexp.cc', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 '../../src/arm/regexp-macro-assembler-arm.h', | 793 '../../src/arm/regexp-macro-assembler-arm.h', |
793 '../../src/arm/simulator-arm.cc', | 794 '../../src/arm/simulator-arm.cc', |
794 '../../src/compiler/arm/code-generator-arm.cc', | 795 '../../src/compiler/arm/code-generator-arm.cc', |
795 '../../src/compiler/arm/instruction-codes-arm.h', | 796 '../../src/compiler/arm/instruction-codes-arm.h', |
796 '../../src/compiler/arm/instruction-selector-arm.cc', | 797 '../../src/compiler/arm/instruction-selector-arm.cc', |
797 '../../src/compiler/arm/linkage-arm.cc', | 798 '../../src/compiler/arm/linkage-arm.cc', |
798 '../../src/ic/arm/access-compiler-arm.cc', | 799 '../../src/ic/arm/access-compiler-arm.cc', |
799 '../../src/ic/arm/handler-compiler-arm.cc', | 800 '../../src/ic/arm/handler-compiler-arm.cc', |
800 '../../src/ic/arm/ic-arm.cc', | 801 '../../src/ic/arm/ic-arm.cc', |
801 '../../src/ic/arm/ic-compiler-arm.cc', | 802 '../../src/ic/arm/ic-compiler-arm.cc', |
| 803 '../../src/ic/arm/ic-conventions-arm.cc', |
802 '../../src/ic/arm/stub-cache-arm.cc', | 804 '../../src/ic/arm/stub-cache-arm.cc', |
803 ], | 805 ], |
804 }], | 806 }], |
805 ['v8_target_arch=="arm64"', { | 807 ['v8_target_arch=="arm64"', { |
806 'sources': [ ### gcmole(arch:arm64) ### | 808 'sources': [ ### gcmole(arch:arm64) ### |
807 '../../src/arm64/assembler-arm64.cc', | 809 '../../src/arm64/assembler-arm64.cc', |
808 '../../src/arm64/assembler-arm64.h', | 810 '../../src/arm64/assembler-arm64.h', |
809 '../../src/arm64/assembler-arm64-inl.h', | 811 '../../src/arm64/assembler-arm64-inl.h', |
810 '../../src/arm64/builtins-arm64.cc', | 812 '../../src/arm64/builtins-arm64.cc', |
811 '../../src/arm64/codegen-arm64.cc', | 813 '../../src/arm64/codegen-arm64.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 '../../src/arm64/utils-arm64.cc', | 849 '../../src/arm64/utils-arm64.cc', |
848 '../../src/arm64/utils-arm64.h', | 850 '../../src/arm64/utils-arm64.h', |
849 '../../src/compiler/arm64/code-generator-arm64.cc', | 851 '../../src/compiler/arm64/code-generator-arm64.cc', |
850 '../../src/compiler/arm64/instruction-codes-arm64.h', | 852 '../../src/compiler/arm64/instruction-codes-arm64.h', |
851 '../../src/compiler/arm64/instruction-selector-arm64.cc', | 853 '../../src/compiler/arm64/instruction-selector-arm64.cc', |
852 '../../src/compiler/arm64/linkage-arm64.cc', | 854 '../../src/compiler/arm64/linkage-arm64.cc', |
853 '../../src/ic/arm64/access-compiler-arm64.cc', | 855 '../../src/ic/arm64/access-compiler-arm64.cc', |
854 '../../src/ic/arm64/handler-compiler-arm64.cc', | 856 '../../src/ic/arm64/handler-compiler-arm64.cc', |
855 '../../src/ic/arm64/ic-arm64.cc', | 857 '../../src/ic/arm64/ic-arm64.cc', |
856 '../../src/ic/arm64/ic-compiler-arm64.cc', | 858 '../../src/ic/arm64/ic-compiler-arm64.cc', |
| 859 '../../src/ic/arm64/ic-conventions-arm64.cc', |
857 '../../src/ic/arm64/stub-cache-arm64.cc', | 860 '../../src/ic/arm64/stub-cache-arm64.cc', |
858 ], | 861 ], |
859 }], | 862 }], |
860 ['v8_target_arch=="ia32"', { | 863 ['v8_target_arch=="ia32"', { |
861 'sources': [ ### gcmole(arch:ia32) ### | 864 'sources': [ ### gcmole(arch:ia32) ### |
862 '../../src/ia32/assembler-ia32-inl.h', | 865 '../../src/ia32/assembler-ia32-inl.h', |
863 '../../src/ia32/assembler-ia32.cc', | 866 '../../src/ia32/assembler-ia32.cc', |
864 '../../src/ia32/assembler-ia32.h', | 867 '../../src/ia32/assembler-ia32.h', |
865 '../../src/ia32/builtins-ia32.cc', | 868 '../../src/ia32/builtins-ia32.cc', |
866 '../../src/ia32/code-stubs-ia32.cc', | 869 '../../src/ia32/code-stubs-ia32.cc', |
(...skipping 18 matching lines...) Expand all Loading... |
885 '../../src/ia32/regexp-macro-assembler-ia32.cc', | 888 '../../src/ia32/regexp-macro-assembler-ia32.cc', |
886 '../../src/ia32/regexp-macro-assembler-ia32.h', | 889 '../../src/ia32/regexp-macro-assembler-ia32.h', |
887 '../../src/compiler/ia32/code-generator-ia32.cc', | 890 '../../src/compiler/ia32/code-generator-ia32.cc', |
888 '../../src/compiler/ia32/instruction-codes-ia32.h', | 891 '../../src/compiler/ia32/instruction-codes-ia32.h', |
889 '../../src/compiler/ia32/instruction-selector-ia32.cc', | 892 '../../src/compiler/ia32/instruction-selector-ia32.cc', |
890 '../../src/compiler/ia32/linkage-ia32.cc', | 893 '../../src/compiler/ia32/linkage-ia32.cc', |
891 '../../src/ic/ia32/access-compiler-ia32.cc', | 894 '../../src/ic/ia32/access-compiler-ia32.cc', |
892 '../../src/ic/ia32/handler-compiler-ia32.cc', | 895 '../../src/ic/ia32/handler-compiler-ia32.cc', |
893 '../../src/ic/ia32/ic-ia32.cc', | 896 '../../src/ic/ia32/ic-ia32.cc', |
894 '../../src/ic/ia32/ic-compiler-ia32.cc', | 897 '../../src/ic/ia32/ic-compiler-ia32.cc', |
| 898 '../../src/ic/ia32/ic-conventions-ia32.cc', |
895 '../../src/ic/ia32/stub-cache-ia32.cc', | 899 '../../src/ic/ia32/stub-cache-ia32.cc', |
896 ], | 900 ], |
897 }], | 901 }], |
898 ['v8_target_arch=="x87"', { | 902 ['v8_target_arch=="x87"', { |
899 'sources': [ ### gcmole(arch:x87) ### | 903 'sources': [ ### gcmole(arch:x87) ### |
900 '../../src/x87/assembler-x87-inl.h', | 904 '../../src/x87/assembler-x87-inl.h', |
901 '../../src/x87/assembler-x87.cc', | 905 '../../src/x87/assembler-x87.cc', |
902 '../../src/x87/assembler-x87.h', | 906 '../../src/x87/assembler-x87.h', |
903 '../../src/x87/builtins-x87.cc', | 907 '../../src/x87/builtins-x87.cc', |
904 '../../src/x87/code-stubs-x87.cc', | 908 '../../src/x87/code-stubs-x87.cc', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 '../../src/x64/regexp-macro-assembler-x64.cc', | 1035 '../../src/x64/regexp-macro-assembler-x64.cc', |
1032 '../../src/x64/regexp-macro-assembler-x64.h', | 1036 '../../src/x64/regexp-macro-assembler-x64.h', |
1033 '../../src/compiler/x64/code-generator-x64.cc', | 1037 '../../src/compiler/x64/code-generator-x64.cc', |
1034 '../../src/compiler/x64/instruction-codes-x64.h', | 1038 '../../src/compiler/x64/instruction-codes-x64.h', |
1035 '../../src/compiler/x64/instruction-selector-x64.cc', | 1039 '../../src/compiler/x64/instruction-selector-x64.cc', |
1036 '../../src/compiler/x64/linkage-x64.cc', | 1040 '../../src/compiler/x64/linkage-x64.cc', |
1037 '../../src/ic/x64/access-compiler-x64.cc', | 1041 '../../src/ic/x64/access-compiler-x64.cc', |
1038 '../../src/ic/x64/handler-compiler-x64.cc', | 1042 '../../src/ic/x64/handler-compiler-x64.cc', |
1039 '../../src/ic/x64/ic-x64.cc', | 1043 '../../src/ic/x64/ic-x64.cc', |
1040 '../../src/ic/x64/ic-compiler-x64.cc', | 1044 '../../src/ic/x64/ic-compiler-x64.cc', |
| 1045 '../../src/ic/x64/ic-conventions-x64.cc', |
1041 '../../src/ic/x64/stub-cache-x64.cc', | 1046 '../../src/ic/x64/stub-cache-x64.cc', |
1042 ], | 1047 ], |
1043 }], | 1048 }], |
1044 ['OS=="linux"', { | 1049 ['OS=="linux"', { |
1045 'link_settings': { | 1050 'link_settings': { |
1046 'conditions': [ | 1051 'conditions': [ |
1047 ['v8_compress_startup_data=="bz2"', { | 1052 ['v8_compress_startup_data=="bz2"', { |
1048 'libraries': [ | 1053 'libraries': [ |
1049 '-lbz2', | 1054 '-lbz2', |
1050 ] | 1055 ] |
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 }], | 1569 }], |
1565 ['v8_compress_startup_data=="bz2"', { | 1570 ['v8_compress_startup_data=="bz2"', { |
1566 'libraries': [ | 1571 'libraries': [ |
1567 '-lbz2', | 1572 '-lbz2', |
1568 ] | 1573 ] |
1569 }], | 1574 }], |
1570 ], | 1575 ], |
1571 }, | 1576 }, |
1572 ], | 1577 ], |
1573 } | 1578 } |
OLD | NEW |