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