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

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

Issue 1764153002: S390: Initial impl of full-codegen (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased on master 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/full-codegen/s390/full-codegen-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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/debug/s390/debug-s390.cc', 1567 '../../src/debug/s390/debug-s390.cc',
1568 '../../src/full-codegen/s390/full-codegen-s390.cc',
1568 '../../src/ic/s390/access-compiler-s390.cc', 1569 '../../src/ic/s390/access-compiler-s390.cc',
1569 '../../src/ic/s390/handler-compiler-s390.cc', 1570 '../../src/ic/s390/handler-compiler-s390.cc',
1570 '../../src/ic/s390/ic-compiler-s390.cc', 1571 '../../src/ic/s390/ic-compiler-s390.cc',
1571 '../../src/ic/s390/ic-s390.cc', 1572 '../../src/ic/s390/ic-s390.cc',
1572 '../../src/ic/s390/stub-cache-s390.cc', 1573 '../../src/ic/s390/stub-cache-s390.cc',
1573 '../../src/s390/assembler-s390-inl.h', 1574 '../../src/s390/assembler-s390-inl.h',
1574 '../../src/s390/assembler-s390.cc', 1575 '../../src/s390/assembler-s390.cc',
1575 '../../src/s390/assembler-s390.h', 1576 '../../src/s390/assembler-s390.h',
1576 '../../src/s390/builtins-s390.cc', 1577 '../../src/s390/builtins-s390.cc',
1577 '../../src/s390/code-stubs-s390.cc', 1578 '../../src/s390/code-stubs-s390.cc',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 }], 2257 }],
2257 ['want_separate_host_toolset==1', { 2258 ['want_separate_host_toolset==1', {
2258 'toolsets': ['host'], 2259 'toolsets': ['host'],
2259 }, { 2260 }, {
2260 'toolsets': ['target'], 2261 'toolsets': ['target'],
2261 }], 2262 }],
2262 ], 2263 ],
2263 }, 2264 },
2264 ], 2265 ],
2265 } 2266 }
OLDNEW
« no previous file with comments | « src/full-codegen/s390/full-codegen-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698