libFirm
firm.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1995-2010 University of Karlsruhe. All right reserved.
3  *
4  * This file is part of libFirm.
5  *
6  * This file may be distributed and/or modified under the terms of the
7  * GNU General Public License version 2 as published by the Free Software
8  * Foundation and appearing in the file LICENSE.GPL included in the
9  * packaging of this file.
10  *
11  * Licensees holding valid libFirm Professional Edition licenses may use
12  * this file in accordance with the libFirm Commercial License.
13  * Agreement provided with the Software.
14  *
15  * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16  * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
17  * PURPOSE.
18  */
19 
75 #ifndef FIRM_COMMON_FIRM_H
76 #define FIRM_COMMON_FIRM_H
77 
78 #include "analyze_irg_args.h"
79 #include "be.h"
80 #include "callgraph.h"
81 #include "cdep.h"
82 #include "cgana.h"
83 #include "dbginfo.h"
84 #include "execfreq.h"
85 #include "firm_common.h"
86 #include "firmstat.h"
87 #include "firm_types.h"
88 #include "heights.h"
89 #include "ident.h"
90 #include "irarch.h"
91 #include "ircgopt.h"
92 #include "irconsconfirm.h"
93 #include "ircons.h"
94 #include "irdom.h"
95 #include "vrp.h"
96 #include "irdump.h"
97 #include "iredgekinds.h"
98 #include "iredges.h"
99 #include "irflag.h"
100 #include "irgmod.h"
101 #include "irgopt.h"
102 #include "irgraph.h"
103 #include "irgwalk.h"
104 #include "irhooks.h"
105 #include "irio.h"
106 #include "irloop.h"
107 #include "irmemory.h"
108 #include "irmode.h"
109 #include "irnode.h"
110 #include "irop.h"
111 #include "iropt.h"
112 #include "iroptimize.h"
113 #include "irouts.h"
114 #include "irpass.h"
115 #include "irprintf.h"
116 #include "irprog.h"
117 #include "irtypeinfo.h"
118 #include "irverify.h"
119 #include "lowering.h"
120 #include "timing.h"
121 #include "trouts.h"
122 #include "tv.h"
123 #include "typerep.h"
124 
125 #endif