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