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

Side by Side Diff: BUILD.gn

Issue 2519983002: [ignition] Replace branch+loop analysis with a single pass (Closed)
Patch Set: Fix bad search/replace Created 4 years, 1 month 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/DEPS » ('j') | src/compiler/bytecode-analysis.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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 "src/compiler/all-nodes.cc", 1013 "src/compiler/all-nodes.cc",
1014 "src/compiler/all-nodes.h", 1014 "src/compiler/all-nodes.h",
1015 "src/compiler/ast-graph-builder.cc", 1015 "src/compiler/ast-graph-builder.cc",
1016 "src/compiler/ast-graph-builder.h", 1016 "src/compiler/ast-graph-builder.h",
1017 "src/compiler/ast-loop-assignment-analyzer.cc", 1017 "src/compiler/ast-loop-assignment-analyzer.cc",
1018 "src/compiler/ast-loop-assignment-analyzer.h", 1018 "src/compiler/ast-loop-assignment-analyzer.h",
1019 "src/compiler/basic-block-instrumentor.cc", 1019 "src/compiler/basic-block-instrumentor.cc",
1020 "src/compiler/basic-block-instrumentor.h", 1020 "src/compiler/basic-block-instrumentor.h",
1021 "src/compiler/branch-elimination.cc", 1021 "src/compiler/branch-elimination.cc",
1022 "src/compiler/branch-elimination.h", 1022 "src/compiler/branch-elimination.h",
1023 "src/compiler/bytecode-branch-analysis.cc", 1023 "src/compiler/bytecode-analysis.cc",
1024 "src/compiler/bytecode-branch-analysis.h", 1024 "src/compiler/bytecode-analysis.h",
1025 "src/compiler/bytecode-graph-builder.cc", 1025 "src/compiler/bytecode-graph-builder.cc",
1026 "src/compiler/bytecode-graph-builder.h", 1026 "src/compiler/bytecode-graph-builder.h",
1027 "src/compiler/bytecode-loop-analysis.cc",
1028 "src/compiler/bytecode-loop-analysis.h",
1029 "src/compiler/c-linkage.cc", 1027 "src/compiler/c-linkage.cc",
1030 "src/compiler/checkpoint-elimination.cc", 1028 "src/compiler/checkpoint-elimination.cc",
1031 "src/compiler/checkpoint-elimination.h", 1029 "src/compiler/checkpoint-elimination.h",
1032 "src/compiler/code-assembler.cc", 1030 "src/compiler/code-assembler.cc",
1033 "src/compiler/code-assembler.h", 1031 "src/compiler/code-assembler.h",
1034 "src/compiler/code-generator-impl.h", 1032 "src/compiler/code-generator-impl.h",
1035 "src/compiler/code-generator.cc", 1033 "src/compiler/code-generator.cc",
1036 "src/compiler/code-generator.h", 1034 "src/compiler/code-generator.h",
1037 "src/compiler/common-node-cache.cc", 1035 "src/compiler/common-node-cache.cc",
1038 "src/compiler/common-node-cache.h", 1036 "src/compiler/common-node-cache.h",
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
3005 ] 3003 ]
3006 3004
3007 configs = [ 3005 configs = [
3008 ":external_config", 3006 ":external_config",
3009 ":internal_config_base", 3007 ":internal_config_base",
3010 ] 3008 ]
3011 } 3009 }
3012 3010
3013 v8_fuzzer("wasm_data_section_fuzzer") { 3011 v8_fuzzer("wasm_data_section_fuzzer") {
3014 } 3012 }
OLDNEW
« no previous file with comments | « no previous file | src/DEPS » ('j') | src/compiler/bytecode-analysis.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698