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

Side by Side Diff: BUILD.gn

Issue 1991143002: Convert SIMD wasm ops to runtime function calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bot fails Created 4 years, 5 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 | « no previous file | src/compiler/simd-lowering.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "src/compiler/register-allocator.cc", 1039 "src/compiler/register-allocator.cc",
1040 "src/compiler/register-allocator.h", 1040 "src/compiler/register-allocator.h",
1041 "src/compiler/representation-change.cc", 1041 "src/compiler/representation-change.cc",
1042 "src/compiler/representation-change.h", 1042 "src/compiler/representation-change.h",
1043 "src/compiler/schedule.cc", 1043 "src/compiler/schedule.cc",
1044 "src/compiler/schedule.h", 1044 "src/compiler/schedule.h",
1045 "src/compiler/scheduler.cc", 1045 "src/compiler/scheduler.cc",
1046 "src/compiler/scheduler.h", 1046 "src/compiler/scheduler.h",
1047 "src/compiler/select-lowering.cc", 1047 "src/compiler/select-lowering.cc",
1048 "src/compiler/select-lowering.h", 1048 "src/compiler/select-lowering.h",
1049 "src/compiler/simd-lowering.cc",
1050 "src/compiler/simd-lowering.h",
1049 "src/compiler/simplified-lowering.cc", 1051 "src/compiler/simplified-lowering.cc",
1050 "src/compiler/simplified-lowering.h", 1052 "src/compiler/simplified-lowering.h",
1051 "src/compiler/simplified-operator-reducer.cc", 1053 "src/compiler/simplified-operator-reducer.cc",
1052 "src/compiler/simplified-operator-reducer.h", 1054 "src/compiler/simplified-operator-reducer.h",
1053 "src/compiler/simplified-operator.cc", 1055 "src/compiler/simplified-operator.cc",
1054 "src/compiler/simplified-operator.h", 1056 "src/compiler/simplified-operator.h",
1055 "src/compiler/source-position.cc", 1057 "src/compiler/source-position.cc",
1056 "src/compiler/source-position.h", 1058 "src/compiler/source-position.h",
1057 "src/compiler/state-values-utils.cc", 1059 "src/compiler/state-values-utils.cc",
1058 "src/compiler/state-values-utils.h", 1060 "src/compiler/state-values-utils.h",
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 2431
2430 deps = [ 2432 deps = [
2431 ":fuzzer_support", 2433 ":fuzzer_support",
2432 ] 2434 ]
2433 2435
2434 configs = [ ":internal_config" ] 2436 configs = [ ":internal_config" ]
2435 } 2437 }
2436 2438
2437 v8_fuzzer("wasm_asmjs_fuzzer") { 2439 v8_fuzzer("wasm_asmjs_fuzzer") {
2438 } 2440 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/simd-lowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698