relnotes for release
[libfirm] / NEWS
1 ====== Libfirm 1.12.0 (2008-02-14) ======
2
3 * dependency on libcore and libobstack dropped
4 * there's an alternative easier to use way to construct compound initializers
5 * bugfixes
6 * improved support for exceptions
7 * speed improvements
8 * optimisation of known libc functions
9
10 ====== Libfirm 1.11.0 (2008-11-05) ======
11
12 * Lots of bugfixes
13 * Compilation speed improved
14 * Completely improved and rewritten handling of x86 address mode
15 * Optimized Mul -> Lea,Shift,Add transformation
16 * 64bit operations fixed and improved
17 * More local optimisations
18 * New backend peephole optimisations
19 * Explicit status flag modeling (only for x86 for now)
20 * Improvements of Load/Store optimisation and alias analysis
21
22 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)