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

Side by Side Diff: test/unittests/BUILD.gn

Issue 2410673002: [Turbofan] Add concept of FP register aliasing on ARM 32. (Closed)
Patch Set: Add a TODO. 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
OLDNEW
1 # Copyright 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project 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("../../gni/v8.gni") 5 import("../../gni/v8.gni")
6 6
7 v8_executable("unittests") { 7 v8_executable("unittests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "compiler/escape-analysis-unittest.cc", 43 "compiler/escape-analysis-unittest.cc",
44 "compiler/graph-reducer-unittest.cc", 44 "compiler/graph-reducer-unittest.cc",
45 "compiler/graph-reducer-unittest.h", 45 "compiler/graph-reducer-unittest.h",
46 "compiler/graph-trimmer-unittest.cc", 46 "compiler/graph-trimmer-unittest.cc",
47 "compiler/graph-unittest.cc", 47 "compiler/graph-unittest.cc",
48 "compiler/graph-unittest.h", 48 "compiler/graph-unittest.h",
49 "compiler/instruction-selector-unittest.cc", 49 "compiler/instruction-selector-unittest.cc",
50 "compiler/instruction-selector-unittest.h", 50 "compiler/instruction-selector-unittest.h",
51 "compiler/instruction-sequence-unittest.cc", 51 "compiler/instruction-sequence-unittest.cc",
52 "compiler/instruction-sequence-unittest.h", 52 "compiler/instruction-sequence-unittest.h",
53 "compiler/instruction-unittest.cc",
53 "compiler/int64-lowering-unittest.cc", 54 "compiler/int64-lowering-unittest.cc",
54 "compiler/js-builtin-reducer-unittest.cc", 55 "compiler/js-builtin-reducer-unittest.cc",
55 "compiler/js-create-lowering-unittest.cc", 56 "compiler/js-create-lowering-unittest.cc",
56 "compiler/js-intrinsic-lowering-unittest.cc", 57 "compiler/js-intrinsic-lowering-unittest.cc",
57 "compiler/js-operator-unittest.cc", 58 "compiler/js-operator-unittest.cc",
58 "compiler/js-typed-lowering-unittest.cc", 59 "compiler/js-typed-lowering-unittest.cc",
59 "compiler/linkage-tail-call-unittest.cc", 60 "compiler/linkage-tail-call-unittest.cc",
60 "compiler/live-range-builder.h", 61 "compiler/live-range-builder.h",
61 "compiler/live-range-unittest.cc", 62 "compiler/live-range-unittest.cc",
62 "compiler/liveness-analyzer-unittest.cc", 63 "compiler/liveness-analyzer-unittest.cc",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "//testing/gtest", 171 "//testing/gtest",
171 ] 172 ]
172 173
173 if (is_win) { 174 if (is_win) {
174 # This warning is benignly triggered by the U16 and U32 macros in 175 # This warning is benignly triggered by the U16 and U32 macros in
175 # bytecode-utils.h. 176 # bytecode-utils.h.
176 # C4309: 'static_cast': truncation of constant value 177 # C4309: 'static_cast': truncation of constant value
177 cflags = [ "/wd4309" ] 178 cflags = [ "/wd4309" ]
178 } 179 }
179 } 180 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-run-native-calls.cc ('k') | test/unittests/compiler/instruction-sequence-unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698