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

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

Issue 1655883002: [wasm] Initial commit for the Int64Reducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Initialize replacement array Created 4 years, 10 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 | « test/cctest/wasm/wasm-run-utils.h ('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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../../src/compiler/greedy-allocator.cc', 534 '../../src/compiler/greedy-allocator.cc',
535 '../../src/compiler/greedy-allocator.h', 535 '../../src/compiler/greedy-allocator.h',
536 '../../src/compiler/instruction-codes.h', 536 '../../src/compiler/instruction-codes.h',
537 '../../src/compiler/instruction-selector-impl.h', 537 '../../src/compiler/instruction-selector-impl.h',
538 '../../src/compiler/instruction-selector.cc', 538 '../../src/compiler/instruction-selector.cc',
539 '../../src/compiler/instruction-selector.h', 539 '../../src/compiler/instruction-selector.h',
540 '../../src/compiler/instruction-scheduler.cc', 540 '../../src/compiler/instruction-scheduler.cc',
541 '../../src/compiler/instruction-scheduler.h', 541 '../../src/compiler/instruction-scheduler.h',
542 '../../src/compiler/instruction.cc', 542 '../../src/compiler/instruction.cc',
543 '../../src/compiler/instruction.h', 543 '../../src/compiler/instruction.h',
544 '../../src/compiler/int64-lowering.cc',
545 '../../src/compiler/int64-lowering.h',
544 '../../src/compiler/interpreter-assembler.cc', 546 '../../src/compiler/interpreter-assembler.cc',
545 '../../src/compiler/interpreter-assembler.h', 547 '../../src/compiler/interpreter-assembler.h',
546 '../../src/compiler/js-builtin-reducer.cc', 548 '../../src/compiler/js-builtin-reducer.cc',
547 '../../src/compiler/js-builtin-reducer.h', 549 '../../src/compiler/js-builtin-reducer.h',
548 '../../src/compiler/js-call-reducer.cc', 550 '../../src/compiler/js-call-reducer.cc',
549 '../../src/compiler/js-call-reducer.h', 551 '../../src/compiler/js-call-reducer.h',
550 '../../src/compiler/js-context-relaxation.cc', 552 '../../src/compiler/js-context-relaxation.cc',
551 '../../src/compiler/js-context-relaxation.h', 553 '../../src/compiler/js-context-relaxation.h',
552 '../../src/compiler/js-context-specialization.cc', 554 '../../src/compiler/js-context-specialization.cc',
553 '../../src/compiler/js-context-specialization.h', 555 '../../src/compiler/js-context-specialization.h',
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 }], 2137 }],
2136 ['want_separate_host_toolset==1', { 2138 ['want_separate_host_toolset==1', {
2137 'toolsets': ['host'], 2139 'toolsets': ['host'],
2138 }, { 2140 }, {
2139 'toolsets': ['target'], 2141 'toolsets': ['target'],
2140 }], 2142 }],
2141 ], 2143 ],
2142 }, 2144 },
2143 ], 2145 ],
2144 } 2146 }
OLDNEW
« no previous file with comments | « test/cctest/wasm/wasm-run-utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698