From: Götz Lindenmaier Date: Mon, 18 Mar 2002 16:04:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c77923ffb3301a3413a770aad986bdb822095fe6;p=libfirm *** empty log message *** [r333] --- diff --git a/Changes b/Changes index 3feb4b058..fb2a98cd4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ + 15.3. Goetz + Bug: dominator construction aborts for BreakTest with flag 3.31 + Problem: optimization of many subsequent blocks (Jmp-chains) + where one is inlined (Tuple control flow) in a loop. Not all + nodes in merged blocks are moved to remaining block. + Fix: different calling order to optimize_in_place_2 from + optimize_in_place_wrapper. + Bug: dumping cfg when a block is Bad. Fix: Output Bad node. + Change: not only turn off cse but all optimizations during + inlining. + + 15.3. Goetz + Parted common.h into two files common_t.h. By this config.h + as well as the preprocessor flags are no more visible externaly. + Adapted include directives. + 12.3. Goetz Bugfix in inlining: problems in combination with cse.