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