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

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

Issue 508673002: MIPS: Move register conventions out of the IC classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix nits. Created 6 years, 3 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/lithium-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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 '../../src/mips/lithium-mips.h', 960 '../../src/mips/lithium-mips.h',
961 '../../src/mips/macro-assembler-mips.cc', 961 '../../src/mips/macro-assembler-mips.cc',
962 '../../src/mips/macro-assembler-mips.h', 962 '../../src/mips/macro-assembler-mips.h',
963 '../../src/mips/regexp-macro-assembler-mips.cc', 963 '../../src/mips/regexp-macro-assembler-mips.cc',
964 '../../src/mips/regexp-macro-assembler-mips.h', 964 '../../src/mips/regexp-macro-assembler-mips.h',
965 '../../src/mips/simulator-mips.cc', 965 '../../src/mips/simulator-mips.cc',
966 '../../src/ic/mips/access-compiler-mips.cc', 966 '../../src/ic/mips/access-compiler-mips.cc',
967 '../../src/ic/mips/handler-compiler-mips.cc', 967 '../../src/ic/mips/handler-compiler-mips.cc',
968 '../../src/ic/mips/ic-mips.cc', 968 '../../src/ic/mips/ic-mips.cc',
969 '../../src/ic/mips/ic-compiler-mips.cc', 969 '../../src/ic/mips/ic-compiler-mips.cc',
970 '../../src/ic/mips/ic-conventions-mips.cc',
970 '../../src/ic/mips/stub-cache-mips.cc', 971 '../../src/ic/mips/stub-cache-mips.cc',
971 ], 972 ],
972 }], 973 }],
973 ['v8_target_arch=="mips64el"', { 974 ['v8_target_arch=="mips64el"', {
974 'sources': [ ### gcmole(arch:mips64el) ### 975 'sources': [ ### gcmole(arch:mips64el) ###
975 '../../src/mips64/assembler-mips64.cc', 976 '../../src/mips64/assembler-mips64.cc',
976 '../../src/mips64/assembler-mips64.h', 977 '../../src/mips64/assembler-mips64.h',
977 '../../src/mips64/assembler-mips64-inl.h', 978 '../../src/mips64/assembler-mips64-inl.h',
978 '../../src/mips64/builtins-mips64.cc', 979 '../../src/mips64/builtins-mips64.cc',
979 '../../src/mips64/codegen-mips64.cc', 980 '../../src/mips64/codegen-mips64.cc',
(...skipping 17 matching lines...) Expand all
997 '../../src/mips64/lithium-mips64.h', 998 '../../src/mips64/lithium-mips64.h',
998 '../../src/mips64/macro-assembler-mips64.cc', 999 '../../src/mips64/macro-assembler-mips64.cc',
999 '../../src/mips64/macro-assembler-mips64.h', 1000 '../../src/mips64/macro-assembler-mips64.h',
1000 '../../src/mips64/regexp-macro-assembler-mips64.cc', 1001 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1001 '../../src/mips64/regexp-macro-assembler-mips64.h', 1002 '../../src/mips64/regexp-macro-assembler-mips64.h',
1002 '../../src/mips64/simulator-mips64.cc', 1003 '../../src/mips64/simulator-mips64.cc',
1003 '../../src/ic/mips64/access-compiler-mips64.cc', 1004 '../../src/ic/mips64/access-compiler-mips64.cc',
1004 '../../src/ic/mips64/handler-compiler-mips64.cc', 1005 '../../src/ic/mips64/handler-compiler-mips64.cc',
1005 '../../src/ic/mips64/ic-mips64.cc', 1006 '../../src/ic/mips64/ic-mips64.cc',
1006 '../../src/ic/mips64/ic-compiler-mips64.cc', 1007 '../../src/ic/mips64/ic-compiler-mips64.cc',
1008 '../../src/ic/mips64/ic-conventions-mips64.cc',
1007 '../../src/ic/mips64/stub-cache-mips64.cc', 1009 '../../src/ic/mips64/stub-cache-mips64.cc',
1008 ], 1010 ],
1009 }], 1011 }],
1010 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1012 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1011 'sources': [ ### gcmole(arch:x64) ### 1013 'sources': [ ### gcmole(arch:x64) ###
1012 '../../src/x64/assembler-x64-inl.h', 1014 '../../src/x64/assembler-x64-inl.h',
1013 '../../src/x64/assembler-x64.cc', 1015 '../../src/x64/assembler-x64.cc',
1014 '../../src/x64/assembler-x64.h', 1016 '../../src/x64/assembler-x64.h',
1015 '../../src/x64/builtins-x64.cc', 1017 '../../src/x64/builtins-x64.cc',
1016 '../../src/x64/code-stubs-x64.cc', 1018 '../../src/x64/code-stubs-x64.cc',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 }], 1571 }],
1570 ['v8_compress_startup_data=="bz2"', { 1572 ['v8_compress_startup_data=="bz2"', {
1571 'libraries': [ 1573 'libraries': [
1572 '-lbz2', 1574 '-lbz2',
1573 ] 1575 ]
1574 }], 1576 }],
1575 ], 1577 ],
1576 }, 1578 },
1577 ], 1579 ],
1578 } 1580 }
OLDNEW
« no previous file with comments | « src/mips64/lithium-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698