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

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: Cleanup 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') | src/compiler/wasm-compiler.h » ('J')
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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 "src/compiler/register-allocator.cc", 1023 "src/compiler/register-allocator.cc",
1024 "src/compiler/register-allocator.h", 1024 "src/compiler/register-allocator.h",
1025 "src/compiler/representation-change.cc", 1025 "src/compiler/representation-change.cc",
1026 "src/compiler/representation-change.h", 1026 "src/compiler/representation-change.h",
1027 "src/compiler/schedule.cc", 1027 "src/compiler/schedule.cc",
1028 "src/compiler/schedule.h", 1028 "src/compiler/schedule.h",
1029 "src/compiler/scheduler.cc", 1029 "src/compiler/scheduler.cc",
1030 "src/compiler/scheduler.h", 1030 "src/compiler/scheduler.h",
1031 "src/compiler/select-lowering.cc", 1031 "src/compiler/select-lowering.cc",
1032 "src/compiler/select-lowering.h", 1032 "src/compiler/select-lowering.h",
1033 "src/compiler/simd-lowering.cc",
1034 "src/compiler/simd-lowering.h",
1033 "src/compiler/simplified-lowering.cc", 1035 "src/compiler/simplified-lowering.cc",
1034 "src/compiler/simplified-lowering.h", 1036 "src/compiler/simplified-lowering.h",
1035 "src/compiler/simplified-operator-reducer.cc", 1037 "src/compiler/simplified-operator-reducer.cc",
1036 "src/compiler/simplified-operator-reducer.h", 1038 "src/compiler/simplified-operator-reducer.h",
1037 "src/compiler/simplified-operator.cc", 1039 "src/compiler/simplified-operator.cc",
1038 "src/compiler/simplified-operator.h", 1040 "src/compiler/simplified-operator.h",
1039 "src/compiler/source-position.cc", 1041 "src/compiler/source-position.cc",
1040 "src/compiler/source-position.h", 1042 "src/compiler/source-position.h",
1041 "src/compiler/state-values-utils.cc", 1043 "src/compiler/state-values-utils.cc",
1042 "src/compiler/state-values-utils.h", 1044 "src/compiler/state-values-utils.h",
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 2398
2397 deps = [ 2399 deps = [
2398 ":fuzzer_support", 2400 ":fuzzer_support",
2399 ] 2401 ]
2400 2402
2401 configs = [ ":internal_config" ] 2403 configs = [ ":internal_config" ]
2402 } 2404 }
2403 2405
2404 v8_fuzzer("wasm_asmjs_fuzzer") { 2406 v8_fuzzer("wasm_asmjs_fuzzer") {
2405 } 2407 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/simd-lowering.h » ('j') | src/compiler/wasm-compiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698