40173eae8378dfab28eaf2cddfbe8dea640bdcee
[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 optimization, lowering of structure return, conditional
12   evaluation
13 * Improved Confirm based optimization
14 * ia32 Backend: supports more CPU architectures
15 * arm Backend: fixed frame access
16
17 ====== Libfirm 1.12.1 (2008-02-18) ======
18
19 * bugfixes for new style initializers with bitfield types
20 * make lowerer look at constant initializers too
21
22 ====== Libfirm 1.12.0 (2008-02-14) ======
23
24 * dependency on libcore and libobstack dropped
25 * there's an alternative easier to use way to construct compound initializers
26 * bugfixes
27 * improved support for exceptions
28 * speed improvements
29 * optimisation of known libc functions
30
31 ====== Libfirm 1.11.0 (2008-11-05) ======
32
33 * Lots of bugfixes
34 * Compilation speed improved
35 * Completely improved and rewritten handling of x86 address mode
36 * Optimized Mul -> Lea,Shift,Add transformation
37 * 64bit operations fixed and improved
38 * More local optimisations
39 * New backend peephole optimisations
40 * Explicit status flag modeling (only for x86 for now)
41 * Improvements of Load/Store optimisation and alias analysis
42
43 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)