From 0929d78922b3e96f37ede5aeace5d2e413d15c63 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 24 Feb 2011 14:57:49 +0100 Subject: [PATCH] sparc: document authors --- ir/be/sparc/bearch_sparc.c | 1 + ir/be/sparc/bearch_sparc_t.h | 1 + ir/be/sparc/sparc_emitter.c | 1 + ir/be/sparc/sparc_emitter.h | 1 + ir/be/sparc/sparc_new_nodes.c | 1 + ir/be/sparc/sparc_new_nodes.h | 1 + ir/be/sparc/sparc_nodes_attr.h | 1 + ir/be/sparc/sparc_transform.c | 1 + ir/be/sparc/sparc_transform.h | 1 + 9 files changed, 9 insertions(+) diff --git a/ir/be/sparc/bearch_sparc.c b/ir/be/sparc/bearch_sparc.c index 8d71fc58f..ae5997546 100644 --- a/ir/be/sparc/bearch_sparc.c +++ b/ir/be/sparc/bearch_sparc.c @@ -20,6 +20,7 @@ /** * @file * @brief The main sparc backend driver file. + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #include "config.h" diff --git a/ir/be/sparc/bearch_sparc_t.h b/ir/be/sparc/bearch_sparc_t.h index e8ff39656..04d7d1799 100644 --- a/ir/be/sparc/bearch_sparc_t.h +++ b/ir/be/sparc/bearch_sparc_t.h @@ -20,6 +20,7 @@ /** * @file * @brief declarations for SPARC backend -- private header + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #ifndef FIRM_BE_SPARC_BEARCH_SPARC_T_H diff --git a/ir/be/sparc/sparc_emitter.c b/ir/be/sparc/sparc_emitter.c index ffff3998c..9340fc72b 100644 --- a/ir/be/sparc/sparc_emitter.c +++ b/ir/be/sparc/sparc_emitter.c @@ -20,6 +20,7 @@ /** * @file * @brief emit assembler for a backend graph + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #include "config.h" diff --git a/ir/be/sparc/sparc_emitter.h b/ir/be/sparc/sparc_emitter.h index 0970ab0fe..c469cd5bd 100644 --- a/ir/be/sparc/sparc_emitter.h +++ b/ir/be/sparc/sparc_emitter.h @@ -20,6 +20,7 @@ /** * @file * @brief declarations for emit functions + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #ifndef FIRM_BE_SPARC_EMITTER_H diff --git a/ir/be/sparc/sparc_new_nodes.c b/ir/be/sparc/sparc_new_nodes.c index a0fc82588..e114de261 100644 --- a/ir/be/sparc/sparc_new_nodes.c +++ b/ir/be/sparc/sparc_new_nodes.c @@ -22,6 +22,7 @@ * @brief This file implements the creation of the achitecture specific firm * opcodes and the coresponding node constructors for the sparc * assembler irg. + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #include "config.h" diff --git a/ir/be/sparc/sparc_new_nodes.h b/ir/be/sparc/sparc_new_nodes.h index a130baa64..303053306 100644 --- a/ir/be/sparc/sparc_new_nodes.h +++ b/ir/be/sparc/sparc_new_nodes.h @@ -20,6 +20,7 @@ /** * @file * @brief Function prototypes for the assembler ir node constructors. + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #ifndef FIRM_BE_SPARC_SPARC_NEW_NODES_H diff --git a/ir/be/sparc/sparc_nodes_attr.h b/ir/be/sparc/sparc_nodes_attr.h index 3753322a1..02acff260 100644 --- a/ir/be/sparc/sparc_nodes_attr.h +++ b/ir/be/sparc/sparc_nodes_attr.h @@ -20,6 +20,7 @@ /** * @file * @brief attributes attached to all sparc nodes + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #ifndef FIRM_BE_SPARC_SPARC_NODES_ATTR_H diff --git a/ir/be/sparc/sparc_transform.c b/ir/be/sparc/sparc_transform.c index 8934aa0b2..1d39dd4cc 100644 --- a/ir/be/sparc/sparc_transform.c +++ b/ir/be/sparc/sparc_transform.c @@ -20,6 +20,7 @@ /** * @file * @brief code selection (transform FIRM into SPARC FIRM) + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #include "config.h" diff --git a/ir/be/sparc/sparc_transform.h b/ir/be/sparc/sparc_transform.h index 9f660d037..7b6c4300f 100644 --- a/ir/be/sparc/sparc_transform.h +++ b/ir/be/sparc/sparc_transform.h @@ -20,6 +20,7 @@ /** * @file * @brief declaration for the transform function (code selection) + * @author Hannes Rapp, Matthias Braun * @version $Id$ */ #ifndef FIRM_BE_SPARC_SPARC_TRANSFORM_H -- 2.20.1