renamed SubSP to SubSPandCopy, add some constants
[libfirm] / NEWS
diff --git a/NEWS b/NEWS
index 0f5b974..47da986 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
-====== 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()
+* improved inliner: better heuristic for inlining, can now inline recursive calls
+* lowering of CopyB nodes
+* better memory disambiguator
+* float->64bit conversion fixed for x87
+* removed old verbosity level based debugging: all modules ese the new debug facility
+* BugFixes: tail recursion, load/store optimisation
+
+====== 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