New directory: ana for analyses. Adapted configure/makefiles
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 31 Jan 2002 08:05:05 +0000 (08:05 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 31 Jan 2002 08:05:05 +0000 (08:05 +0000)
commit328ae18da3e796f4f9fda2aba629cc34e2849ed7
tree7a38fa217e9551da75a9158388f14dcf03e0d4c7
parentf062f87dcbff697ad020ffe5777549f25b82b849
  New directory: ana for analyses.  Adapted configure/makefiles
  implemented irout: backedges.  Added one field to ir_graph, one to ir_node.
  Implemented state management for irgraphs:  see irgraph.h.
  Must now call finalize_cons() after graph construction!!C

[r304]
45 files changed:
ir/ir/Makefile.in
ir/ir/ircons.c
ir/ir/ircons.h
ir/ir/irdump.c
ir/ir/irdump.h
ir/ir/irflag.c
ir/ir/irflag.h
ir/ir/irgopt.c
ir/ir/irgopt.h
ir/ir/irgraph.c
ir/ir/irgraph.h
ir/ir/irgraph_t.h
ir/ir/irnode.c
ir/ir/irnode.h
ir/ir/irnode_t.h
ir/ir/irop.c
ir/ir/irop.h
ir/ir/irop_t.h
ir/ir/iropt.c
ir/ir/iropt.h
ir/ir/iropt_t.h
ir/ir/irprog.c
ir/tr/type.c
testprograms/Makefile.in
testprograms/array-heap_example.c
testprograms/array-stack_example.c
testprograms/call_str_example.c
testprograms/cond_example.c
testprograms/const_ent_example.c
testprograms/const_eval_example.c
testprograms/dead_block_example.c
testprograms/empty.c
testprograms/endless_loop.c [new file with mode: 0644]
testprograms/global_cse.c [new file with mode: 0644]
testprograms/global_var_example.c
testprograms/if_else_example.c
testprograms/if_example.c
testprograms/if_while_example.c
testprograms/irr_cf_example.c
testprograms/irr_loop_example.c
testprograms/memory_example.c
testprograms/oo_inline_example.c [new file with mode: 0644]
testprograms/oo_program_example.c
testprograms/three_cfpred_example.c
testprograms/while_example.c