*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 26 Apr 2002 16:11:26 +0000 (16:11 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 26 Apr 2002 16:11:26 +0000 (16:11 +0000)
[r390]

Changes
ir/ir/irmode.h
ir/st/Makefile.in
testprograms/Makefile.in

diff --git a/Changes b/Changes
index 8b903c5..328334e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+  25.4.2002 Goetz
+  Added several constructors to tv.
+  Changed xgprintf so that full precision of double tvs is printed.
+  Fixed bug in irouts.c.
+
+  22.4.2002 Goetz
+  Added debug support, renamed stuff in ir/debug.
+  Optimizations still loose debug information.
 
   19.3.2002 Goetz
   Added flag "peculiarity" to entity.h, type.h.
index a015339..de12fac 100644 (file)
@@ -43,7 +43,7 @@ typedef enum { /* irm is short for `ir mode' */
   irm_BB, irm_X,                 // basic block, execution
   irm_F, irm_D, irm_E,           // float, double, extended
   irm_B, irm_Bu, irm_H, irm_Hu, irm_I, irm_Iu, irm_L, irm_Lu,
-                                 // byte, short, int, long
+                                 // byte(8), short(16), int(32), long(64)
   irm_C,                         // character
   irm_P,                         // pointer
   irm_b,                         // internal boolean
index 49d5a9f..e672735 100644 (file)
@@ -10,11 +10,11 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/st
 
-INSTALL_HEADERS = st.h
+INSTALL_HEADERS = st.h exc.h
 
 SOURCES = $(INSTALL_HEADERS)
 
-SOURCES += Makefile.in st.c st.h exc.c exc.h
+SOURCES += Makefile.in st.c st.h exc.c
 
 
 include $(topdir)/MakeRules
index 2e19e87..96c452e 100644 (file)
@@ -28,7 +28,7 @@ include $(topdir)/MakeRules
 
 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug \
                -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tr \
-               -I$(top_srcdir)/ir/tv
+               -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/st  -I$(top_srcdir)/ir/ana
 
 LDFLAGS += -L$(topdir)
 LDLIBS += -lfirm -lgmp -liberty