From: Götz Lindenmaier Date: Tue, 20 Nov 2001 13:25:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9d57750a1bc1b74199acf09fd18c217a72d74af6;p=libfirm *** empty log message *** [r273] --- diff --git a/Changes b/Changes index df106cb68..2942d78e8 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,14 @@ - - - 8.11.2001 Goetz + 20.11.2001 Goetz + Changed SSA constuction for exception control flow. + If PRECISE_EXC_CONTEXT is used Phi nodes will use the values + valid when the execption operation was allocated. This increases + the memory consuption of the construction algorithm by + n_loc * #fragile_ops. + + 19.11.2001 Goetz Added method to replace in array of a node in irnode.c/h - Added funcionality to irgmod: + Added functionality to irgmod: * collect all Phi nodes as link-list in the Blocks link field * collect all Proj nodes as link-list in node producing the tuple. * Seperate a Block into two diff --git a/TODO b/TODO index f7732bb8c..48b667fb4 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,10 @@ - * 19.11.2001 Goetz + + 19.11.2001 Goetz SymConst mit ident taugt nicht: Wenn man z.B. die Prozedur kennt sollte man die entitaet der Prozedur angeben koennen. Ermoeglicht einfachere Navigation im Callgraphen. + --> Verwende Const mit entity. - * 13.11.2001 Goetz + + 13.11.2001 Goetz Aufbau Exceptions tut nicht: 1) mache exception handle block 2) baue code auf, verzweige von fragile ops zu dem Handler