New directory: ana for analyses. Adapted configure/makefiles
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 31 Jan 2002 08:04:19 +0000 (08:04 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 31 Jan 2002 08:04:19 +0000 (08:04 +0000)
[r303]

Changes
Makefile.in
configure
configure.in

diff --git a/Changes b/Changes
index 8a8f7c7..7c68250 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,16 @@
+  29.1.2002 Goetz
+  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!!
+
+  24.1.2002 Goetz
+  Procedure global cse.
+  Flag pinned in irop, irgraph.
+  Global cse in irop, setting the irgraph flag.
+  Example programs: Endless_loop.c. global_cse.c.
+  Adapted irdump.
+
   23.1.2002 Goetz
   Implemented support for endless loops:
   Adapted End node.
index 4813d46..5d49272 100644 (file)
@@ -21,7 +21,7 @@ exec_prefix := @exec_prefix@
 bindir = $(exec_prefix)/bin
 datadir = $(prefix)/lib
 
-subdirs := ir ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr
+subdirs := ir ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana
 
 SOURCES := Makefile.in MakeRules.in MakeTargets\
           aclocal.m4 config.h.in\
index 2db660e..1d98675 100755 (executable)
--- a/configure
+++ b/configure
@@ -561,7 +561,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 
 ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \
                ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \
-               ir/tr/Makefile testprograms/Makefile"
+               ir/ana/Makefile ir/tr/Makefile testprograms/Makefile"
 
 
 
index 895f7b7..fb153e8 100644 (file)
@@ -12,7 +12,7 @@ AC_INIT(ir/ir/ircons.c)
 dnl if other files should be generated just add them to ac_output_files
 ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \
                ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \
-               ir/tr/Makefile testprograms/Makefile"
+               ir/ana/Makefile ir/tr/Makefile testprograms/Makefile"
 
 dnl generate the config header file
 AC_CONFIG_HEADER(config.h)