updated commments
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 11 May 2006 10:02:53 +0000 (10:02 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 11 May 2006 10:02:53 +0000 (10:02 +0000)
12 files changed:
ir/be/ia32/ia32_emitter.c
ir/be/ia32/ia32_emitter.h
ir/be/ia32/ia32_gen_decls.h
ir/be/ia32/ia32_map_regs.c
ir/be/ia32/ia32_map_regs.h
ir/be/ia32/ia32_new_nodes.c
ir/be/ia32/ia32_new_nodes.h
ir/be/ia32/ia32_nodes_attr.h
ir/be/ia32/ia32_optimize.c
ir/be/ia32/ia32_optimize.h
ir/be/ia32/ia32_transform.c
ir/be/ia32/ia32_transform.h

index cdc8510..d81f6d9 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * This file implements the node emitter.
- *
+ * @author Christian Wuerdig
  * $Id$
  */
 
index bbd1528..6c24533 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Header file for ia32 emitter, containing some function definitions and types.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_EMITTER_H_
 #define _IA32_EMITTER_H_
 
index 647d989..51230ae 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Header for ia32 assembler declarations dumper.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_GEN_DECLS_H_
 #define _IA32_GEN_DECLS_H_
 
index 5dd8105..c9bb092 100644 (file)
@@ -1,5 +1,7 @@
 /**
  * Register mapping for firm nodes. Stolen from bearch_firm :)
+ * Calculate requirements for register parameter.
+ * @author Christian Wuerdig
  * $Id$
  */
 #ifdef HAVE_CONFIG_H
index 6704726..d287323 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * General reqister mapping stuff.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_MAP_REGS_H_
 #define _IA32_MAP_REGS_H_
 
index 67715e4..746781d 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * This file implements the creation of the achitecture specific firm opcodes
- * and the coresponding node constructors for the $arch assembler irg.
+ * and the coresponding node constructors for the ia32 assembler irg.
  * @author Christian Wuerdig
  * $Id$
  */
index 76fd5bb..662dbab 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef _IA32_NEW_NODES_H_
-#define _IA32_NEW_NODES_H_
-
 /**
  * Function prototypes for the assembler ir node constructors.
  * @author Christian Wuerdig
  * $Id$
  */
 
+#ifndef _IA32_NEW_NODES_H_
+#define _IA32_NEW_NODES_H_
+
 #include "firm_config.h"
 #include "ia32_nodes_attr.h"
 
index 6e8c959..4fd2771 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Type definitions for ia32 node attributes.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_NODES_ATTR_H_
 #define _IA32_NODES_ATTR_H_
 
index 631f6e6..a72419a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/**
  * Project:     libFIRM
  * File name:   ir/be/ia32/ia32_optimize.c
  * Purpose:     Implements several optimizations for IA32
index 04cde05..d45cd98 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Function prototypes for ia32 optimizations
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_OPTIMIZE_H_
 #define _IA32_OPTIMIZE_H_
 
index d498aa6..bcf287a 100644 (file)
@@ -1,7 +1,6 @@
 /**
- * This file implements the IR transformation from firm into
- * ia32-Firm.
- *
+ * This file implements the IR transformation from firm into ia32-Firm.
+ * @author Christian Wuerdig
  * $Id$
  */
 
index fbc6c72..333fa1c 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Function prototypes for Firm into ia32-Firm transformations.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_TRANSFORM_H_
 #define _IA32_TRANSFORM_H_