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