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

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

Issue 496393002: MIPS: Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compi… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix formatting 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/mips64/stub-cache-mips64.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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 '../../src/mips/code-stubs-mips.h', 933 '../../src/mips/code-stubs-mips.h',
934 '../../src/mips/constants-mips.cc', 934 '../../src/mips/constants-mips.cc',
935 '../../src/mips/constants-mips.h', 935 '../../src/mips/constants-mips.h',
936 '../../src/mips/cpu-mips.cc', 936 '../../src/mips/cpu-mips.cc',
937 '../../src/mips/debug-mips.cc', 937 '../../src/mips/debug-mips.cc',
938 '../../src/mips/deoptimizer-mips.cc', 938 '../../src/mips/deoptimizer-mips.cc',
939 '../../src/mips/disasm-mips.cc', 939 '../../src/mips/disasm-mips.cc',
940 '../../src/mips/frames-mips.cc', 940 '../../src/mips/frames-mips.cc',
941 '../../src/mips/frames-mips.h', 941 '../../src/mips/frames-mips.h',
942 '../../src/mips/full-codegen-mips.cc', 942 '../../src/mips/full-codegen-mips.cc',
943 '../../src/mips/ic-mips.cc',
944 '../../src/mips/lithium-codegen-mips.cc', 943 '../../src/mips/lithium-codegen-mips.cc',
945 '../../src/mips/lithium-codegen-mips.h', 944 '../../src/mips/lithium-codegen-mips.h',
946 '../../src/mips/lithium-gap-resolver-mips.cc', 945 '../../src/mips/lithium-gap-resolver-mips.cc',
947 '../../src/mips/lithium-gap-resolver-mips.h', 946 '../../src/mips/lithium-gap-resolver-mips.h',
948 '../../src/mips/lithium-mips.cc', 947 '../../src/mips/lithium-mips.cc',
949 '../../src/mips/lithium-mips.h', 948 '../../src/mips/lithium-mips.h',
950 '../../src/mips/macro-assembler-mips.cc', 949 '../../src/mips/macro-assembler-mips.cc',
951 '../../src/mips/macro-assembler-mips.h', 950 '../../src/mips/macro-assembler-mips.h',
952 '../../src/mips/regexp-macro-assembler-mips.cc', 951 '../../src/mips/regexp-macro-assembler-mips.cc',
953 '../../src/mips/regexp-macro-assembler-mips.h', 952 '../../src/mips/regexp-macro-assembler-mips.h',
954 '../../src/mips/simulator-mips.cc', 953 '../../src/mips/simulator-mips.cc',
955 '../../src/mips/stub-cache-mips.cc', 954 '../../src/ic/mips/ic-mips.cc',
955 '../../src/ic/mips/ic-compiler-mips.cc',
956 '../../src/ic/mips/stub-cache-mips.cc',
956 ], 957 ],
957 }], 958 }],
958 ['v8_target_arch=="mips64el"', { 959 ['v8_target_arch=="mips64el"', {
959 'sources': [ ### gcmole(arch:mips64el) ### 960 'sources': [ ### gcmole(arch:mips64el) ###
960 '../../src/mips64/assembler-mips64.cc', 961 '../../src/mips64/assembler-mips64.cc',
961 '../../src/mips64/assembler-mips64.h', 962 '../../src/mips64/assembler-mips64.h',
962 '../../src/mips64/assembler-mips64-inl.h', 963 '../../src/mips64/assembler-mips64-inl.h',
963 '../../src/mips64/builtins-mips64.cc', 964 '../../src/mips64/builtins-mips64.cc',
964 '../../src/mips64/codegen-mips64.cc', 965 '../../src/mips64/codegen-mips64.cc',
965 '../../src/mips64/codegen-mips64.h', 966 '../../src/mips64/codegen-mips64.h',
966 '../../src/mips64/code-stubs-mips64.cc', 967 '../../src/mips64/code-stubs-mips64.cc',
967 '../../src/mips64/code-stubs-mips64.h', 968 '../../src/mips64/code-stubs-mips64.h',
968 '../../src/mips64/constants-mips64.cc', 969 '../../src/mips64/constants-mips64.cc',
969 '../../src/mips64/constants-mips64.h', 970 '../../src/mips64/constants-mips64.h',
970 '../../src/mips64/cpu-mips64.cc', 971 '../../src/mips64/cpu-mips64.cc',
971 '../../src/mips64/debug-mips64.cc', 972 '../../src/mips64/debug-mips64.cc',
972 '../../src/mips64/deoptimizer-mips64.cc', 973 '../../src/mips64/deoptimizer-mips64.cc',
973 '../../src/mips64/disasm-mips64.cc', 974 '../../src/mips64/disasm-mips64.cc',
974 '../../src/mips64/frames-mips64.cc', 975 '../../src/mips64/frames-mips64.cc',
975 '../../src/mips64/frames-mips64.h', 976 '../../src/mips64/frames-mips64.h',
976 '../../src/mips64/full-codegen-mips64.cc', 977 '../../src/mips64/full-codegen-mips64.cc',
977 '../../src/mips64/ic-mips64.cc',
978 '../../src/mips64/lithium-codegen-mips64.cc', 978 '../../src/mips64/lithium-codegen-mips64.cc',
979 '../../src/mips64/lithium-codegen-mips64.h', 979 '../../src/mips64/lithium-codegen-mips64.h',
980 '../../src/mips64/lithium-gap-resolver-mips64.cc', 980 '../../src/mips64/lithium-gap-resolver-mips64.cc',
981 '../../src/mips64/lithium-gap-resolver-mips64.h', 981 '../../src/mips64/lithium-gap-resolver-mips64.h',
982 '../../src/mips64/lithium-mips64.cc', 982 '../../src/mips64/lithium-mips64.cc',
983 '../../src/mips64/lithium-mips64.h', 983 '../../src/mips64/lithium-mips64.h',
984 '../../src/mips64/macro-assembler-mips64.cc', 984 '../../src/mips64/macro-assembler-mips64.cc',
985 '../../src/mips64/macro-assembler-mips64.h', 985 '../../src/mips64/macro-assembler-mips64.h',
986 '../../src/mips64/regexp-macro-assembler-mips64.cc', 986 '../../src/mips64/regexp-macro-assembler-mips64.cc',
987 '../../src/mips64/regexp-macro-assembler-mips64.h', 987 '../../src/mips64/regexp-macro-assembler-mips64.h',
988 '../../src/mips64/simulator-mips64.cc', 988 '../../src/mips64/simulator-mips64.cc',
989 '../../src/mips64/stub-cache-mips64.cc', 989 '../../src/ic/mips64/ic-mips64.cc',
990 '../../src/ic/mips64/ic-compiler-mips64.cc',
991 '../../src/ic/mips64/stub-cache-mips64.cc',
990 ], 992 ],
991 }], 993 }],
992 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 994 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
993 'sources': [ ### gcmole(arch:x64) ### 995 'sources': [ ### gcmole(arch:x64) ###
994 '../../src/x64/assembler-x64-inl.h', 996 '../../src/x64/assembler-x64-inl.h',
995 '../../src/x64/assembler-x64.cc', 997 '../../src/x64/assembler-x64.cc',
996 '../../src/x64/assembler-x64.h', 998 '../../src/x64/assembler-x64.h',
997 '../../src/x64/builtins-x64.cc', 999 '../../src/x64/builtins-x64.cc',
998 '../../src/x64/code-stubs-x64.cc', 1000 '../../src/x64/code-stubs-x64.cc',
999 '../../src/x64/code-stubs-x64.h', 1001 '../../src/x64/code-stubs-x64.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 }], 1551 }],
1550 ['v8_compress_startup_data=="bz2"', { 1552 ['v8_compress_startup_data=="bz2"', {
1551 'libraries': [ 1553 'libraries': [
1552 '-lbz2', 1554 '-lbz2',
1553 ] 1555 ]
1554 }], 1556 }],
1555 ], 1557 ],
1556 }, 1558 },
1557 ], 1559 ],
1558 } 1560 }
OLDNEW
« no previous file with comments | « src/mips64/stub-cache-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698