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