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

Side by Side Diff: src/v8.gyp

Issue 2294743003: [wasm] simd scalar lowering F32x4Add and I32x4Add (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] simd scalar lowering F32x4Add and I32x4Add Created 4 years, 2 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/compiler/wasm-linkage.cc ('k') | src/wasm/ast-decoder.cc » ('j') | 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'compiler/register-allocator-verifier.cc', 694 'compiler/register-allocator-verifier.cc',
695 'compiler/register-allocator-verifier.h', 695 'compiler/register-allocator-verifier.h',
696 'compiler/representation-change.cc', 696 'compiler/representation-change.cc',
697 'compiler/representation-change.h', 697 'compiler/representation-change.h',
698 'compiler/schedule.cc', 698 'compiler/schedule.cc',
699 'compiler/schedule.h', 699 'compiler/schedule.h',
700 'compiler/scheduler.cc', 700 'compiler/scheduler.cc',
701 'compiler/scheduler.h', 701 'compiler/scheduler.h',
702 'compiler/select-lowering.cc', 702 'compiler/select-lowering.cc',
703 'compiler/select-lowering.h', 703 'compiler/select-lowering.h',
704 'compiler/simd-scalar-lowering.cc',
705 'compiler/simd-scalar-lowering.h',
704 'compiler/simplified-lowering.cc', 706 'compiler/simplified-lowering.cc',
705 'compiler/simplified-lowering.h', 707 'compiler/simplified-lowering.h',
706 'compiler/simplified-operator-reducer.cc', 708 'compiler/simplified-operator-reducer.cc',
707 'compiler/simplified-operator-reducer.h', 709 'compiler/simplified-operator-reducer.h',
708 'compiler/simplified-operator.cc', 710 'compiler/simplified-operator.cc',
709 'compiler/simplified-operator.h', 711 'compiler/simplified-operator.h',
710 'compiler/source-position.cc', 712 'compiler/source-position.cc',
711 'compiler/source-position.h', 713 'compiler/source-position.h',
712 'compiler/state-values-utils.cc', 714 'compiler/state-values-utils.cc',
713 'compiler/state-values-utils.h', 715 'compiler/state-values-utils.h',
(...skipping 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2478 'conditions': [ 2480 'conditions': [
2479 ['want_separate_host_toolset_mkpeephole==1', { 2481 ['want_separate_host_toolset_mkpeephole==1', {
2480 'toolsets': ['host'], 2482 'toolsets': ['host'],
2481 }, { 2483 }, {
2482 'toolsets': ['target'], 2484 'toolsets': ['target'],
2483 }], 2485 }],
2484 ], 2486 ],
2485 }, 2487 },
2486 ], 2488 ],
2487 } 2489 }
OLDNEW
« no previous file with comments | « src/compiler/wasm-linkage.cc ('k') | src/wasm/ast-decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698