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

Unified Diff: BUILD.gn

Issue 1763233003: S390: Initial Impl of Crankshaft features (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e381f3ea6ea3dbbc8575c1e4234b474487d20bee..6077fb50ff695d7977b04d826638028e73962b49 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1644,6 +1644,12 @@ source_set("v8_base") {
"src/compiler/s390/instruction-codes-s390.h",
"src/compiler/s390/instruction-scheduler-s390.cc",
"src/compiler/s390/instruction-selector-s390.cc",
+ "src/crankshaft/s390/lithium-codegen-s390.cc",
+ "src/crankshaft/s390/lithium-codegen-s390.h",
+ "src/crankshaft/s390/lithium-gap-resolver-s390.cc",
+ "src/crankshaft/s390/lithium-gap-resolver-s390.h",
+ "src/crankshaft/s390/lithium-s390.cc",
+ "src/crankshaft/s390/lithium-s390.h",
"src/debug/s390/debug-s390.cc",
"src/ic/s390/access-compiler-s390.cc",
"src/ic/s390/handler-compiler-s390.cc",
« no previous file with comments | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698