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
86997185
Commit
86997185
authored
May 11, 2006
by
Christian Würdig
Browse files
updated commments
parent
b17c6a2f
Changes
12
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
86997185
/**
* This file implements the node emitter.
*
*
@author Christian Wuerdig
* $Id$
*/
...
...
ir/be/ia32/ia32_emitter.h
View file @
86997185
/**
* Header file for ia32 emitter, containing some function definitions and types.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_EMITTER_H_
#define _IA32_EMITTER_H_
...
...
ir/be/ia32/ia32_gen_decls.h
View file @
86997185
/**
* Header for ia32 assembler declarations dumper.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_GEN_DECLS_H_
#define _IA32_GEN_DECLS_H_
...
...
ir/be/ia32/ia32_map_regs.c
View file @
86997185
/**
* Register mapping for firm nodes. Stolen from bearch_firm :)
* Calculate requirements for register parameter.
* @author Christian Wuerdig
* $Id$
*/
#ifdef HAVE_CONFIG_H
...
...
ir/be/ia32/ia32_map_regs.h
View file @
86997185
/**
* General reqister mapping stuff.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_MAP_REGS_H_
#define _IA32_MAP_REGS_H_
...
...
ir/be/ia32/ia32_new_nodes.c
View file @
86997185
/**
* This file implements the creation of the achitecture specific firm opcodes
* and the coresponding node constructors for the
$arch
assembler irg.
* and the coresponding node constructors for the
ia32
assembler irg.
* @author Christian Wuerdig
* $Id$
*/
...
...
ir/be/ia32/ia32_new_nodes.h
View file @
86997185
#ifndef _IA32_NEW_NODES_H_
#define _IA32_NEW_NODES_H_
/**
* Function prototypes for the assembler ir node constructors.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_NEW_NODES_H_
#define _IA32_NEW_NODES_H_
#include
"firm_config.h"
#include
"ia32_nodes_attr.h"
...
...
ir/be/ia32/ia32_nodes_attr.h
View file @
86997185
/**
* Type definitions for ia32 node attributes.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_NODES_ATTR_H_
#define _IA32_NODES_ATTR_H_
...
...
ir/be/ia32/ia32_optimize.c
View file @
86997185
/*
/*
*
* Project: libFIRM
* File name: ir/be/ia32/ia32_optimize.c
* Purpose: Implements several optimizations for IA32
...
...
ir/be/ia32/ia32_optimize.h
View file @
86997185
/**
* Function prototypes for ia32 optimizations
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_OPTIMIZE_H_
#define _IA32_OPTIMIZE_H_
...
...
ir/be/ia32/ia32_transform.c
View file @
86997185
/**
* This file implements the IR transformation from firm into
* ia32-Firm.
*
* This file implements the IR transformation from firm into ia32-Firm.
* @author Christian Wuerdig
* $Id$
*/
...
...
ir/be/ia32/ia32_transform.h
View file @
86997185
/**
* Function prototypes for Firm into ia32-Firm transformations.
* @author Christian Wuerdig
* $Id$
*/
#ifndef _IA32_TRANSFORM_H_
#define _IA32_TRANSFORM_H_
...
...
Write
Preview
Supports
Markdown
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