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