- moved peephole_IncSP_IncSP() to bepeephole.c, as this is a generic function and...
[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 * BugFixes: tail recursion, load/store optimisation
12
13 ====== Libfirm 1.12.1 (2008-02-18) ======
14
15 * bugfixes for new style initializers with bitfield types
16 * make lowerer look at constant initializers too
17
18 ====== Libfirm 1.12.0 (2008-02-14) ======
19
20 * dependency on libcore and libobstack dropped
21 * there's an alternative easier to use way to construct compound initializers
22 * bugfixes
23 * improved support for exceptions
24 * speed improvements
25 * optimisation of known libc functions
26
27 ====== Libfirm 1.11.0 (2008-11-05) ======
28
29 * Lots of bugfixes
30 * Compilation speed improved
31 * Completely improved and rewritten handling of x86 address mode
32 * Optimized Mul -> Lea,Shift,Add transformation
33 * 64bit operations fixed and improved
34 * More local optimisations
35 * New backend peephole optimisations
36 * Explicit status flag modeling (only for x86 for now)
37 * Improvements of Load/Store optimisation and alias analysis
38
39 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)