added Id tag
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2001 20:29:38 +0000 (20:29 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2001 20:29:38 +0000 (20:29 +0000)
[r279]

72 files changed:
ir/adt/array.c
ir/adt/array.h
ir/adt/cookies.h
ir/adt/debug.c
ir/adt/debug.h
ir/adt/host.h
ir/adt/obst.h
ir/adt/pdeq.c
ir/adt/pdeq.h
ir/adt/pset.h
ir/adt/set.c
ir/adt/set.h
ir/adt/xmalloc.c
ir/debug/debinfo.c
ir/debug/debinfo.h
ir/ident/ident.c
ir/ident/ident.h
ir/ident/ident_t.h
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/irgmod.c
ir/ir/irgmod.h
ir/ir/irgopt.c
ir/ir/irgopt.h
ir/ir/irgraph.c
ir/ir/irgraph.h
ir/ir/irgraph_t.h
ir/ir/irgwalk.c
ir/ir/irgwalk.h
ir/ir/irmode.c
ir/ir/irmode.h
ir/ir/irmode_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/ir/irprog.h
ir/ir/irprog_t.h
ir/ir/irvrfy.c
ir/ir/irvrfy.h
ir/ir/old_fctnames.h
ir/tr/entity.c
ir/tr/entity.h
ir/tr/entity_t.h
ir/tr/mangle.c
ir/tr/mangle.h
ir/tr/tpop.c
ir/tr/tpop.h
ir/tr/tpop_t.h
ir/tr/type.c
ir/tr/type.h
ir/tr/type_or_entity.h
ir/tr/type_t.h
ir/tr/typegmod.c
ir/tr/typegmod.h
ir/tr/typegmod_t.h
ir/tr/typewalk.c
ir/tr/typewalk.h
ir/tv/ieee754.h
ir/tv/tv.c
ir/tv/tv.h
ir/tv/tv_t.h

index 4e95406..53984b9 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Markus Armbruster
    All rights reserved. */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 2deb93e..3954d45 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Markus Armbruster
    All rights reserved. */
 
+/* $Id$ */
+
 /* @@@ growing a dynamic on an obstack */
 
 #ifndef _ARRAY_H
index 5450b57..1517caa 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Christian von Roques & Markus Armbruster
    All rights reserved.  */
 
+/* $Id$ */
+
 #ifndef _COOKIES_H
 #define _COOKIES_H
 
index 00740db..026a1e0 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Christian von Roques
    All rights reserved. */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index cb49dd3..60439c0 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Christian von Roques
    All rights reserved.  */
 
+/* $Id$ */
+
 #ifndef _DEBUG_H_
 #define _DEBUG_H_
 
index d3131fc..3272c59 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Markus Armbruster
    All rights reserved.*/
 
+/* $Id$ */
+
 #ifndef _HOST_H
 #define _HOST_H
 
index 4701b43..510b275 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 # include <obstack.h>
 # include <malloc.h>
 
index 9fab93a..2eb2f6d 100644 (file)
@@ -1,6 +1,8 @@
 /* Pdeq --- double ended queue of generic pointers.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index a01dca3..99376cd 100644 (file)
@@ -1,6 +1,8 @@
 /* Declarations for pdeq.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifndef _PDEQ_H
 #define _PDEQ_H
 
index 494686c..698d753 100644 (file)
@@ -1,6 +1,8 @@
 /* Declarations for pset.
    Copyright (C) 1995, 1996 Markus Armbruster */
 
+/* $Id$ */
+
 #ifndef _PSET_H
 #define _PSET_H
 
index 9c44703..cf5e7f2 100644 (file)
@@ -21,6 +21,8 @@
     TODO: Fix Esmond's ugly MixedCapsIdentifiers ;->
  */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 097742d..3d69504 100644 (file)
@@ -1,6 +1,8 @@
 /* Declarations for set.
    Copyright (C) 1995, 1996 Markus Armbruster */
 
+/* $Id$ */
+
 #ifndef _SET_H
 #define _SET_H
 
index 1b121a0..9511978 100644 (file)
@@ -1,6 +1,8 @@
 /* Xmalloc --- never failing wrappers for malloc() & friends.
    Copyright (C) 1995, 1996 Markus Armbruster */
 
+/* $Id$ */
+
 /* @@@ ToDo: replace this file with the one from liberty.
    [reimplement xstrdup, ... ] */
 
index 7f07731..a574c29 100644 (file)
@@ -11,6 +11,8 @@
 **  by a real implementation.
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index c7ca37d..2d9cb3a 100644 (file)
@@ -14,6 +14,9 @@
 **
 **  This file does not belong to the interface of the firm library.
 */
+
+/* $Id$ */
+
 # ifndef _DEBINFO_H_
 # define _DEBINFO_H_
 
index 55bcdc8..0ac8026 100644 (file)
@@ -2,6 +2,8 @@
    Copyright (C) 1995, 1996 Markus Armbruster
    All rights reserved. */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 96fcf12..92c30c6 100644 (file)
@@ -7,6 +7,8 @@
 ** Authors: Martin Trapp, Christian Schaefer
 */
 
+/* $Id$ */
+
 # ifndef _IDENT_H_
 # define _IDENT_H_
 
index 075d992..269e5c6 100644 (file)
@@ -7,6 +7,8 @@
 ** Authors: Martin Trapp, Christian Schaefer
 */
 
+/* $Id$ */
+
 # ifndef _IDENT_T_H_
 # define _IDENT_T_H_
 
index 057de62..b97bbf6 100644 (file)
@@ -9,6 +9,8 @@
 **   by Goetz Lindenmaier
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 04af240..ba2f65b 100644 (file)
@@ -7,6 +7,7 @@
 ** ircons.h ir node construction
 */
 
+/* $Id$ */
 
 /** !!!
 *** Ideas for imrovement:
index 4022274..c6c7ae7 100644 (file)
@@ -6,6 +6,8 @@
 ** irdump.h: dumping of an intermediate representation graph
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index fd227a2..3f202a3 100644 (file)
@@ -6,6 +6,8 @@
 ** dump an ir graph, for further use with xvcg
 */
 
+/* $Id$ */
+
 # ifndef _IRDUMP_H_
 # define _IRDUMP_H_
 
index 44fd13e..1e10695 100644 (file)
@@ -6,6 +6,8 @@
 ** irflag --- optimization flags
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index bddfaec..ffeddfd 100644 (file)
@@ -6,6 +6,8 @@
 ** irflag --- optimization flags
 */
 
+/* $Id$ */
+
 #ifndef _IRFLAG_H_
 #define _IRFLAG_H_
 
index d04dea3..bdd782a 100644 (file)
@@ -7,6 +7,8 @@
 ** irgmod: ir graph modification
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 57f2e1d..68a8d55 100644 (file)
@@ -6,6 +6,8 @@
 ** irgmod.h: ir graph modification
 */
 
+/* $Id$ */
+
 # ifndef _IRGMOD_H_
 # define _IRGMOD_H_
 
index 361ca00..9c994e5 100644 (file)
@@ -6,6 +6,8 @@
 ** Optimizations for a whole ir graph, i.e., a procedure.
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 8cc7619..08ecaa4 100644 (file)
@@ -6,6 +6,8 @@
 ** Optimizations for a whole ir graph, i.e., a procedure.
 */
 
+/* $Id$ */
+
 # ifndef _IRGOPT_H_
 # define _IRGOPT_H_
 
index 5a9c81b..efea47c 100644 (file)
@@ -6,6 +6,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 2968402..68f7f0b 100644 (file)
@@ -6,6 +6,8 @@
 ** irgraph.h: ir graph construction
 */
 
+/* $Id$ */
+
 # ifndef _IRGRAPH_H_
 # define _IRGRAPH_H_
 # include "tv.h"
index 98ffced..c9d06c3 100644 (file)
@@ -6,6 +6,8 @@
 ** irgraph.h: ir graph construction
 */
 
+/* $Id$ */
+
 # ifndef _IRGRAPH_T_H_
 # define _IRGRAPH_T_H_
 # include "obst.h"
index 24644f2..3571e10 100644 (file)
@@ -8,6 +8,8 @@
 ** - execute the post function after recursion
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index e856a8d..5faca90 100644 (file)
@@ -11,7 +11,7 @@
 ** graph before starting the walker.
 */
 
-
+/* $Id$ */
 
 # ifndef _IRGWALK_H_
 # define _IRGWALK_H_
index b9f9dea..03afd22 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 08a838f..a015339 100644 (file)
@@ -14,6 +14,8 @@ to the version of the tech report!!! This will be done with the
 reimplementation of the tarval module.
 */
 
+/* $Id$ */
+
 # ifndef _IRMODE_H_
 # define _IRMODE_H_
 
index a019e75..10dbe56 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _IRMODE_T_H_
 # define _IRMODE_T_H_
 
index 24d8683..7d1b739 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 55c763b..5a00dec 100644 (file)
@@ -6,6 +6,8 @@
 ** declarations of an ir node
 */
 
+/* $Id$ */
+
 # ifndef _IRNODE_H_
 # define _IRNODE_H_
 
index 554a01b..ed2a840 100644 (file)
@@ -6,6 +6,8 @@
 ** declarations of an ir node
 */
 
+/* $Id$ */
+
 # ifndef _IRNODE_T_H_
 # define _IRNODE_T_H_
 
index 14e7f4d..5e243cc 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 96dddcf..a0a38cb 100644 (file)
@@ -12,6 +12,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _IROP_H_
 # define _IROP_H_
 
index 00d1a5a..6a4b8e8 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _IROP_T_H_
 # define _IROP_T_H_
 
index a8e2d1f..e1de1bc 100644 (file)
@@ -6,6 +6,8 @@
 ** iropt --- optimizations intertwined with IR construction.
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index acb9a30..f4448d0 100644 (file)
@@ -6,6 +6,8 @@
 ** Declarations for optimizations intertwined with IR construction.
 */
 
+/* $Id$ */
+
 # ifndef _IROPT_H_
 # define _IROPT_H_
 
index fa48583..592b536 100644 (file)
@@ -6,6 +6,8 @@
 ** Declarations for optimizations intertwined with IR construction.
 */
 
+/* $Id$ */
+
 # ifndef _IROPT_T_H_
 # define _IROPT_T_H_
 
index 4de4696..7f749fe 100644 (file)
@@ -6,6 +6,8 @@
 ** irprog.c: ir representation of a program
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index a516367..7e87b41 100644 (file)
@@ -15,6 +15,8 @@
 **   - (An obstack containing global things, e.g., the above mentioned lists.)
 */
 
+/* $Id$ */
+
 # ifndef _IRPROG_H_
 # define _IRPROG_H_
 
index 82bff49..ea509d8 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _IRPROG_T_H_
 # define _IRPROG_T_H_
 
index 0ac0c70..9a3cebd 100644 (file)
@@ -3,9 +3,11 @@
 **
 ** Authors: Christian Schaefer
 **
-x**
+**
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 853bcc7..f2a281b 100644 (file)
@@ -6,6 +6,8 @@
 ** irgraph.h: ir graph verification
 */
 
+/* $Id$ */
+
 # ifndef _IRVRFY_H_
 # define _IRVRFY_H_
 
index 28762ec..ebc714f 100644 (file)
@@ -7,6 +7,7 @@
 ** Some makros supporting old function names.
 */
 
+/* $Id$ */
 
 #ifndef __OLD_FCTNAMES_H__
 #define __OLD_FCTNAMES_H__
index 32dfbfd..9568b92 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 6dda068..0cd7e23 100644 (file)
@@ -43,6 +43,8 @@
 **                  an assertion.
 */
 
+/* $Id$ */
+
 # ifndef _ENTITY_H_
 # define _ENTITY_H_
 
index 0c7988c..0390dd1 100644 (file)
@@ -26,6 +26,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _ENTITY_T_H_
 # define _ENTITY_T_H_
 
index 94db0ea..3c14b0f 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index ee10063..8d9354d 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 # include "ident.h"
 # include "entity.h"
 # include "type.h"
index 8774204..2e0717d 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 3541354..941504f 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPEOP_H_
 # define _TYPEOP_H_
 
index 99ad06b..2f8917c 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _IROP_T_H_
 # define _IROP_T_H_
 
index 23d997c..6f83a48 100644 (file)
@@ -28,6 +28,9 @@
  *   type_t.h type tpop
  *****
  */
+
+/* $Id$ */
+
 # include <stdlib.h>
 # include <stddef.h>
 # include "type_t.h"
index 1c0faa5..a73cf48 100644 (file)
@@ -27,6 +27,9 @@
  *   tpop.h
  *****
  */
+
+/* $Id$ */
+
 # ifndef _TYPE_H_
 # define _TYPE_H_
 
index 2173e5a..94efc7b 100644 (file)
@@ -6,6 +6,8 @@
 **
 */
 
+/* $Id$ */
+
 /* A datatype to treat types and entities as the same. */
 
 # ifndef _TYPE_OR_ENTITY_H_
index 3b12a31..0855da3 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPE_T_H_
 # define _TYPE_T_H_
 
index 4a44ef9..5cd16b3 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 # include "typegmod_t.h"
 # include "type_t.h"
 # include "tpop_t.h"
index 256f20c..d751f29 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPEGMOD_H_
 # define _TYPEGMOD_H_
 
index dddaaac..eb98428 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPEGMOD_T_H_
 # define _TYPEGMOD_T_H_
 
index dcd2547..ee71534 100644 (file)
@@ -9,6 +9,8 @@
 ** - execute the post function after recursion
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 90f5da9..b1e6d63 100644 (file)
@@ -10,6 +10,8 @@
 ** - execute the post function after recursion
 */
 
+/* $Id$ */
+
 
 /* walk over all type information reachable from the ir graph. */
 
index f482a62..2bb60c7 100644 (file)
@@ -1,6 +1,8 @@
 /* IEEE754 fp format.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 /* This file was derived from the GNU C Library's ieee754.h which
    carried the following copyright notice:
 
index 1dd1a92..4e8f62d 100644 (file)
@@ -1,6 +1,8 @@
 /* TV --- Target Values, aka Constant Table.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 /* This implementation assumes:
    * target characters/strings can be represented as type `char'/`char *',
    * host's type `long'/`unsigned long' can hold values of mode `l'/`L',
index 7151883..c4d6a32 100644 (file)
@@ -1,6 +1,10 @@
 /* Declarations for Target Values.
    Copyright (C) 1995, 1996 Christian von Roques
+*/
+
+/* $Id$ */
 
+/*
 Discussion of new interface, proposals by Prof. Waite:
 (email of 13.6.2001)
 > 1. You say that you plan to replace the tv module.  That replacement is
index aff58fa..6a9a92d 100644 (file)
@@ -1,6 +1,8 @@
 /* Declarations for Target Values.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifndef _TV_T_H
 #define _TV_T_H