Title: [153369] trunk/Source/_javascript_Core
Revision
153369
Author
[email protected]
Date
2013-07-26 01:34:32 -0700 (Fri, 26 Jul 2013)

Log Message

Unreviewed.

* Target.pri: Adding missing DFG files to the Qt build.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153368 => 153369)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-26 05:54:22 UTC (rev 153368)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-26 08:34:32 UTC (rev 153369)
@@ -1,3 +1,9 @@
+2013-07-26  Zan Dobersek  <[email protected]>
+
+        Unreviewed.
+
+        * Target.pri: Adding missing DFG files to the Qt build.
+
 2013-07-25  Csaba Osztrogonác  <[email protected]>
 
         GTK and Qt buildfix after the intrusive win buildfix r153360.

Modified: trunk/Source/_javascript_Core/Target.pri (153368 => 153369)


--- trunk/Source/_javascript_Core/Target.pri	2013-07-26 05:54:22 UTC (rev 153368)
+++ trunk/Source/_javascript_Core/Target.pri	2013-07-26 08:34:32 UTC (rev 153369)
@@ -146,6 +146,7 @@
     dfg/DFGFinalizer.cpp \
     dfg/DFGFixupPhase.cpp \
     dfg/DFGFlushFormat.cpp \
+    dfg/DFGFlushLivenessAnalysisPhase.cpp \
     dfg/DFGGraph.cpp \
     dfg/DFGInPlaceAbstractState.cpp \
     dfg/DFGJITCode.cpp \
@@ -176,6 +177,7 @@
     dfg/DFGPredictionPropagationPhase.cpp \
     dfg/DFGPredictionInjectionPhase.cpp \
     dfg/DFGRepatch.cpp \
+    dfg/DFGSSAConversionPhase.cpp \
     dfg/DFGSpeculativeJIT.cpp \
     dfg/DFGSpeculativeJIT32_64.cpp \
     dfg/DFGSpeculativeJIT64.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to