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