====== Libfirm 1.13.0 (XXXX-XX-XX) ====== * operator strength reduce fixed and improved * fixed 64bit code generation for some rary compare cases * better tailrecursion optimization: handles x * func() and x + func() * improved inliner: better heuristic for inlining, can now inline recursive calls * lowering of CopyB nodes * better memory disambiguator * float->64bit conversion fixed for x87 * removed old verbosity level based debugging: all modules ese the new debug facility * BugFixes: tail recursion, load/store optimisation ====== Libfirm 1.12.1 (2008-02-18) ====== * bugfixes for new style initializers with bitfield types * make lowerer look at constant initializers too ====== Libfirm 1.12.0 (2008-02-14) ====== * dependency on libcore and libobstack dropped * there's an alternative easier to use way to construct compound initializers * bugfixes * improved support for exceptions * speed improvements * optimisation of known libc functions ====== Libfirm 1.11.0 (2008-11-05) ====== * Lots of bugfixes * Compilation speed improved * Completely improved and rewritten handling of x86 address mode * Optimized Mul -> Lea,Shift,Add transformation * 64bit operations fixed and improved * More local optimisations * New backend peephole optimisations * Explicit status flag modeling (only for x86 for now) * Improvements of Load/Store optimisation and alias analysis -> All C benchmarks from Spec CINT2000 work now (with our edg frontend)