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

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

Issue 1763233003: S390: Initial Impl of Crankshaft features (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « src/crankshaft/s390/lithium-s390.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 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', 1557 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc',
1558 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', 1558 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h',
1559 ], 1559 ],
1560 }], 1560 }],
1561 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { 1561 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
1562 'sources': [ ### gcmole(arch:s390) ### 1562 'sources': [ ### gcmole(arch:s390) ###
1563 '../../src/compiler/s390/code-generator-s390.cc', 1563 '../../src/compiler/s390/code-generator-s390.cc',
1564 '../../src/compiler/s390/instruction-codes-s390.h', 1564 '../../src/compiler/s390/instruction-codes-s390.h',
1565 '../../src/compiler/s390/instruction-scheduler-s390.cc', 1565 '../../src/compiler/s390/instruction-scheduler-s390.cc',
1566 '../../src/compiler/s390/instruction-selector-s390.cc', 1566 '../../src/compiler/s390/instruction-selector-s390.cc',
1567 '../../src/crankshaft/s390/lithium-codegen-s390.cc',
1568 '../../src/crankshaft/s390/lithium-codegen-s390.h',
1569 '../../src/crankshaft/s390/lithium-gap-resolver-s390.cc',
1570 '../../src/crankshaft/s390/lithium-gap-resolver-s390.h',
1571 '../../src/crankshaft/s390/lithium-s390.cc',
1572 '../../src/crankshaft/s390/lithium-s390.h',
1567 '../../src/debug/s390/debug-s390.cc', 1573 '../../src/debug/s390/debug-s390.cc',
1568 '../../src/ic/s390/access-compiler-s390.cc', 1574 '../../src/ic/s390/access-compiler-s390.cc',
1569 '../../src/ic/s390/handler-compiler-s390.cc', 1575 '../../src/ic/s390/handler-compiler-s390.cc',
1570 '../../src/ic/s390/ic-compiler-s390.cc', 1576 '../../src/ic/s390/ic-compiler-s390.cc',
1571 '../../src/ic/s390/ic-s390.cc', 1577 '../../src/ic/s390/ic-s390.cc',
1572 '../../src/ic/s390/stub-cache-s390.cc', 1578 '../../src/ic/s390/stub-cache-s390.cc',
1573 '../../src/s390/assembler-s390-inl.h', 1579 '../../src/s390/assembler-s390-inl.h',
1574 '../../src/s390/assembler-s390.cc', 1580 '../../src/s390/assembler-s390.cc',
1575 '../../src/s390/assembler-s390.h', 1581 '../../src/s390/assembler-s390.h',
1576 '../../src/s390/builtins-s390.cc', 1582 '../../src/s390/builtins-s390.cc',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 }], 2262 }],
2257 ['want_separate_host_toolset==1', { 2263 ['want_separate_host_toolset==1', {
2258 'toolsets': ['host'], 2264 'toolsets': ['host'],
2259 }, { 2265 }, {
2260 'toolsets': ['target'], 2266 'toolsets': ['target'],
2261 }], 2267 }],
2262 ], 2268 ],
2263 }, 2269 },
2264 ], 2270 ],
2265 } 2271 }
OLDNEW
« no previous file with comments | « src/crankshaft/s390/lithium-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698