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