*** empty log message ***
[libfirm] / Changes
1   15.3. Goetz
2   Bug: dominator construction aborts for BreakTest with flag 3.31
3   Problem: optimization of many subsequent blocks (Jmp-chains)
4   where one is inlined (Tuple control flow) in a loop.  Not all
5   nodes in merged blocks are moved to remaining block.
6   Fix:  different calling order to optimize_in_place_2 from
7   optimize_in_place_wrapper.
8   Bug: dumping cfg when a block is Bad.  Fix: Output Bad node.
9   Change: not only turn off cse but all optimizations during
10   inlining.
11
12   15.3. Goetz
13   Parted common.h into two files common_t.h.  By this config.h
14   as well as the preprocessor flags are no more visible externaly.
15   Adapted include directives.
16
17   12.3. Goetz
18   Bugfix in inlining: problems in combination with cse.
19
20   8.3. Goetz
21   Implemented cf optimizations.
22   Checked compiler flags -- sorted better to fit optimizations.
23
24   4.3. Goetz
25   Bugfix in irdom.
26   Implemented code placement.
27
28   28.2  Goetz
29   block walk in irouts.
30   irdom implemented: dominator information.
31
32   25.2. Goetz
33   Bugfix Optmierung Binops mit mode Tupel.
34
35   22.2. Goetz
36   irgopt: inline_small_irgs implemented
37
38   30.1. - 20.2. Goetz
39   Bugfixes, some access functions ...
40
41   29.1.2002 Goetz
42   New directory: ana for analyses.  Adapted configure/makefiles
43   implemented irout: backedges.  Added one field to ir_graph, one to ir_node.
44   Implemented state management for irgraphs:  see irgraph.h.
45   Must now call finalize_cons() after graph construction!!
46
47   24.1.2002 Goetz
48   Procedure global cse.
49   Flag pinned in irop, irgraph.
50   Global cse in irop, setting the irgraph flag.
51   Example programs: Endless_loop.c. global_cse.c.
52   Adapted irdump.
53
54   23.1.2002 Goetz
55   Implemented support for endless loops:
56   Adapted End node.
57   Adapted Phi constructors so that memory phis are added.
58   Adapted Cond optimization: add block to End.
59   Adapted dead node elimination: compation of Ends predecessors
60   Adapted inlineing:  remember keepalives of inlined graph.
61   Added informative strings to asserts in irvrfy.
62
63   21.1.2002 Goetz
64   Added volatile flag to entity, order flag to array.
65   Added a set of assertions.
66
67   17.1.2002 Goetz
68   Added access function set_class_members()
69
70   21.12.2001 Goetz
71   Asserts in irvrfy that verify the mode of Proj nodes.  For Start,
72   Call, Return they check the corresponding function type!  Corrected
73   bugs in testprograms.
74   Some asserts for legal values of 'pos' arguments in type/entity
75   access routines.
76
77   20.12.2001 Goetz
78   Some access routines for visited flags in entity.h, irnode.h,
79   bug in oo_program_example.
80
81   17.12.2001 Boris
82   Removed all obsolete Makefiles
83
84   10.12.2001 Goetz
85   Added support for constant entities.  A new example program illustrates
86   their use.  Extended dumper routines to dump constant values.
87
88   30.11.2001 Goetz
89   Extendend "comfortable" construction interface by some methods
90   serving as simple shortcuts.
91
92   30.11.2001 Goetz
93   Added a class type to irgs.  This class type is to be used as owner
94   for local entities of the procedure. This are all entities allocated
95   for each execution of the procedure.
96   The class type is allocated automatically by new_ir_graph().  Access
97   routines to get this type are in irgraph.h.
98   We chose a class type as this allows to represent "inner" procedures
99   as, e.g., in Pascal.
100   Adapted array-stack-example.
101
102   29.11.2001 Goetz
103   irdump outputs nodeids instead of pointers for labels of nodes.
104   With a preprocessor flag in common.h this can be turned off.
105
106   28.11.2001 Boris
107   Added an Id tag to every .c and .h file
108
109   20.11.2001 Goetz
110   Changed SSA constuction for exception control flow.
111   If PRECISE_EXC_CONTEXT is used Phi nodes will use the values
112   valid when the execption operation was allocated.  This increases
113   the memory consuption of the construction algorithm by
114   n_loc * #fragile_ops.
115
116   19.11.2001 Goetz
117   Added method to replace in array of a node in irnode.c/h
118   Added functionality to irgmod:
119    * collect all Phi nodes as link-list in the Blocks link field
120    * collect all Proj nodes as link-list in node producing the tuple.
121    * Seperate a Block into two
122   Added inlining transformation in irgopt.h
123   Improved output of dump_ir_block_graph.  Now also dumps nodes that
124   don't belong to a block.
125   Added flag opt_unreachable_code, opt_inline.
126   Changed irvrfy so that it accepts nodes with Bad predecessors.
127
128   19.10.2001 Boris
129   renamed get_type_nameid to get_type_ident
130
131   10.9.2001 Goetz
132   Bugfix: dead node elimination did not replace the hash table
133   for cse.
134
135   29.8.2001 Goetz
136   Added routine remove_irp_irg.
137   Changed comment to free_ir_graph.
138
139   29.8.2001 Goetz
140   Added routine to free irgraphs.
141
142   17.7.2001 Goetz
143   Improved add routines to sub, supertype in type.c
144
145   12.7.2001 Goetz
146   Added implementation of overwrites stuff.
147
148   11.7.2001 Goetz
149   Implemented stuff to change the type graph.  See
150   typegmod.h and tpop.h for basic documentation of the change.
151   There now exists a type of kind type_id.  If this appears
152   externally this is a bug.
153
154   9.7.2001 Goetz
155   Added some new access routines to types.
156   List of overwritten fields for entities.
157   Removed a bug in irnode.
158
159   4.7.2001 Goetz
160   Added a routine to set the mangled entity name.
161   Added two routines to copy entites.
162
163   3.7.2001 Goetz
164   Entities now have two more flags, for visibility and allocation mode.
165   Types that have a layout have a flag indicating whether the layout is
166   fixed.
167
168   25.6.2001 Goetz
169   We distinguish three kinds of Cond nodes.  These can be distinguished
170   by the mode of the selector operand and an internal flag of type cond_kind.
171   First we distinguish binary Conds and switch Conds.
172   A binary Cond has as selector a boolean value.  Proj(0) projects the control
173   flow for case "False", Proj(1) the control flow for "True".  A binary Cond
174   is recognized by the boolean selector.
175   The switch Cond has as selector an unsigned integer.  It produces as result
176   an n+1 Tuple (cf0, ... , cfn) of control flows.
177   We differ two flavours of this Cond.  The first, the dense Cond, passes
178   control along output i if the selector value is i, 0 <= i <= n.  If the
179   selector value is >n it passes control along output n.
180   The second Cond flavor differes in the treatment of cases not specified in
181   the source program.  It magically knows about the existence of Proj nodes.
182   It only passes control along output i, 0 <= i <= n, if a node Proj(Cond, i)
183   exists.  Else it passes control along output n (even if this Proj does not
184   exist.)  This Cond we call "fragmentary".  There is a special constructor
185   new_defaultProj that automatically sets the flavor.
186   The two switch flavors are distinguished by a flag of type cond_kind.
187   Default flavor is "dense"
188
189   20.6.2001 Goetz
190   Extended iropt, tv.
191   tv now implements Minus, Abs.
192   iropt now optimizes these and Div, Mod, Quot, DivMod.
193   Still missing: Shrs, Rot.
194   tarval_shr somtimes performs shrs, depending on the compiler/system!!
195   If the ArmRoq implementation is faulty there might appear errors.
196
197   20.6.2001 Goetz
198   Changed ircons: If undefined values are used the Phi construction
199   inserts a constant with value tarval_bad.
200
201   19.6.2001 Goetz
202   Changed array bounds in type.h to ir_node*.  This allows to
203   construct array bounds that are complex constant expressions
204   simpler.  Further dynamic array bounds can be displayed.
205   Comment in ircons.c extended: undefined values in start_block.
206
207   7.6.2001 Goetz
208   ifdef'ed all uses of gmp in tv.c away.  Optimizations for
209   mode_Z no more supported, as well as constants of that mode.
210
211   7.6.2001 Goetz
212   Dokumentation in ir_dump
213   Habe Routinen fuer einzelne Knoten/Kanten aus header entfernt:
214   Benutzen globale Variable die nicht oeffentlich zugaenglich ist.
215
216   28.5.2001 Goetz
217   We need an entity for the array elements for the Sel nodes.  This
218   entity should be stored in the array type.  Changed constructor
219   parameters: include array element type.  Entity for elements is built
220   automatically now.
221
222   28.5.2001 Goetz
223   Removed bug in tv.c.
224   Faulty use of va_arg, became visible with new, stricter gcc 2.96.
225
226   23.5.2001 Goetz
227   Added list of member entites to union.  unioned_types and delimiters
228   are superfluous now -- removed.
229   Rationale: we want to express selection of a union member as a Sel
230   node. for this we need to have entities.  The entities contain the
231   unioned type and have as name the delimiters...
232
233   17.4.2001 Boris
234   Changed Makefile/MakeTargets to install headers and libraries
235   seperately.
236
237   28.3.2001 Boris
238   Changed Makefile and Configure scripts to produce a proper tar file
239   for distribution (libfirm-VERSION.tar)
240   Use 'make distrib' instead of 'make dist'
241
242   14.3.2001 Goetz
243   Changed implementation of tr module.  With this I also changed the
244   interface!!  Type casts are unnecessary now, but some access funcions
245   differ.
246
247
248 ======================================================================
249 ==================== New version: 0.3.0 ==============================
250 ======================================================================
251
252   14.3.2001 Boris
253   added file TODO
254
255   14.3.2001 Boris
256   added creation of a tar archive for distribution
257   replaced ir/.dummy.in by ir/Makefile.in
258
259   13.3.2001 Goetz
260   Changed equivalent_node() and copy_preds() so that the end block
261   is not optimized away if it has no real predecessors.  This fixes
262   the problem with the while examples.
263   Added while_example in Makefile
264
265   12.3.2001 Goetz
266   Fooled around with if_while_example: Why does cse make it abort?
267   Cse removes path to End node, Bad remains as pred of Endblock.
268   The block walker can't deal with this.
269   Made new example with only loop:  while_example.
270
271   12.3.2001 Boris
272   added auto documentation in Makefiles, configure, etc
273   example in ir/ir/ircons.c - much must be added
274   creation of documentation by 'make autodoc' in architecture directory
275
276   5.3.2001 Boris
277   added lots of #ifdef HAVE_CONFIG_G #include "config.h" #endif
278   replaced some C++ style comments (//) by standard C comments /**/
279   added autoconf stuff
280   worked this night:
281         - configure (with some features, see --help for more)
282         - make [depend | tags | install]
283         - make [run] in testprograms
284   did not work:
285         - compilation on SunOS
286         - make dist
287         - automatic call of autoconf if required
288
289   5.3.2001 Goetz
290   More colours in vcg output.
291   Fixed bug:  cse found that start block equals it's
292   first successor as both have the Start block as predecessor.
293   This only happens for local_optimize_graph() as during construction
294   the Start block is not entered in the value table.
295   Changed implementation:  irgmod:  local_optimize_graph() did not
296   empty the hash table with the irnodes for cse.  This might cause that
297   cse turns up with a node that seems better but was removed from the
298   graph in an earlier optimization phase.
299   Removed old #if 1 from ircons.c
300   Commented in call of optimization for Block nodes in irgopt.c, copy_preds():
301   Optimizes blocks that had bad predecessors.
302   Same for Phi nodes.
303
304
305   27.2.2001 Goetz
306   Moved struct from irprog.h to irprog_t.h, same for irmode.h.
307   Added a module deb_info in debug.h.  Adapted makefile.  Added example
308   use in iropt.h.
309   Removed use of debug.h in ident.c. Now debug.c|h can be moved to
310   /adt/.
311   Removed inabled code for dead node elimination in irgopt.h.
312   Renamed some missnamed access routines (_of_).  Macros with old names
313   are in old_fctnames.h.
314   Edited makefiles to remove #* and *.flc.
315
316   ??.2.2001 Goetz
317   Some minor bugfixes...
318
319   25.1.2001 Goetz
320   After compacting of in arrays in dead_node_elimination
321   merge blocks and remove Phis with one pred.
322
323   24.1.2001 Goetz
324   Freeing of obstack in dead_node_elimination commented in.
325   Compacting in arrays of Block and Phi nodes in dead_node_
326   elimination.
327   Some more changes...
328
329   15.01.2001 Goetz
330   added set/get_SymConst_type_or_id in irnode.h
331   added field offset to entity in entity.h
332   added field size to type_class in type.h
333   include "gmp.h" in tv.h with "" instead <>
334
335   12.01.2001 Goetz
336   Some changes to make the lib better portable
337
338   29.12.2000 Goetz
339   Initialize max_node_nr in irprog.
340
341   27.12.2000 Goetz
342   Now outputs warning if faulty type in irdump, dump_type_info.
343   Explicit string termination in irdump, vcg_open.
344
345   20.12.2000 Goetz
346   Added external to declaration of irp.
347   Added typedef before pns and pnc_number.
348   irmode.c, init_mode(): We need to memset all new modes as
349   tarval_vrfy reads fields before they are initialized: It
350   compares to min/max when tarvals for min/max are allocated!
351
352   18.12.2000 Goetz
353   Changed parameter of Methods in type.h and type.c from
354   class to clss.  Class is a C++ keyword.
355
356   10.12.2000 Goetz
357   Changed some testprograms to accomodate Uebprakt.
358
359   7.9.2000 Goetz
360   Finished implementation of dump_all_types.
361   Added new testprogram inheritance_example.
362
363   6.9.2000 Chris
364   Added seven access routines in type.[hc]:
365   get_class_n_member, get_class_n_subtype, get_class_n_supertype,
366   get_strct_n_member, add_strct_member, get_strct_member and set_strct_member.
367   Fixed the type_walk_2 for those seven routines.
368
369   6.9.2000 Goetz
370   Added irdump routine dump_all_types.
371   Did changes to irprog, type, typewalk to achieve this.
372   typewalk needs to walk along members, sub and supertypes, this
373   is still missing!  irdump then needs to output these edges.
374
375 ======================================================================
376 ==================== New version: 0.2.5 ==============================
377 ======================================================================
378
379   3.9.2000 Goetz
380   Made new Version: 0.2.5
381
382   15.8.2000 Goetz until 3.9.00
383   Separated irnode.h and many others into two files: one public
384   one private.
385   Added funcionality to extract headers for lib.
386
387   23.8.2000 Goetz
388   type_dump also dumps irg->ent
389   if_example: corrected nr of locals
390
391   16.8.2000 Goetz
392   irgopt: Correct copy of self pointer in start block.
393   irgopt: Correct treatment of loops: pre function in walker
394     breaks all possible loops in Phi and Block nodes.
395   irr_loop_example: wrong Return statement
396   Now I fixed all but one error: in memory_example.
397   This error showed a conceptual problem, so I wrote
398   a slightly different algorithm.  This now runs for
399   all testprograms.
400   dead_node_example: cse is buggy!! merges start and the
401   following block!
402
403   15.8.2000 Goetz
404   looking at bug in dead_node_elimination.
405   Following fixes:
406   irnode:  all get_..._arr functions changed
407   ircons:  new_r_Block: set matured flag.
408   ircons:  new_r_SymConst: needs mode_p for linkage_ptr_info.
409   adapted call_str_example to new concepts.
410
411   2.8.2000 Goetz
412   Implemented simpler Phi construction algorithm that constructs
413   correct code for three_cfpred_example in ircons.  This algorithm
414   generates more Id nodes than the original algorithm and therefore
415   is less effective.
416   Also made some changes to optimizations of Not.
417
418   31.7.2000 Chris
419   Fixed a bug, caused by the recursive use in type.h and entity.h.
420   Deleted the _TYPE_TYPEDEF_ and inserted the _ENTITY_TYPEDEF_ instead.
421   Fixed a problem in if_while testprogram, so it now works.
422
423   20.7.2000 Goetz
424   Fixed bug in optimize(). Returned Null instead n if
425   get_optimize() == false.
426
427   19.7.2000 Christian
428   Added some access routines in type.[hc]. Solved a recursive definition
429   of type_class struct, entity struct and type union.
430
431   18.7.2000 Goetz
432   Separated entity header into pure functional header and header
433   with data types.
434
435   Goetz
436   ... a bunch small changes not documented
437
438   12.7.2000 Goetz
439   Changed output of oo_prog_example: now uses the internal list
440   of all irgs.  Had to implement some of the access routines for
441   that.  Also fixed a bug in irdump.  Main routines did not use
442   current_ir_graph properly.
443
444   12.7.2000 Goetz
445   Implemented some missing parts in irgopt.
446   Added field irg to entity. Only valid if entity is a method.
447   Had to resove a cyclic de[endency between irgraph.h and entity.h
448   for this.
449   Added fields sub and super to type_class for inheritance.
450   Added field main_irg to irprog.
451
452   7.7.2000 Chris
453   Fixed some bugs in irgopt.c
454   Added some missing 'get_new_node' methods, so the new obstack contains
455   the correct nodes.
456
457   6.7.2000 Chris
458   Renamed ir_vrfy to irn_vrfy and vrfy_graphg to irg_vrfy.
459   Solved some copy'n'paste problems. Deleted most debug-code!
460   Added comments to several files.
461
462   6.7.2000 Goetz
463   Fixed bug in _r_ constructors for all four Div operations.
464   Fixed bug in turn_into_tuple: didn't remember the block.
465   Tested transform_node.
466
467   5.7.2000 Goetz
468   Fixed some testprograms to new semantics of firm.
469   Added testprogram global_var_example.
470   Fixed a bug in irop:  Size of Sel node was (entity *) instead of
471   sel_attr.  Therefor array_heap_example aborted.
472   Also found a missing break in typewalk, case iro_Alloc.
473   Added a construct that unifies all things constructed by the lib
474   and needed to represent a program:  irprog.ch
475   This contains a list of all types as well as a list of all ir graphs.
476   I added calls to initialization and constructors so that this is constructed
477   automatically.  I changed firm.c, type.c, irgraph.c and ev. more.
478   Removed strange block struct and constructor from ircons.c.
479   Moved routines for automatic Phi construction from irgmod to ircons.
480   Sorted functions in ircons to reflect the different interfaces.
481   Renamed dataseg to globals to be conformant with documentation.
482   Added conservation of current_ir_graph to irgopt.c.
483   Corrected bug in Makefiles: wrong path to directory ./inlude.
484
485   4.7.2000 Goetz
486   Commented a whole bunch of stuff, e.g. in ircons.h  (Procedure to construct)
487   We should change the naming of the Block constructor.
488   Removed acces routines to attr. "closed" of Block.
489   Removed second implementation of new_ir_node from ircons and some comments
490   concerned with the now resolved cyclic dependency.
491   Fixed some bugs in irgopt so that the compilation goes through.
492
493   29.6.2000 Chris
494   Changed the irnode attribut 'visit' into 'visited'.
495   Added some access functions, like get/set_irn_visit etc.
496
497   28.6.2000 Chris
498   Renamed some access funtion in irgraph.*.
499   Deleted two global flags (ir_visited and block_visited) from irgraph.*.
500   Added two attributes to the irgraph struct. The visited flags belongs
501   to a ir graph, not to a whole program.
502
503   26.6.2000 Chris
504   A new optimization has been finished. The dead-node-elimination copies
505   the existing ir graph from one opstack to another. While walking the
506   graph, only the reachable nodes will be copied, so the "dead-nodes"
507   (unreachable in the controlflow) are removed.
508
509   19.6.2000 Chris
510   Solved some problems in the 'copy_node' function. The in array was not
511   as easy as it seamed.
512
513   16.6.2000 Chris
514   Wrote a new 'post' funtion, for future use in 'dead-node-elimination'
515   optimization, which is needed in the paramter list of 'irg_walk'.
516
517   14.6.2000 Chris
518   Moved 'optimze_in_place_wrapper' from iropt.* tothe new files irgopt.*.
519   New functions 'local_optimze_graph' and 'dead_node_elimination' are added,
520   but not finished.
521
522   31.5.2000 Chris
523   Removed some files from the archive, after dependencies and usage are
524   checked:
525   - 'ir/common/strerror.c'
526   was nowhere used;
527   - 'ir/ident/xx_ident.h'
528   an empty file, only included by 'ident.c', but never used;
529   - 'ir/tv/label.c' and
530   - 'ir/tv/label.h'
531   contained a numeric counter;
532   The files were included in 'tv.h' and implemented in 'tarval.c'. The two
533   functions 'tarval_label' and 'tarval_forall_labeled' were also never used.
534   In the old fiasco compiler, the label thing is used in the backend.
535   Search for 'babil' to see the usage.
536   Also removed the two attributes 'lab' and 'used' in the tarval struct.
537
538   26.5.2000 Chris
539   Moved the 'new_ir_node' constructor from ircons.* to irnode.* and fixed
540   afterwards some recursive includes, so libfirm works again.
541
542   2+3.2000 Goetz
543   Did a lot of changes, which I never commented until now (4.7.00).
544
545   * Added new result to Start node: Pointer to global data segment.
546   * Extended Semantics of SymConst node to represent information for the
547     linker.
548   * Added arithmeitc nodes (Shrs, Minus ...)
549
550   Rearranged the directory structure and adjusted the makefiles.
551   The directories contain:
552   ir:       everything for the intermediate representation (better: src?)
553     /ir:    the ir itself, and standard optimizations.
554     /tv:    the target value module
555     /tr:    the type and entity representation
556     /adt:   abstract data types
557     /common:  stuff needed by all other dirs
558     /debug: debugging Unterstuetzung
559     /ident:
560   include:  external files needen as includes
561   testprograms: examples to test the lib.
562
563   The makefiles generate files with extension .d that contain the dependencies
564   between the files.
565
566   15.2.2000 Goetz
567   Added access routine to attribute link of irnode in irnode.ch.
568   Added get_negated_pnc to irnode.ch.
569
570   14.2.2000 Goetz
571   Added an iterator in iropt that calls the optimization for all nodes.
572   Copied optimize's code to optimize_in_place and removed deallocations.
573   Made set_irn_n in irnode.c public.
574   Added Bad as possible cfg predecessor in is_cfg_node in irnode.  Bads
575   are allowded as cfgpredecessors to represent dead "incoming" control
576   flow.
577   Added call to optimize_in_place in mature_block. Is this useful?
578
579   10.2.2000 Goetz
580   Changed tests from comparing enums to comparing pointers. This is more
581   efficient (is it?) and reads better.  e.g., instead get_irn_opcode == irm_And
582   now get_irn_op == op_And
583
584   10.2.2000 Goetz
585   Compared equivalent_value to the one in the original fiasco.
586   Added a test in case iro_And.
587   Changed implementation of iro_Div. Added routines turn_into_tuple
588     and set_irn_op() in irgmod/irnode.
589   Changed implementation of irn_Minus (although commented out).
590   Now all features are ported or documented for this function.
591
592   10.2.2000 Goetz
593   Compared computed_value to the one in the original fiasco.
594   Added one further optimization in case iro_Proj.
595   Now all features are ported for this function.
596
597   9.2.2000 Goetz
598   Updated comments in ircons.h.
599
600   9.2.2000 Goetz
601   Changed possible attribute of SymConst from type_class to type.
602   SymConst size could be the size of a union, array, ...
603
604   9.2.2000 Goetz
605   Implemented two dumpers that dump type information and a graph with
606   type information.
607
608   9.2.2000 Goetz
609   Implemented a walker that walks over the type informatin that can
610   be reached from an ir node.
611   Added routine get_kind(firm_thing) in common.h, Added file common.c.
612   Added files typewalk.ch and routines to irdump.
613   Added visited flags and initialization to entity and all types.
614   Implemented some of the missing access routines in type.c, entity.c
615
616   9.2.2000 Goetz
617   Implemented constructor for ShrA.
618   Added type struct.
619   Added routine that iterates the graph and verifies all nodes.
620   Added Phi_in stack to irgraph.  This allows to build several
621     graphs at once with respect to the Phi building algorithm.
622
623   9.2.2000 Goetz
624   Implemented dumper for control flow graphs.  Changed irr_* and dead_*
625   examples to dump cfg.
626
627   8.2.2000 Goetz
628   Implemeted explicit stack for the Phi node generation.  See ircons.c.
629
630   8.2.2000 Goetz
631   added include string.h in xoprintf.c to get rid of warning:
632   implicit declaration of function `bcopy'
633
634   7.2.2000 Goetz
635   Worked on iropt.c:
636   Added more cases to equivalent_node.
637   Portet gigo, identify, identify_remember.
638   The set/pset library can not handle several hash tables.  At least,
639   compiling several procedures causes a segmentation fault during access
640   to the tables (oo_program_example).  Need to work on this.
641   transform_node still needs to be ported.
642   some cases in equivalent_node are still missing.
643
644   To get it running I had to remove the call to optimize in the
645   new_Block constructor. It can only be called when the Block is
646   mature.
647
648   7.2.2000 Goetz
649   Introduced a walker that walks only over blocks.  The asserts
650   might be too strict for general graphs, but so far it works.
651   For the walker I introduced an additional flag in the attribute
652   of Blocks, an a global block_visited variable (in irgraph.h).
653   Furhter I modularized dump_ir_node, implemented dump_ir_graph
654   with the existing walker, and added new routines to output a
655   basic block graph.
656   Changed the examples to call the new dump routine.
657
658   7.2.2000 Goetz
659   Added auxiliary routines to ir_node:
660   skip_Proj, skip_Nop, is_Bad ...
661   Changed access routines to use get_irn_n instead of explicit array
662   accesses. Changed get_irn_n to call skip_Id, so that the access routines
663   never will return Id nodes.
664
665   3.2.2000 Goetz
666   Repaired Phi computation, changed new_r_Phi_in.  Added test program to
667   test irregular controlflow.
668
669   2.2.2000 Goetz
670   Updated optimizations computed_value and equivalent_node to new
671   Syntax of FIRM nodes and to use access routines.
672   Added routine skip_Proj in irnode.
673
674   2.2.2000 Boris Boesler
675   Added files irgwalk.c and irgwalk.h. They include a simple function to
676   traverse an ir graph and execute pre and post functions to current node.
677
678   1.2.2000 Goetz
679   Added arrays with parameters and result types to the type informtion
680   of a procedure.  This is needed for the code generation.  Also added
681   the corresponding access routines.
682   Adapted the testprograms.
683
684   1.2.2000 Goetz
685   Found a bug / complication:  the call order
686     get_value   (makes Phi0, put's it into graph_arr)
687     set_value   (overwrites Phi0 in graph_arr)
688     mature_block (upgrades Phi0, puts it again into graph_arr, overwriting
689                   the proper value.)
690   fails.  Added test wether graph_arr is already set in phi_merge.
691
692   Added tons of comments to explain Phi generation -- the stack hack.
693
694
695   27.1.2000 Goetz
696   irdump now outputs the pnc_number for projs of Cmp nodes.
697   Added routine to access the pnc_string.
698
699   27.1.2000 Goetz
700   Added result "dataseg" to Start node, with all it's consequences.
701   We need this for the compiler lab to translate global variables.
702   Now they can be selected from the data segment, and the start
703   node supplies the pointer to this segment.
704   These changes are guarded by preprocessor variable UEBPRAKT in
705   common.h
706   Changed files: common.h, irgraph.ch, irnode.h
707
708   26.1.2000 Goetz
709   Testprograms:
710   removed array_example, added array-heap_example and
711   array-stack_example and adapted makefile.
712   ir_lib:
713   Entity now also allows type_method as owner. This is to model
714   the stack, Sel nodes that select a variable (array) from the
715   stack need an entity that describes what they select.  This
716   entity gets the type of the enclosing procedure as owner.
717
718   24.1.2000 Chris
719   Added future access routines in `irmode.[ch]' as comments,
720     that all attributes in the ir_mode struct can be user-defined.
721   Added access routines in `irgraph.[ch]', for all attributes.
722
723   22.1.2000 Chris
724   Moved verify routines from `irgraph.[ch]' to own files `irvrfy.[ch]'.
725   Added `irvrfy.[ch]' to MAKEFILE
726   Added "inline" before access routines in `irnode.h', that no warnings
727     will appear furthermore.
728   Added three more access routines in `irmode.[ch]':
729         struct tarval *get_min_of_mode (ir_mode *mode);
730         struct tarval *get_max_of_mode (ir_mode *mode);
731         struct tarval *get_null_of_mode (ir_mode *mode);
732
733   21.1.2000 Goetz
734   Adaption of Alloc, Sel and Entity to new types:
735     Changed array_example to use type instead of type_class.
736     Changed entity to allow all types as owner instead of
737       only type_class.  Added routine "assert_legal_owner_of_ent(type* type)".
738     Changed alloc to allow allocating variables of any type instead of
739       only type_class.
740     Adapted all testprograms to avoid warnings.
741
742   removed dtest ... from Makefile, replaced by test.
743
744   20.1.2000 Goetz
745   Added "run" to makefile, added array_example to makefile of testprograms.
746   Corrected testprogram array
747   Changed assert in irvrfy -- Conv.
748   Started Change log.
749   Started TODO log.