is_Abs() added
[libfirm] / NEWS
diff --git a/NEWS b/NEWS
index 998e161..71c2a4b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
+====== Libfirm 1.13.0 (XXXX-XX-XX) ======
+
+* operator strength reduce fixed and improved
+* fixed 64bit code generation for some rary compare cases
+* better tailrecursion optimization: handles x * func() and x + func()
+* inlining can now handle recursive calls
+* lowering of CopyB nodes
+* better memory disambiguator
+* float->64bit conversion fixed for x87
+
+====== Libfirm 1.12.1 (2008-02-18) ======
+
+* bugfixes for new style initializers with bitfield types
+* make lowerer look at constant initializers too
+
 ====== Libfirm 1.12.0 (2008-02-14) ======
 
-* copy libcore and libobstack into libfirm to avoid the need to build external
-  libraries for libfirm
+* dependency on libcore and libobstack dropped
 * there's an alternative easier to use way to construct compound initializers
 * bugfixes
 * improved support for exceptions