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

Side by Side Diff: BUILD.gn

Issue 1220823004: [turbofan]: Add a context relaxation Reducer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/ast-graph-builder.h » ('j') | src/compiler/context-relaxation.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/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "src/compiler/coalesced-live-ranges.h", 626 "src/compiler/coalesced-live-ranges.h",
627 "src/compiler/code-generator-impl.h", 627 "src/compiler/code-generator-impl.h",
628 "src/compiler/code-generator.cc", 628 "src/compiler/code-generator.cc",
629 "src/compiler/code-generator.h", 629 "src/compiler/code-generator.h",
630 "src/compiler/common-node-cache.cc", 630 "src/compiler/common-node-cache.cc",
631 "src/compiler/common-node-cache.h", 631 "src/compiler/common-node-cache.h",
632 "src/compiler/common-operator-reducer.cc", 632 "src/compiler/common-operator-reducer.cc",
633 "src/compiler/common-operator-reducer.h", 633 "src/compiler/common-operator-reducer.h",
634 "src/compiler/common-operator.cc", 634 "src/compiler/common-operator.cc",
635 "src/compiler/common-operator.h", 635 "src/compiler/common-operator.h",
636 "src/compiler/context-relaxation.cc",
637 "src/compiler/context-relaxation.h",
636 "src/compiler/control-builders.cc", 638 "src/compiler/control-builders.cc",
637 "src/compiler/control-builders.h", 639 "src/compiler/control-builders.h",
638 "src/compiler/control-equivalence.cc", 640 "src/compiler/control-equivalence.cc",
639 "src/compiler/control-equivalence.h", 641 "src/compiler/control-equivalence.h",
640 "src/compiler/control-flow-optimizer.cc", 642 "src/compiler/control-flow-optimizer.cc",
641 "src/compiler/control-flow-optimizer.h", 643 "src/compiler/control-flow-optimizer.h",
642 "src/compiler/dead-code-elimination.cc", 644 "src/compiler/dead-code-elimination.cc",
643 "src/compiler/dead-code-elimination.h", 645 "src/compiler/dead-code-elimination.h",
644 "src/compiler/diamond.h", 646 "src/compiler/diamond.h",
645 "src/compiler/frame.h", 647 "src/compiler/frame.h",
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 "src/d8-debug.cc", 1708 "src/d8-debug.cc",
1707 "src/d8-debug.h", 1709 "src/d8-debug.h",
1708 "$target_gen_dir/d8-js.cc", 1710 "$target_gen_dir/d8-js.cc",
1709 ] 1711 ]
1710 } 1712 }
1711 if (v8_enable_i18n_support) { 1713 if (v8_enable_i18n_support) {
1712 deps += [ "//third_party/icu" ] 1714 deps += [ "//third_party/icu" ]
1713 } 1715 }
1714 } 1716 }
1715 } 1717 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/ast-graph-builder.h » ('j') | src/compiler/context-relaxation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698