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