C99 feature removed.
[libfirm] / NEWS
1 ====== libFirm 1.19.0 (1011-03-15) ======
2 * Includes "SSA-Based Register Allocation with PBQP"
3 * Improved Sparc backend
4 * New (optimistic) fixpoint based value-range propagation/bit analysis
5 * Code cleanup and refactoring
6 * Bugfixes
7
8 ====== libFirm 1.18.1 (1010-05-05) ======
9 * Fix bug where stackframe was not always setup for -fno-omit-frame-pointer
10 * bugfixes in Asm handling
11
12 ====== libFirm 1.18.0 (2010-04-15) ======
13 * Includes "Preference Guided Register Assignment" algorithm
14 * Experimental Value Range Propagation
15 * Loop Inversion and experimental Loop Unrolling code
16 * Simplified construction interface. Most node constructors don't need graph/block arguments anymore.
17 * Reworked type interface. Type names are optional now. Support for additional linkage types that among others support C++ 'linkonce' semantics now.
18 * Small changes in constructors and node getters/setters (mostly adding 'const' to some getters)
19 * code cleanup, smaller improvements in API specification
20 * bugfixes
21
22 ====== libFirm 1.17.0 (2009-05-15) ======
23 * bugfixes
24 * advanced load/store optimisation which hoists loads out of loops
25 * Internal restruturing: Alot of node structures are automatically generated
26    from a specification file now.
27 * Add support for multiple calling conventions
28 * New experimental support for reading and writing programgraphs to disk
29 * Support and optimisations for trampolines
30 * fix PIC support
31
32 ====== libFirm 1.16.0 (2009-01-28) ======
33 * bugfixes
34 * support for builtin nodes
35
36 ====== libFirm 1.15.0 (2008-12-01) ======
37 * bugfixes
38
39 ====== libFirm 1.14.0 (2008-11-22) ======
40 * Implementation of Clicks Combined Analysis/Optimisations
41 * New switch lowering code
42 * support for global asm statements
43 * improved asm support
44 * PIC support for Mac OS X
45 * New register pressure minimizing scheduler
46 * Improvements to spill algorithm
47 * fix endless loop problems
48 * further improve inlining heuristics
49 * improve peephole optimisations for x86
50 * bugfixes
51
52 ====== libFirm 1.13.0 (2008-07-31) ======
53
54 * VanDrunen's GVN-PRE fixed
55 * operator strength reduce fixed and improved
56 * fixed 64bit code generation for some rare compare cases
57 * better tailrecursion optimization: handles x * func() and x + func()
58 * improved inliner: better heuristics for inlining, can now inline recursive calls
59 * improved spiller
60 * lowering of CopyB nodes
61 * better memory disambiguator
62 * float->64bit conversion fixed for x87
63 * removed old verbosity level based debugging: all modules use the new debug facility
64 * Improved Confirm based optimization and conditional evaluation (using Confirm nodes)
65 * BugFixes: tail recursion, load/store optimization, lowering of structure return, conditional
66   evaluation, removal of unused methods
67 * reduced numer of indirections for backend operation
68 * ia32 Backend: supports more CPU architectures
69 * ARM Backend: fixed frame access
70 * support for special segments (like constructors, destructors)
71
72 ====== libFirm 1.12.1 (2008-02-18) ======
73
74 * bugfixes for new style initializers with bitfield types
75 * make lowerer look at constant initializers too
76
77 ====== libFirm 1.12.0 (2008-02-14) ======
78
79 * dependency on libcore and libobstack dropped
80 * there's an alternative easier to use way to construct compound initializers
81 * bugfixes
82 * improved support for exceptions
83 * speed improvements
84 * optimisation of known libc functions
85
86 ====== libFirm 1.11.0 (2008-11-05) ======
87
88 * Lots of bugfixes
89 * Compilation speed improved
90 * Completely improved and rewritten handling of x86 address mode
91 * Optimized Mul -> Lea,Shift,Add transformation
92 * 64bit operations fixed and improved
93 * More local optimisations
94 * New backend peephole optimisations
95 * Explicit status flag modeling (only for x86 for now)
96 * Improvements of Load/Store optimisation and alias analysis
97
98 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)