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

Side by Side Diff: BUILD.gn

Issue 1921563002: [turbofan] Initial version of number type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add tests for the checks and fix check insertion Created 4 years, 6 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
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/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "src/compiler/node-marker.cc", 950 "src/compiler/node-marker.cc",
951 "src/compiler/node-marker.h", 951 "src/compiler/node-marker.h",
952 "src/compiler/node-matchers.cc", 952 "src/compiler/node-matchers.cc",
953 "src/compiler/node-matchers.h", 953 "src/compiler/node-matchers.h",
954 "src/compiler/node-properties.cc", 954 "src/compiler/node-properties.cc",
955 "src/compiler/node-properties.h", 955 "src/compiler/node-properties.h",
956 "src/compiler/node.cc", 956 "src/compiler/node.cc",
957 "src/compiler/node.h", 957 "src/compiler/node.h",
958 "src/compiler/opcodes.cc", 958 "src/compiler/opcodes.cc",
959 "src/compiler/opcodes.h", 959 "src/compiler/opcodes.h",
960 "src/compiler/operation-typer.cc",
961 "src/compiler/operation-typer.h",
960 "src/compiler/operator-properties.cc", 962 "src/compiler/operator-properties.cc",
961 "src/compiler/operator-properties.h", 963 "src/compiler/operator-properties.h",
962 "src/compiler/operator.cc", 964 "src/compiler/operator.cc",
963 "src/compiler/operator.h", 965 "src/compiler/operator.h",
964 "src/compiler/osr.cc", 966 "src/compiler/osr.cc",
965 "src/compiler/osr.h", 967 "src/compiler/osr.h",
966 "src/compiler/pipeline-statistics.cc", 968 "src/compiler/pipeline-statistics.cc",
967 "src/compiler/pipeline-statistics.h", 969 "src/compiler/pipeline-statistics.h",
968 "src/compiler/pipeline.cc", 970 "src/compiler/pipeline.cc",
969 "src/compiler/pipeline.h", 971 "src/compiler/pipeline.h",
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 sources = [ 2206 sources = [
2205 "test/fuzzer/wasm-asmjs.cc", 2207 "test/fuzzer/wasm-asmjs.cc",
2206 ] 2208 ]
2207 2209
2208 deps = [ 2210 deps = [
2209 ":fuzzer_support", 2211 ":fuzzer_support",
2210 ] 2212 ]
2211 2213
2212 configs = [ ":internal_config" ] 2214 configs = [ ":internal_config" ]
2213 } 2215 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/ast-graph-builder.cc » ('j') | src/compiler/effect-control-linearizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698