libFirm 1.20
libfirm/firm.h
Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 1995-2010 University of Karlsruhe.  All right reserved.
00003  *
00004  * This file is part of libFirm.
00005  *
00006  * This file may be distributed and/or modified under the terms of the
00007  * GNU General Public License version 2 as published by the Free Software
00008  * Foundation and appearing in the file LICENSE.GPL included in the
00009  * packaging of this file.
00010  *
00011  * Licensees holding valid libFirm Professional Edition licenses may use
00012  * this file in accordance with the libFirm Commercial License.
00013  * Agreement provided with the Software.
00014  *
00015  * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00016  * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00017  * PURPOSE.
00018  */
00019 
00070 #ifndef FIRM_COMMON_FIRM_H
00071 #define FIRM_COMMON_FIRM_H
00072 
00073 #include "analyze_irg_args.h"
00074 #include "be.h"
00075 #include "callgraph.h"
00076 #include "cdep.h"
00077 #include "cgana.h"
00078 #include "dbginfo.h"
00079 #include "execfreq.h"
00080 #include "firm_common.h"
00081 #include "firmstat.h"
00082 #include "firm_types.h"
00083 #include "heights.h"
00084 #include "ident.h"
00085 #include "irarch.h"
00086 #include "ircgopt.h"
00087 #include "irconsconfirm.h"
00088 #include "ircons.h"
00089 #include "irdom.h"
00090 #include "vrp.h"
00091 #include "irdump.h"
00092 #include "iredgekinds.h"
00093 #include "iredges.h"
00094 #include "irextbb.h"
00095 #include "irflag.h"
00096 #include "irgmod.h"
00097 #include "irgopt.h"
00098 #include "irgraph.h"
00099 #include "irgwalk.h"
00100 #include "irhooks.h"
00101 #include "irio.h"
00102 #include "irloop.h"
00103 #include "irmemory.h"
00104 #include "irmode.h"
00105 #include "irnode.h"
00106 #include "irop.h"
00107 #include "iropt.h"
00108 #include "iroptimize.h"
00109 #include "irouts.h"
00110 #include "irpass.h"
00111 #include "irprintf.h"
00112 #include "irprog.h"
00113 #include "irtypeinfo.h"
00114 #include "irverify.h"
00115 #include "lowering.h"
00116 #include "timing.h"
00117 #include "trouts.h"
00118 #include "tv.h"
00119 #include "typerep.h"
00120 
00121 #endif