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

Side by Side Diff: BUILD.gn

Issue 1162563002: [turbofan] Remove the useless SimplifiedOperatorReducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/pipeline.cc » ('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 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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "src/compiler/register-configuration.h", 722 "src/compiler/register-configuration.h",
723 "src/compiler/representation-change.h", 723 "src/compiler/representation-change.h",
724 "src/compiler/schedule.cc", 724 "src/compiler/schedule.cc",
725 "src/compiler/schedule.h", 725 "src/compiler/schedule.h",
726 "src/compiler/scheduler.cc", 726 "src/compiler/scheduler.cc",
727 "src/compiler/scheduler.h", 727 "src/compiler/scheduler.h",
728 "src/compiler/select-lowering.cc", 728 "src/compiler/select-lowering.cc",
729 "src/compiler/select-lowering.h", 729 "src/compiler/select-lowering.h",
730 "src/compiler/simplified-lowering.cc", 730 "src/compiler/simplified-lowering.cc",
731 "src/compiler/simplified-lowering.h", 731 "src/compiler/simplified-lowering.h",
732 "src/compiler/simplified-operator-reducer.cc",
733 "src/compiler/simplified-operator-reducer.h",
734 "src/compiler/simplified-operator.cc", 732 "src/compiler/simplified-operator.cc",
735 "src/compiler/simplified-operator.h", 733 "src/compiler/simplified-operator.h",
736 "src/compiler/source-position.cc", 734 "src/compiler/source-position.cc",
737 "src/compiler/source-position.h", 735 "src/compiler/source-position.h",
738 "src/compiler/state-values-utils.cc", 736 "src/compiler/state-values-utils.cc",
739 "src/compiler/state-values-utils.h", 737 "src/compiler/state-values-utils.h",
740 "src/compiler/tail-call-optimization.cc", 738 "src/compiler/tail-call-optimization.cc",
741 "src/compiler/tail-call-optimization.h", 739 "src/compiler/tail-call-optimization.h",
742 "src/compiler/typer.cc", 740 "src/compiler/typer.cc",
743 "src/compiler/typer.h", 741 "src/compiler/typer.h",
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 sources += [ 1675 sources += [
1678 "src/d8-debug.cc", 1676 "src/d8-debug.cc",
1679 "$target_gen_dir/d8-js.cc", 1677 "$target_gen_dir/d8-js.cc",
1680 ] 1678 ]
1681 } 1679 }
1682 if (v8_enable_i18n_support) { 1680 if (v8_enable_i18n_support) {
1683 deps += [ "//third_party/icu" ] 1681 deps += [ "//third_party/icu" ]
1684 } 1682 }
1685 } 1683 }
1686 } 1684 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698