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: handles x * func() and x + func()
6 * improved inliner: better heuristic for inlining, can now inline recursive calls
7 * lowering of CopyB nodes
8 * better memory disambiguator
9 * float->64bit conversion fixed for x87
10 * removed old verbosity level based debugging: all modules ese the new debug facility
11
12 ====== Libfirm 1.12.1 (2008-02-18) ======
13
14 * bugfixes for new style initializers with bitfield types
15 * make lowerer look at constant initializers too
16
17 ====== Libfirm 1.12.0 (2008-02-14) ======
18
19 * dependency on libcore and libobstack dropped
20 * there's an alternative easier to use way to construct compound initializers
21 * bugfixes
22 * improved support for exceptions
23 * speed improvements
24 * optimisation of known libc functions
25
26 ====== Libfirm 1.11.0 (2008-11-05) ======
27
28 * Lots of bugfixes
29 * Compilation speed improved
30 * Completely improved and rewritten handling of x86 address mode
31 * Optimized Mul -> Lea,Shift,Add transformation
32 * 64bit operations fixed and improved
33 * More local optimisations
34 * New backend peephole optimisations
35 * Explicit status flag modeling (only for x86 for now)
36 * Improvements of Load/Store optimisation and alias analysis
37
38 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)