X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=NEWS;h=a8864a4a7fb6576e2218fab5f14f71b6b0bc3873;hb=43e469dac6283dc1961116c4e8b02b27cfc104dc;hp=77820e5c2069656699d971af4f8c29ee7e45d099;hpb=60aee65e40d054356098006e3941174a7733571a;p=libfirm diff --git a/NEWS b/NEWS index 77820e5c2..a8864a4a7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ -====== libFirm 1.18.0 (2010-??) ====== +====== libFirm 1.18.1 (1010-05-05) ====== +* Fix bug where stackframe was not always setup for -fno-omit-frame-pointer +* bugfixes in Asm handling + +====== libFirm 1.18.0 (2010-04-15) ====== * Includes "Preference Guided Register Assignment" algorithm * Experimental Value Range Propagation -* Experimental Loop Inversion and Loop Unrolling code +* Loop Inversion and experimental Loop Unrolling code * Simplified construction interface. Most node constructors don't need graph/block arguments anymore. * Reworked type interface. Type names are optional now. Support for additional linkage types that among others support C++ 'linkonce' semantics now. * Small changes in constructors and node getters/setters (mostly adding 'const' to some getters)