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

Side by Side Diff: test/cctest/compiler/test-linkage.cc

Issue 676353002: [turbofan] Merge GenericNode with Node. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Win64 build Created 6 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 | Annotate | Revision Log
« no previous file with comments | « test/cctest/compiler/test-graph-reducer.cc ('k') | test/cctest/compiler/test-node.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 V8 project authors. All rights reserved. 1 // Copyright 2014 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 #include "src/v8.h" 5 #include "src/v8.h"
6 6
7 #include "src/compiler.h" 7 #include "src/compiler.h"
8 #include "src/zone.h" 8 #include "src/zone.h"
9 9
10 #include "src/compiler/common-operator.h" 10 #include "src/compiler/common-operator.h"
11 #include "src/compiler/generic-node-inl.h"
12 #include "src/compiler/graph.h" 11 #include "src/compiler/graph.h"
13 #include "src/compiler/linkage.h" 12 #include "src/compiler/linkage.h"
14 #include "src/compiler/machine-operator.h" 13 #include "src/compiler/machine-operator.h"
15 #include "src/compiler/node.h" 14 #include "src/compiler/node.h"
16 #include "src/compiler/operator.h" 15 #include "src/compiler/operator.h"
17 #include "src/compiler/pipeline.h" 16 #include "src/compiler/pipeline.h"
18 #include "src/compiler/schedule.h" 17 #include "src/compiler/schedule.h"
19 #include "test/cctest/cctest.h" 18 #include "test/cctest/cctest.h"
20 19
21 #if V8_TURBOFAN_TARGET 20 #if V8_TURBOFAN_TARGET
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 // TODO(titzer): test linkage creation for outgoing runtime calls. 103 // TODO(titzer): test linkage creation for outgoing runtime calls.
105 } 104 }
106 105
107 106
108 TEST(TestLinkageStubCall) { 107 TEST(TestLinkageStubCall) {
109 // TODO(titzer): test linkage creation for outgoing stub calls. 108 // TODO(titzer): test linkage creation for outgoing stub calls.
110 } 109 }
111 110
112 111
113 #endif // V8_TURBOFAN_TARGET 112 #endif // V8_TURBOFAN_TARGET
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-graph-reducer.cc ('k') | test/cctest/compiler/test-node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698