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

Side by Side Diff: BUILD.gn

Issue 1849603002: [turbofan] Effect linearization after representation inference. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 4 years, 8 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.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/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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 "src/compiler/common-operator.h", 805 "src/compiler/common-operator.h",
806 "src/compiler/control-builders.cc", 806 "src/compiler/control-builders.cc",
807 "src/compiler/control-builders.h", 807 "src/compiler/control-builders.h",
808 "src/compiler/control-equivalence.cc", 808 "src/compiler/control-equivalence.cc",
809 "src/compiler/control-equivalence.h", 809 "src/compiler/control-equivalence.h",
810 "src/compiler/control-flow-optimizer.cc", 810 "src/compiler/control-flow-optimizer.cc",
811 "src/compiler/control-flow-optimizer.h", 811 "src/compiler/control-flow-optimizer.h",
812 "src/compiler/dead-code-elimination.cc", 812 "src/compiler/dead-code-elimination.cc",
813 "src/compiler/dead-code-elimination.h", 813 "src/compiler/dead-code-elimination.h",
814 "src/compiler/diamond.h", 814 "src/compiler/diamond.h",
815 "src/compiler/effect-control-linearizer.cc",
816 "src/compiler/effect-control-linearizer.h",
815 "src/compiler/escape-analysis-reducer.cc", 817 "src/compiler/escape-analysis-reducer.cc",
816 "src/compiler/escape-analysis-reducer.h", 818 "src/compiler/escape-analysis-reducer.h",
817 "src/compiler/escape-analysis.cc", 819 "src/compiler/escape-analysis.cc",
818 "src/compiler/escape-analysis.h", 820 "src/compiler/escape-analysis.h",
819 "src/compiler/frame-elider.cc", 821 "src/compiler/frame-elider.cc",
820 "src/compiler/frame-elider.h", 822 "src/compiler/frame-elider.h",
821 "src/compiler/frame-states.cc", 823 "src/compiler/frame-states.cc",
822 "src/compiler/frame-states.h", 824 "src/compiler/frame-states.h",
823 "src/compiler/frame.cc", 825 "src/compiler/frame.cc",
824 "src/compiler/frame.h", 826 "src/compiler/frame.h",
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 2161
2160 configs -= [ "//build/config/compiler:chromium_code" ] 2162 configs -= [ "//build/config/compiler:chromium_code" ]
2161 configs += [ "//build/config/compiler:no_chromium_code" ] 2163 configs += [ "//build/config/compiler:no_chromium_code" ]
2162 configs += [ 2164 configs += [
2163 ":internal_config", 2165 ":internal_config",
2164 ":libplatform_config", 2166 ":libplatform_config",
2165 ":features", 2167 ":features",
2166 ":toolchain", 2168 ":toolchain",
2167 ] 2169 ]
2168 } 2170 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698