a better version of a copyb lowerer
[libfirm] / NEWS
1 ====== Libfirm 1.13.0 (XXXX-XX-XX) ======
2
3 * operator strength reduce fixed and improved
4 * fixed 64bit code generation for some rary compare cases
5
6 ====== Libfirm 1.12.1 (2008-02-18) ======
7
8 * bugfixes for new style initializers with bitfield types
9 * make lowerer look at constant initializers too
10
11 ====== Libfirm 1.12.0 (2008-02-14) ======
12
13 * dependency on libcore and libobstack dropped
14 * there's an alternative easier to use way to construct compound initializers
15 * bugfixes
16 * improved support for exceptions
17 * speed improvements
18 * optimisation of known libc functions
19
20 ====== Libfirm 1.11.0 (2008-11-05) ======
21
22 * Lots of bugfixes
23 * Compilation speed improved
24 * Completely improved and rewritten handling of x86 address mode
25 * Optimized Mul -> Lea,Shift,Add transformation
26 * 64bit operations fixed and improved
27 * More local optimisations
28 * New backend peephole optimisations
29 * Explicit status flag modeling (only for x86 for now)
30 * Improvements of Load/Store optimisation and alias analysis
31
32 -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)