Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
d2c1b019
Commit
d2c1b019
authored
Aug 05, 2009
by
Matthias Braun
Browse files
reorganize backend headers (kill some _t variants in favor of a be_types.h)
[r26317]
parent
f0c26317
Changes
117
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
d2c1b019
...
...
@@ -52,7 +52,7 @@
#include "../besched.h"
#include "../beabi.h"
#include "../beutil.h"
#include "../beirg
_t
.h"
#include "../beirg.h"
#include "../betranshlp.h"
#include "../be_t.h"
...
...
ir/be/ia32/ia32_x87.c
View file @
d2c1b019
...
...
@@ -44,7 +44,7 @@
#include "error.h"
#include "../belive_t.h"
#include "../besched
_t
.h"
#include "../besched.h"
#include "../benode_t.h"
#include "bearch_ia32_t.h"
#include "ia32_new_nodes.h"
...
...
ir/be/mips/bearch_mips.c
View file @
d2c1b019
...
...
@@ -42,12 +42,12 @@
#include "bitset.h"
#include "debug.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "../benode_t.h"
#include "../belower.h"
#include "../besched
_t
.h"
#include "../besched.h"
#include "../beblocksched.h"
#include "../beirg
_t
.h"
#include "../beirg.h"
#include "be.h"
#include "../beabi.h"
#include "../bemachine.h"
...
...
ir/be/mips/bearch_mips.h
View file @
d2c1b019
...
...
@@ -26,7 +26,7 @@
#ifndef FIRM_BE_MIPS_BEARCH_MIPS_H
#define FIRM_BE_MIPS_BEARCH_MIPS_H
#include "../bearch
_t
.h"
#include "../bearch.h"
typedef
struct
mips_code_gen_t
mips_code_gen_t
;
...
...
ir/be/mips/mips_map_regs.h
View file @
d2c1b019
...
...
@@ -29,7 +29,7 @@
#include "irnode.h"
#include "set.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "mips_nodes_attr.h"
int
mips_cmp_irn_reg_assoc
(
const
void
*
a
,
const
void
*
b
,
size_t
len
);
...
...
ir/be/mips/mips_new_nodes.c
View file @
d2c1b019
...
...
@@ -40,7 +40,7 @@
#include "irprintf.h"
#include "xmalloc.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "mips_nodes_attr.h"
#include "mips_new_nodes.h"
...
...
ir/be/mips/mips_nodes_attr.h
View file @
d2c1b019
...
...
@@ -26,7 +26,7 @@
#ifndef FIRM_BE_MIPS_MIPS_NODES_ATTR_H
#define FIRM_BE_MIPS_MIPS_NODES_ATTR_H
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "irmode_t.h"
#include "irnode_t.h"
...
...
ir/be/mips/mips_scheduler.c
View file @
d2c1b019
...
...
@@ -27,9 +27,10 @@
#include "mips_scheduler.h"
#include "../besched
_t
.h"
#include "../besched.h"
#include "be.h"
#include "../beabi.h"
#include "../belistsched.h"
#include "iredges.h"
#include "ircons.h"
#include "gen_mips_regalloc_if.h"
...
...
ir/be/mips/mips_scheduler.h
View file @
d2c1b019
...
...
@@ -26,7 +26,7 @@
#ifndef FIRM_BE_MIPS_MIPS_SCHEDULER_H
#define FIRM_BE_MIPS_MIPS_SCHEDULER_H
#include "../besched
_t
.h"
#include "../besched.h"
const
list_sched_selector_t
*
mips_get_list_sched_selector
(
const
void
*
self
,
list_sched_selector_t
*
selector
);
const
ilp_sched_selector_t
*
mips_get_ilp_sched_selector
(
const
void
*
self
);
...
...
ir/be/mips/mips_transform.c
View file @
d2c1b019
...
...
@@ -43,8 +43,8 @@
#include "../benode_t.h"
#include "../beabi.h"
#include "../besched.h"
#include "../besched
_t
.h"
#include "../beirg
_t
.h"
#include "../besched.h"
#include "../beirg.h"
#include "../betranshlp.h"
#include "bearch_mips_t.h"
...
...
ir/be/ppc32/bearch_ppc32.c
View file @
d2c1b019
...
...
@@ -37,18 +37,19 @@
#include "debug.h"
#include "error.h"
#include "../bearch
_t
.h"
/* the general register allocator interface */
#include "../bearch.h"
/* the general register allocator interface */
#include "../benode_t.h"
#include "../belower.h"
#include "../besched
_t
.h"
#include "../besched.h"
#include "be.h"
#include "../beabi.h"
#include "../bemachine.h"
#include "../bemodule.h"
#include "../bespillslots.h"
#include "../beblocksched.h"
#include "../beirg
_t
.h"
#include "../beirg.h"
#include "../begnuas.h"
#include "../belistsched.h"
#include "pset.h"
...
...
ir/be/ppc32/bearch_ppc32.h
View file @
d2c1b019
...
...
@@ -26,7 +26,7 @@
#ifndef FIRM_BE_PPC32_BEARCH_PPC32_H
#define FIRM_BE_PPC32_BEARCH_PPC32_H
#include "../bearch
_t
.h"
#include "../bearch.h"
extern
const
arch_isa_if_t
ppc32_isa_if
;
...
...
ir/be/ppc32/ppc32_emitter.c
View file @
d2c1b019
...
...
@@ -38,7 +38,7 @@
#include "irargs_t.h"
#include "error.h"
#include "../besched
_t
.h"
#include "../besched.h"
#include "../benode_t.h"
#include "ppc32_emitter.h"
...
...
ir/be/ppc32/ppc32_emitter.h
View file @
d2c1b019
...
...
@@ -30,7 +30,7 @@
#include "irargs_t.h"
#include "debug.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "bearch_ppc32_t.h"
...
...
ir/be/ppc32/ppc32_map_regs.h
View file @
d2c1b019
...
...
@@ -29,7 +29,7 @@
#include "irnode.h"
#include "set.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "ppc32_nodes_attr.h"
int
ppc32_cmp_irn_reg_assoc
(
const
void
*
a
,
const
void
*
b
,
size_t
len
);
...
...
ir/be/ppc32/ppc32_new_nodes.c
View file @
d2c1b019
...
...
@@ -40,7 +40,7 @@
#include "irprintf.h"
#include "xmalloc.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
#include "ppc32_nodes_attr.h"
#include "ppc32_new_nodes.h"
...
...
ir/be/ppc32/ppc32_nodes_attr.h
View file @
d2c1b019
...
...
@@ -27,7 +27,7 @@
#define FIRM_BE_PPC32_PPC32_NODES_ATTR_H
#include "irnode_t.h"
#include "../bearch
_t
.h"
#include "../bearch.h"
typedef
struct
{
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment