fix check for posix realtime extensions
[libfirm] / NEWS
diff --git a/NEWS b/NEWS
index 0f5b974..71c2a4b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
-====== Libfirm 1.11.0 ======
+====== 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) ======
+
+* dependency on libcore and libobstack dropped
+* there's an alternative easier to use way to construct compound initializers
+* bugfixes
+* improved support for exceptions
+* speed improvements
+* optimisation of known libc functions
+
+====== Libfirm 1.11.0 (2008-11-05) ======
 
 * Lots of bugfixes
 * Compilation speed improved