Title: [192776] trunk/Source/_javascript_Core
Revision
192776
Author
[email protected]
Date
2015-11-27 04:59:34 -0800 (Fri, 27 Nov 2015)

Log Message

[cmake] Add new B3 source files to the build system
https://bugs.webkit.org/show_bug.cgi?id=151618

Reviewed by Gyuyoung Kim.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (192775 => 192776)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2015-11-27 08:37:44 UTC (rev 192775)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2015-11-27 12:59:34 UTC (rev 192776)
@@ -79,9 +79,12 @@
     b3/air/AirHandleCalleeSaves.cpp
     b3/air/AirInsertionSet.cpp
     b3/air/AirInst.cpp
+    b3/air/AirIteratedRegisterCoalescing.cpp
+    b3/air/AirOptimizeBlockOrder.cpp
     b3/air/AirPhaseScope.cpp
     b3/air/AirRegisterPriority.cpp
     b3/air/AirReportUsedRegisters.cpp
+    b3/air/AirSimplifyCFG.cpp
     b3/air/AirSpecial.cpp
     b3/air/AirSpillEverything.cpp
     b3/air/AirStackSlot.cpp
@@ -90,22 +93,29 @@
 
     b3/B3ArgumentRegValue.cpp
     b3/B3BasicBlock.cpp
+    b3/B3BlockInsertionSet.cpp
+    b3/B3CCallValue.cpp
     b3/B3CheckSpecial.cpp
     b3/B3CheckValue.cpp
-    b3/B3ConstrainedValue.cpp
     b3/B3Common.cpp
     b3/B3Commutativity.cpp
+    b3/B3Compilation.cpp
     b3/B3Const32Value.cpp
     b3/B3Const64Value.cpp
     b3/B3ConstDoubleValue.cpp
+    b3/B3ConstrainedValue.cpp
     b3/B3ControlValue.cpp
+    b3/B3DataSection.cpp
     b3/B3Effects.cpp
     b3/B3FrequencyClass.cpp
     b3/B3Generate.cpp
     b3/B3HeapRange.cpp
     b3/B3InsertionSet.cpp
+    b3/B3LowerMacros.cpp
     b3/B3LowerToAir.cpp
     b3/B3MemoryValue.cpp
+    b3/B3MoveConstants.cpp
+    b3/B3OpaqueByproducts.cpp
     b3/B3Opcode.cpp
     b3/B3Origin.cpp
     b3/B3PatchpointSpecial.cpp
@@ -125,6 +135,7 @@
     b3/B3UseCounts.cpp
     b3/B3Validate.cpp
     b3/B3Value.cpp
+    b3/B3ValueKey.cpp
     b3/B3ValueRep.cpp
 
     bindings/ScriptFunctionCall.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (192775 => 192776)


--- trunk/Source/_javascript_Core/ChangeLog	2015-11-27 08:37:44 UTC (rev 192775)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-11-27 12:59:34 UTC (rev 192776)
@@ -1,3 +1,12 @@
+2015-11-27  Csaba Osztrogonác  <[email protected]>
+
+        [cmake] Add new B3 source files to the build system
+        https://bugs.webkit.org/show_bug.cgi?id=151618
+
+        Reviewed by Gyuyoung Kim.
+
+        * CMakeLists.txt:
+
 2015-11-26  Carlos Garcia Campos  <[email protected]>
 
         [GLIB] Implement garbage collector timers
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to