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