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