*** empty log message ***
[libfirm] / Changes
1   20.12.2000 Goetz
2   Added external to declaration of irp.
3   Added typedef before pns and pnc_number.
4   irmode.c, init_mode(): We need to memset all new modes as
5   tarval_vrfy reads fields before they are initialized: It
6   compares to min/max when tarvals for min/max are allocated!
7
8   18.12.2000 Goetz
9   Changed parameter of Methods in type.h and type.c from
10   class to clss.  Class is a C++ keyword.
11
12   10.12.2000 Goetz
13   Changed some testprograms to accomodate Uebprakt.
14
15   7.9.2000 Goetz
16   Finished implementation of dump_all_types.
17   Added new testprogram inheritance_example.
18
19   6.9.2000 Chris
20   Added seven access routines in type.[hc]:
21   get_class_n_member, get_class_n_subtype, get_class_n_supertype,
22   get_strct_n_member, add_strct_member, get_strct_member and set_strct_member.
23   Fixed the type_walk_2 for those seven routines.
24
25   6.9.2000 Goetz
26   Added irdump routine dump_all_types.
27   Did changes to irprog, type, typewalk to achieve this.
28   typewalk needs to walk along members, sub and supertypes, this
29   is still missing!  irdump then needs to output these edges.
30
31 ======================================================================
32 ==================== New version: 0.2.5 ==============================
33 ======================================================================
34
35   3.9.2000 Goetz
36   Made new Version: 0.2.5
37
38   15.8.2000 Goetz until 3.9.00
39   Separated irnode.h and many others into two files: one public
40   one private.
41   Added funcionality to extract headers for lib.
42
43   23.8.2000 Goetz
44   type_dump also dumps irg->ent
45   if_example: corrected nr of locals
46
47   16.8.2000 Goetz
48   irgopt: Correct copy of self pointer in start block.
49   irgopt: Correct treatment of loops: pre function in walker
50     breaks all possible loops in Phi and Block nodes.
51   irr_loop_example: wrong Return statement
52   Now I fixed all but one error: in memory_example.
53   This error showed a conceptual problem, so I wrote
54   a slightly different algorithm.  This now runs for
55   all testprograms.
56   dead_node_example: cse is buggy!! merges start and the
57   following block!
58
59   15.8.2000 Goetz
60   looking at bug in dead_node_elimination.
61   Following fixes:
62   irnode:  all get_..._arr functions changed
63   ircons:  new_r_Block: set matured flag.
64   ircons:  new_r_SymConst: needs mode_p for linkage_ptr_info.
65   adapted call_str_example to new concepts.
66
67   2.8.2000 Goetz
68   Implemented simpler Phi construction algorithm that constructs
69   correct code for three_cfpred_example in ircons.  This algorithm
70   generates more Id nodes than the original algorithm and therefore
71   is less effective.
72   Also made some changes to optimizations of Not.
73
74   31.7.2000 Chris
75   Fixed a bug, caused by the recursive use in type.h and entity.h.
76   Deleted the _TYPE_TYPEDEF_ and inserted the _ENTITY_TYPEDEF_ instead.
77   Fixed a problem in if_while testprogram, so it now works.
78
79   20.7.2000 Goetz
80   Fixed bug in optimize(). Returned Null instead n if
81   get_optimize() == false.
82
83   19.7.2000 Christian
84   Added some access routines in type.[hc]. Solved a recursive definition
85   of type_class struct, entity struct and type union.
86
87   18.7.2000 Goetz
88   Separated entity header into pure functional header and header
89   with data types.
90
91   Goetz
92   ... a bunch small changes not documented
93
94   12.7.2000 Goetz
95   Changed output of oo_prog_example: now uses the internal list
96   of all irgs.  Had to implement some of the access routines for
97   that.  Also fixed a bug in irdump.  Main routines did not use
98   current_ir_graph properly.
99
100   12.7.2000 Goetz
101   Implemented some missing parts in irgopt.
102   Added field irg to entity. Only valid if entity is a method.
103   Had to resove a cyclic de[endency between irgraph.h and entity.h
104   for this.
105   Added fields sub and super to type_class for inheritance.
106   Added field main_irg to irprog.
107
108   7.7.2000 Chris
109   Fixed some bugs in irgopt.c
110   Added some missing 'get_new_node' methods, so the new obstack contains
111   the correct nodes.
112
113   6.7.2000 Chris
114   Renamed ir_vrfy to irn_vrfy and vrfy_graphg to irg_vrfy.
115   Solved some copy'n'paste problems. Deleted most debug-code!
116   Added comments to several files.
117
118   6.7.2000 Goetz
119   Fixed bug in _r_ constructors for all four Div operations.
120   Fixed bug in turn_into_tuple: didn't remember the block.
121   Tested transform_node.
122
123   5.7.2000 Goetz
124   Fixed some testprograms to new semantics of firm.
125   Added testprogram global_var_example.
126   Fixed a bug in irop:  Size of Sel node was (entity *) instead of
127   sel_attr.  Therefor array_heap_example aborted.
128   Also found a missing break in typewalk, case iro_Alloc.
129   Added a construct that unifies all things constructed by the lib
130   and needed to represent a program:  irprog.ch
131   This contains a list of all types as well as a list of all ir graphs.
132   I added calls to initialization and constructors so that this is constructed
133   automatically.  I changed firm.c, type.c, irgraph.c and ev. more.
134   Removed strange block struct and constructor from ircons.c.
135   Moved routines for automatic Phi construction from irgmod to ircons.
136   Sorted functions in ircons to reflect the different interfaces.
137   Renamed dataseg to globals to be conformant with documentation.
138   Added conservation of current_ir_graph to irgopt.c.
139   Corrected bug in Makefiles: wrong path to directory ./inlude.
140
141   4.7.2000 Goetz
142   Commented a whole bunch of stuff, e.g. in ircons.h  (Procedure to construct)
143   We should change the naming of the Block constructor.
144   Removed acces routines to attr. "closed" of Block.
145   Removed second implementation of new_ir_node from ircons and some comments
146   concerned with the now resolved cyclic dependency.
147   Fixed some bugs in irgopt so that the compilation goes through.
148
149   29.6.2000 Chris
150   Changed the irnode attribut 'visit' into 'visited'.
151   Added some access functions, like get/set_irn_visit etc.
152
153   28.6.2000 Chris
154   Renamed some access funtion in irgraph.*.
155   Deleted two global flags (ir_visited and block_visited) from irgraph.*.
156   Added two attributes to the irgraph struct. The visited flags belongs
157   to a ir graph, not to a whole program.
158
159   26.6.2000 Chris
160   A new optimization has been finished. The dead-node-elimination copies
161   the existing ir graph from one opstack to another. While walking the
162   graph, only the reachable nodes will be copied, so the "dead-nodes"
163   (unreachable in the controlflow) are removed.
164
165   19.6.2000 Chris
166   Solved some problems in the 'copy_node' function. The in array was not
167   as easy as it seamed.
168
169   16.6.2000 Chris
170   Wrote a new 'post' funtion, for future use in 'dead-node-elimination'
171   optimization, which is needed in the paramter list of 'irg_walk'.
172
173   14.6.2000 Chris
174   Moved 'optimze_in_place_wrapper' from iropt.* tothe new files irgopt.*.
175   New functions 'local_optimze_graph' and 'dead_node_elimination' are added,
176   but not finished.
177
178   31.5.2000 Chris
179   Removed some files from the archive, after dependencies and usage are
180   checked:
181   - 'ir/common/strerror.c'
182   was nowhere used;
183   - 'ir/ident/xx_ident.h'
184   an empty file, only included by 'ident.c', but never used;
185   - 'ir/tv/label.c' and
186   - 'ir/tv/label.h'
187   contained a numeric counter;
188   The files were included in 'tv.h' and implemented in 'tarval.c'. The two
189   functions 'tarval_label' and 'tarval_forall_labeled' were also never used.
190   In the old fiasco compiler, the label thing is used in the backend.
191   Search for 'babil' to see the usage.
192   Also removed the two attributes 'lab' and 'used' in the tarval struct.
193
194   26.5.2000 Chris
195   Moved the 'new_ir_node' constructor from ircons.* to irnode.* and fixed
196   afterwards some recursive includes, so libfirm works again.
197
198   2+3.2000 Goetz
199   Did a lot of changes, which I never commented until now (4.7.00).
200
201   * Added new result to Start node: Pointer to global data segment.
202   * Extended Semantics of SymConst node to represent information for the
203     linker.
204   * Added arithmeitc nodes (Shrs, Minus ...)
205
206   Rearranged the directory structure and adjusted the makefiles.
207   The directories contain:
208   ir:       everything for the intermediate representation (better: src?)
209     /ir:    the ir itself, and standard optimizations.
210     /tv:    the target value module
211     /tr:    the type and entity representation
212     /adt:   abstract data types
213     /common:  stuff needed by all other dirs
214     /debug: debugging Unterstuetzung
215     /ident:
216   include:  external files needen as includes
217   testprograms: examples to test the lib.
218
219   The makefiles generate files with extension .d that contain the dependencies
220   between the files.
221
222   15.2.2000 Goetz
223   Added access routine to attribute link of irnode in irnode.ch.
224   Added get_negated_pnc to irnode.ch.
225
226   14.2.2000 Goetz
227   Added an iterator in iropt that calls the optimization for all nodes.
228   Copied optimize's code to optimize_in_place and removed deallocations.
229   Made set_irn_n in irnode.c public.
230   Added Bad as possible cfg predecessor in is_cfg_node in irnode.  Bads
231   are allowded as cfgpredecessors to represent dead "incoming" control
232   flow.
233   Added call to optimize_in_place in mature_block. Is this useful?
234
235   10.2.2000 Goetz
236   Changed tests from comparing enums to comparing pointers. This is more
237   efficient (is it?) and reads better.  e.g., instead get_irn_opcode == irm_And
238   now get_irn_op == op_And
239
240   10.2.2000 Goetz
241   Compared equivalent_value to the one in the original fiasco.
242   Added a test in case iro_And.
243   Changed implementation of iro_Div. Added routines turn_into_tuple
244     and set_irn_op() in irgmod/irnode.
245   Changed implementation of irn_Minus (although commented out).
246   Now all features are ported or documented for this function.
247
248   10.2.2000 Goetz
249   Compared computed_value to the one in the original fiasco.
250   Added one further optimization in case iro_Proj.
251   Now all features are ported for this function.
252
253   9.2.2000 Goetz
254   Updated comments in ircons.h.
255
256   9.2.2000 Goetz
257   Changed possible attribute of SymConst from type_class to type.
258   SymConst size could be the size of a union, array, ...
259
260   9.2.2000 Goetz
261   Implemented two dumpers that dump type information and a graph with
262   type information.
263
264   9.2.2000 Goetz
265   Implemented a walker that walks over the type informatin that can
266   be reached from an ir node.
267   Added routine get_kind(firm_thing) in common.h, Added file common.c.
268   Added files typewalk.ch and routines to irdump.
269   Added visited flags and initialization to entity and all types.
270   Implemented some of the missing access routines in type.c, entity.c
271
272   9.2.2000 Goetz
273   Implemented constructor for ShrA.
274   Added type struct.
275   Added routine that iterates the graph and verifies all nodes.
276   Added Phi_in stack to irgraph.  This allows to build several
277     graphs at once with respect to the Phi building algorithm.
278
279   9.2.2000 Goetz
280   Implemented dumper for control flow graphs.  Changed irr_* and dead_*
281   examples to dump cfg.
282
283   8.2.2000 Goetz
284   Implemeted explicit stack for the Phi node generation.  See ircons.c.
285
286   8.2.2000 Goetz
287   added include string.h in xoprintf.c to get rid of warning:
288   implicit declaration of function `bcopy'
289
290   7.2.2000 Goetz
291   Worked on iropt.c:
292   Added more cases to equivalent_node.
293   Portet gigo, identify, identify_remember.
294   The set/pset library can not handle several hash tables.  At least,
295   compiling several procedures causes a segmentation fault during access
296   to the tables (oo_program_example).  Need to work on this.
297   transform_node still needs to be ported.
298   some cases in equivalent_node are still missing.
299
300   To get it running I had to remove the call to optimize in the
301   new_Block constructor. It can only be called when the Block is
302   mature.
303
304   7.2.2000 Goetz
305   Introduced a walker that walks only over blocks.  The asserts
306   might be too strict for general graphs, but so far it works.
307   For the walker I introduced an additional flag in the attribute
308   of Blocks, an a global block_visited variable (in irgraph.h).
309   Furhter I modularized dump_ir_node, implemented dump_ir_graph
310   with the existing walker, and added new routines to output a
311   basic block graph.
312   Changed the examples to call the new dump routine.
313
314   7.2.2000 Goetz
315   Added auxiliary routines to ir_node:
316   skip_Proj, skip_Nop, is_Bad ...
317   Changed access routines to use get_irn_n instead of explicit array
318   accesses. Changed get_irn_n to call skip_Id, so that the access routines
319   never will return Id nodes.
320
321   3.2.2000 Goetz
322   Repaired Phi computation, changed new_r_Phi_in.  Added test program to
323   test irregular controlflow.
324
325   2.2.2000 Goetz
326   Updated optimizations computed_value and equivalent_node to new
327   Syntax of FIRM nodes and to use access routines.
328   Added routine skip_Proj in irnode.
329
330   2.2.2000 Boris Boesler
331   Added files irgwalk.c and irgwalk.h. They include a simple function to
332   traverse an ir graph and execute pre and post functions to current node.
333
334   1.2.2000 Goetz
335   Added arrays with parameters and result types to the type informtion
336   of a procedure.  This is needed for the code generation.  Also added
337   the corresponding access routines.
338   Adapted the testprograms.
339
340   1.2.2000 Goetz
341   Found a bug / complication:  the call order
342     get_value   (makes Phi0, put's it into graph_arr)
343     set_value   (overwrites Phi0 in graph_arr)
344     mature_block (upgrades Phi0, puts it again into graph_arr, overwriting
345                   the proper value.)
346   fails.  Added test wether graph_arr is already set in phi_merge.
347
348   Added tons of comments to explain Phi generation -- the stack hack.
349
350
351   27.1.2000 Goetz
352   irdump now outputs the pnc_number for projs of Cmp nodes.
353   Added routine to access the pnc_string.
354
355   27.1.2000 Goetz
356   Added result "dataseg" to Start node, with all it's consequences.
357   We need this for the compiler lab to translate global variables.
358   Now they can be selected from the data segment, and the start
359   node supplies the pointer to this segment.
360   These changes are guarded by preprocessor variable UEBPRAKT in
361   common.h
362   Changed files: common.h, irgraph.ch, irnode.h
363
364   26.1.2000 Goetz
365   Testprograms:
366   removed array_example, added array-heap_example and
367   array-stack_example and adapted makefile.
368   ir_lib:
369   Entity now also allows type_method as owner. This is to model
370   the stack, Sel nodes that select a variable (array) from the
371   stack need an entity that describes what they select.  This
372   entity gets the type of the enclosing procedure as owner.
373
374   24.1.2000 Chris
375   Added future access routines in `irmode.[ch]' as comments,
376     that all attributes in the ir_mode struct can be user-defined.
377   Added access routines in `irgraph.[ch]', for all attributes.
378
379   22.1.2000 Chris
380   Moved verify routines from `irgraph.[ch]' to own files `irvrfy.[ch]'.
381   Added `irvrfy.[ch]' to MAKEFILE
382   Added "inline" before access routines in `irnode.h', that no warnings
383     will appear furthermore.
384   Added three more access routines in `irmode.[ch]':
385         struct tarval *get_min_of_mode (ir_mode *mode);
386         struct tarval *get_max_of_mode (ir_mode *mode);
387         struct tarval *get_null_of_mode (ir_mode *mode);
388
389   21.1.2000 Goetz
390   Adaption of Alloc, Sel and Entity to new types:
391     Changed array_example to use type instead of type_class.
392     Changed entity to allow all types as owner instead of
393       only type_class.  Added routine "assert_legal_owner_of_ent(type* type)".
394     Changed alloc to allow allocating variables of any type instead of
395       only type_class.
396     Adapted all testprograms to avoid warnings.
397
398   removed dtest ... from Makefile, replaced by test.
399
400   20.1.2000 Goetz
401   Added "run" to makefile, added array_example to makefile of testprograms.
402   Corrected testprogram array
403   Changed assert in irvrfy -- Conv.
404   Started Change log.
405   Started TODO log.