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