X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm.h;h=8455c13df7169aed8d9ce0d65f8edbe9c90f8939;hb=abe1a1208ecb24b75b001bfe98ea0c500407a094;hp=71d824efb5b841ed1440dd418d1aeb6cf256b16f;hpb=5f9013339e1d6492a0960bd6a4c470eb29351c7e;p=libfirm diff --git a/include/libfirm/firm.h b/include/libfirm/firm.h index 71d824efb..8455c13df 100644 --- a/include/libfirm/firm.h +++ b/include/libfirm/firm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2010 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -21,9 +21,10 @@ * @file * @brief Central firm header. * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier - * @version $Id$ - * @brief - * Central FIRM header. + * @brief Central FIRM header. + */ + +/** @mainpage * * FIRM is a full graph based intermediate representation in SSA Form * with a novel concept to model side effects. It allows fast, aggressive @@ -53,8 +54,8 @@ * * Further this library supplies functionality to build and optimize FIRM graphs * and further functionality needed in a compiler. Finally there is more - * generic functionality to support implementations using firm. (Code generation, - * further optimizations). + * generic functionality to support implementations using firm. + * (Code generation, further optimizations). */ #ifndef FIRM_COMMON_FIRM_H #define FIRM_COMMON_FIRM_H @@ -66,14 +67,11 @@ #include "cgana.h" #include "dbginfo.h" #include "execfreq.h" -#include "execution_frequency.h" -#include "field_temperature.h" #include "firm_common.h" #include "firmstat.h" #include "firm_types.h" -#include "height.h" +#include "heights.h" #include "ident.h" -#include "interval_analysis.h" #include "irarch.h" #include "ircgopt.h" #include "irconsconfirm.h" @@ -102,13 +100,9 @@ #include "irpass.h" #include "irprintf.h" #include "irprog.h" -#include "irsimpletype.h" #include "irtypeinfo.h" #include "irverify.h" #include "lowering.h" -#include "rta.h" -#include "seqnumbers.h" -#include "structure.h" #include "timing.h" #include "trouts.h" #include "tv.h"