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