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