Add arch_reg_out_is_allocatable().
[libfirm] / NEWS
1 ====== Libfirm 1.13.0 (2008-07-31) ======
2
3 * VanDrunen's GVN-PRE fixed
4 * operator strength reduce fixed and improved
5 * fixed 64bit code generation for some rare compare cases
6 * better tailrecursion optimization: handles x * func() and x + func()
7 * improved inliner: better heuristics for inlining, can now inline recursive calls
8 * improved spiller
9 * lowering of CopyB nodes
10 * better memory disambiguator
11 * float->64bit conversion fixed for x87
12 * removed old verbosity level based debugging: all modules use the new debug facility
13 * Improved Confirm based optimization and conditional evaluation (using Confirm nodes)
14 * BugFixes: tail recursion, load/store optimization, lowering of structure return, conditional
15   evaluation, removal of unused methods
16 * reduced numer of indirections for backend operation
17 * ia32 Backend: supports more CPU architectures
18 * ARM Backend: fixed frame access
19 * support for special segments (like constructors, destructors)
20
21 ====== Libfirm 1.12.1 (2008-02-18) ======
22
23 * bugfixes for new style initializers with bitfield types
24 * make lowerer look at constant initializers too
25
26 ====== Libfirm 1.12.0 (2008-02-14) ======
27
28 * dependency on libcore and libobstack dropped
29 * there's an alternative easier to use way to construct compound initializers
30 * bugfixes
31 * improved support for exceptions
32 * speed improvements
33 * optimisation of known libc functions
34
35 ====== Libfirm 1.11.0 (2008-11-05) ======
36
37 * Lots of bugfixes
38 * Compilation speed improved
39 * Completely improved and rewritten handling of x86 address mode
40 * Optimized Mul -> Lea,Shift,Add transformation
41 * 64bit operations fixed and improved
42 * More local optimisations
43 * New backend peephole optimisations
44 * Explicit status flag modeling (only for x86 for now)
45 * Improvements of Load/Store optimisation and alias analysis
46
47 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)