libfirm
18 years agofixed wrong register request index
Christian Würdig [Tue, 22 Nov 2005 10:01:12 +0000 (10:01 +0000)]
fixed wrong register request index

18 years agofirm isa implementation
Christian Würdig [Tue, 22 Nov 2005 09:45:31 +0000 (09:45 +0000)]
firm isa implementation

18 years agomoved to their own subdir
Christian Würdig [Tue, 22 Nov 2005 09:44:54 +0000 (09:44 +0000)]
moved to their own subdir

18 years agoadded isa selection through parameters
Christian Würdig [Tue, 22 Nov 2005 09:43:45 +0000 (09:43 +0000)]
added isa selection through parameters
removed c99 style
fixed indents

18 years agobearch_firm is now in a subdir
Christian Würdig [Tue, 22 Nov 2005 09:39:00 +0000 (09:39 +0000)]
bearch_firm is now in a subdir

18 years agoadded a codegen function to the isa interface
Christian Würdig [Tue, 22 Nov 2005 09:34:29 +0000 (09:34 +0000)]
added a codegen function to the isa interface

18 years agoremoved bearch_firm, it's now in it's own subdir
Christian Würdig [Tue, 22 Nov 2005 09:33:12 +0000 (09:33 +0000)]
removed bearch_firm, it's now in it's own subdir

18 years agonot necessary any more (moved to architecture dependent directory)
Christian Würdig [Tue, 22 Nov 2005 09:29:28 +0000 (09:29 +0000)]
not necessary any more (moved to architecture dependent directory)

18 years agoC99 style 'false' removed
Christian Würdig [Fri, 18 Nov 2005 11:00:19 +0000 (11:00 +0000)]
C99 style 'false' removed

18 years agofixed broken version
Christian Würdig [Fri, 18 Nov 2005 10:23:33 +0000 (10:23 +0000)]
fixed broken version

18 years agofixed broken version
Christian Würdig [Fri, 18 Nov 2005 10:23:00 +0000 (10:23 +0000)]
fixed broken version

18 years agoAdded new ifg interface
Sebastian Hack [Fri, 18 Nov 2005 10:05:26 +0000 (10:05 +0000)]
Added new ifg interface

18 years agofixed missing files
Christian Würdig [Fri, 18 Nov 2005 09:58:14 +0000 (09:58 +0000)]
fixed missing files

18 years agoFixed (did we?)
Sebastian Hack [Wed, 16 Nov 2005 14:22:04 +0000 (14:22 +0000)]
Fixed (did we?)

18 years agoAdded irn_handler field to arch_isa_t
Sebastian Hack [Wed, 16 Nov 2005 14:19:55 +0000 (14:19 +0000)]
Added irn_handler field to arch_isa_t

18 years agogenerate emitter functions from spec
Christian Würdig [Tue, 8 Nov 2005 17:00:49 +0000 (17:00 +0000)]
generate emitter functions from spec

18 years agofixed indents
Christian Würdig [Tue, 8 Nov 2005 16:59:10 +0000 (16:59 +0000)]
fixed indents

18 years agoremoved Min, Max, Div, Mod, DivMod with immediate
Christian Würdig [Tue, 8 Nov 2005 16:58:37 +0000 (16:58 +0000)]
removed Min, Max, Div, Mod, DivMod with immediate
removed Rot (will be replaced by RotR and RotL)

18 years agoadded emitter
Christian Würdig [Tue, 8 Nov 2005 16:57:17 +0000 (16:57 +0000)]
added emitter

18 years agoadded format string for code emitter
Christian Würdig [Tue, 8 Nov 2005 16:57:01 +0000 (16:57 +0000)]
added format string for code emitter

18 years agoC99 style removed
Michael Beck [Tue, 8 Nov 2005 16:11:29 +0000 (16:11 +0000)]
C99 style removed
used calling conventions

18 years agoemit code for global variables (+ inits) and global constants
Christian Würdig [Mon, 7 Nov 2005 12:50:04 +0000 (12:50 +0000)]
emit code for global variables (+ inits) and global constants

18 years agostarted code emitter (gen_decls)
Christian Würdig [Mon, 7 Nov 2005 12:49:13 +0000 (12:49 +0000)]
started code emitter (gen_decls)

18 years agoadded Min, Max, Div, DivMod and Mulh nodes
Christian Würdig [Mon, 7 Nov 2005 12:48:23 +0000 (12:48 +0000)]
added Min, Max, Div, DivMod and Mulh nodes
removed redundant ,

18 years agoadded generation of Mulh, Min, Max, Div and DivMod nodes
Christian Würdig [Mon, 7 Nov 2005 12:47:13 +0000 (12:47 +0000)]
added generation of Mulh, Min, Max, Div and DivMod nodes
added assert for not yet implemented nodes

18 years agofixing includes
Christian Würdig [Fri, 4 Nov 2005 14:02:34 +0000 (14:02 +0000)]
fixing includes

18 years agoadded get symconst attr function for Imm nodes
Christian Würdig [Thu, 3 Nov 2005 15:30:23 +0000 (15:30 +0000)]
added get symconst attr function for Imm nodes
better symconst dump support

18 years agorenamed attr
Christian Würdig [Thu, 3 Nov 2005 15:29:24 +0000 (15:29 +0000)]
renamed attr

18 years agogen Calls
Christian Würdig [Thu, 3 Nov 2005 15:28:49 +0000 (15:28 +0000)]
gen Calls
get_tarval_one for lea is now always mode_Iu

18 years agobetter symconst support
Christian Würdig [Thu, 3 Nov 2005 15:28:02 +0000 (15:28 +0000)]
better symconst support

18 years agoadded some new get attr functions
Christian Würdig [Thu, 3 Nov 2005 15:26:55 +0000 (15:26 +0000)]
added some new get attr functions

18 years agoadded new node Call
Christian Würdig [Thu, 3 Nov 2005 15:26:23 +0000 (15:26 +0000)]
added new node Call

18 years agoadded offset and symconst as attributes
Christian Würdig [Wed, 2 Nov 2005 14:45:39 +0000 (14:45 +0000)]
added offset and symconst as attributes

18 years agoreplaced entity with symconst in immediate attributes
Christian Würdig [Wed, 2 Nov 2005 14:45:23 +0000 (14:45 +0000)]
replaced entity with symconst in immediate attributes

18 years agoadded dumper for Imm nodes
Christian Würdig [Wed, 2 Nov 2005 14:44:22 +0000 (14:44 +0000)]
added dumper for Imm nodes
save old SymConst node in Imm in case of a SymConst
added function to get tarval from Imm
some indent fixes

18 years agooptimize Add and Add with Shift with LEA
Christian Würdig [Wed, 2 Nov 2005 14:41:26 +0000 (14:41 +0000)]
optimize Add and Add with Shift with LEA
added parameter for gen_imm_ functions
optimize Add(+/-1) and Sub(+/-1) with Inc and Dec

18 years agoupdated comments
Christian Würdig [Wed, 2 Nov 2005 14:38:57 +0000 (14:38 +0000)]
updated comments
removed keys which are optional now
added Lea and Lea_i nodes

18 years agoimproved dump of node attributes
Christian Würdig [Wed, 2 Nov 2005 14:37:49 +0000 (14:37 +0000)]
improved dump of node attributes

18 years agoadded generation of missing function prototypes
Christian Würdig [Wed, 2 Nov 2005 14:33:59 +0000 (14:33 +0000)]
added generation of missing function prototypes
made several key in node spec optional (args, rd_constructor, op_flags, state)
create only new_rd_ functions (no _r and _d wrapper anymore)
added several set and get attribute functions

18 years agosupport for node dumper
Christian Würdig [Thu, 27 Oct 2005 15:26:59 +0000 (15:26 +0000)]
support for node dumper

18 years agopass additional dbg param to gen functions
Christian Würdig [Thu, 27 Oct 2005 15:26:39 +0000 (15:26 +0000)]
pass additional dbg param to gen functions
optimize sub
gen Minus added

18 years agoadded new op
Christian Würdig [Thu, 27 Oct 2005 15:24:46 +0000 (15:24 +0000)]
added new op

18 years agochanged targets for new_nodes.[ch] creation
Christian Würdig [Thu, 27 Oct 2005 15:24:25 +0000 (15:24 +0000)]
changed targets for new_nodes.[ch] creation

18 years agoadded missing includes for generated new_nodes
Christian Würdig [Wed, 26 Oct 2005 13:56:14 +0000 (13:56 +0000)]
added missing includes for generated new_nodes
removed unecessary includes

18 years agoadded gen of new ops
Christian Würdig [Wed, 26 Oct 2005 13:55:23 +0000 (13:55 +0000)]
added gen of new ops
changed structure of main driver

18 years agoalle ops are now pinned
Christian Würdig [Wed, 26 Oct 2005 13:54:40 +0000 (13:54 +0000)]
alle ops are now pinned
added new ops

18 years agoremoved unecessary target
Christian Würdig [Wed, 26 Oct 2005 13:53:59 +0000 (13:53 +0000)]
removed unecessary target

18 years agoadded missing include
Christian Würdig [Wed, 26 Oct 2005 13:53:29 +0000 (13:53 +0000)]
added missing include

18 years agotransform functions now take irg as param
Christian Würdig [Wed, 26 Oct 2005 13:53:00 +0000 (13:53 +0000)]
transform functions now take irg as param

18 years agofunctions take now irg as param
Christian Würdig [Wed, 26 Oct 2005 13:52:38 +0000 (13:52 +0000)]
functions take now irg as param

18 years agotransform_firm now gets an irg as param
Christian Würdig [Wed, 26 Oct 2005 13:52:07 +0000 (13:52 +0000)]
transform_firm now gets an irg as param
create assembler nodes only once and not for every irg pass

18 years agoadded missing include
Christian Würdig [Wed, 26 Oct 2005 13:51:03 +0000 (13:51 +0000)]
added missing include

18 years agomoved attribute struct into .h because it's needed in transform.c
Christian Würdig [Wed, 26 Oct 2005 13:50:43 +0000 (13:50 +0000)]
moved attribute struct into .h because it's needed in transform.c

18 years agoadded codgen
Christian Würdig [Tue, 25 Oct 2005 08:03:30 +0000 (08:03 +0000)]
added codgen
commented out regalloc and scheduling for now

18 years agoadded codegen module
Christian Würdig [Tue, 25 Oct 2005 08:02:10 +0000 (08:02 +0000)]
added codegen module

18 years agoarchitecture dependent part of the codegen module
Christian Würdig [Tue, 25 Oct 2005 08:00:44 +0000 (08:00 +0000)]
architecture dependent part of the codegen module

18 years agocreates irops and node constructors from a spec
Christian Würdig [Tue, 25 Oct 2005 08:00:03 +0000 (08:00 +0000)]
creates irops and node constructors from a spec

18 years agoarchitecture independent part of the codegen module
Christian Würdig [Tue, 25 Oct 2005 07:58:55 +0000 (07:58 +0000)]
architecture independent part of the codegen module

18 years agoconfig.h added
Sebastian Hack [Mon, 24 Oct 2005 15:40:50 +0000 (15:40 +0000)]
config.h added

18 years agotypo fixed
Michael Beck [Fri, 21 Oct 2005 14:02:03 +0000 (14:02 +0000)]
typo fixed

18 years agoAdapted to API changes of new_ir_op
Adam Szalkowski [Thu, 20 Oct 2005 13:21:16 +0000 (13:21 +0000)]
Adapted to API changes of new_ir_op

18 years agoBugfixes, Unknown-stuff, Heuristic for maximum independent set.
Daniel Grund [Mon, 10 Oct 2005 16:26:27 +0000 (16:26 +0000)]
Bugfixes, Unknown-stuff, Heuristic for maximum independent set.

18 years agoSet dump consts local to false for schedule dumping
Sebastian Hack [Mon, 10 Oct 2005 14:20:20 +0000 (14:20 +0000)]
Set dump consts local to false for schedule dumping

18 years agobugfixes
Daniel Grund [Mon, 10 Oct 2005 08:20:25 +0000 (08:20 +0000)]
bugfixes

18 years agoscheduled Immediates to uses
Daniel Grund [Mon, 10 Oct 2005 08:19:27 +0000 (08:19 +0000)]
scheduled Immediates to uses

18 years agohalf a ton of bugfixes.
Daniel Grund [Wed, 5 Oct 2005 16:41:55 +0000 (16:41 +0000)]
half a ton of bugfixes.
belady spill should now be bugfree. spec is working.

18 years ago*** empty log message ***
Daniel Grund [Fri, 30 Sep 2005 14:31:48 +0000 (14:31 +0000)]
*** empty log message ***

18 years agoAdapted to recent changes
Sebastian Hack [Fri, 30 Sep 2005 14:28:01 +0000 (14:28 +0000)]
Adapted to recent changes

18 years agoadapted belady to new spill.h
Daniel Grund [Fri, 30 Sep 2005 14:19:38 +0000 (14:19 +0000)]
adapted belady to new spill.h

18 years agoChanged to the new infrastructure
Sebastian Hack [Fri, 30 Sep 2005 14:09:27 +0000 (14:09 +0000)]
Changed to the new infrastructure

18 years agoMinor changes
Sebastian Hack [Fri, 30 Sep 2005 13:51:06 +0000 (13:51 +0000)]
Minor changes

18 years agoMore generalization
Sebastian Hack [Fri, 30 Sep 2005 13:43:43 +0000 (13:43 +0000)]
More generalization

18 years ago*** empty log message ***
Daniel Grund [Fri, 30 Sep 2005 10:46:43 +0000 (10:46 +0000)]
*** empty log message ***

18 years agoModified demand computation:
Sebastian Hack [Fri, 30 Sep 2005 08:35:08 +0000 (08:35 +0000)]
Modified demand computation:
Does not use reflect interface anymore

18 years agocommon spilling things
Daniel Grund [Fri, 30 Sep 2005 08:31:57 +0000 (08:31 +0000)]
common spilling things

18 years agoa new better version.
Daniel Grund [Thu, 29 Sep 2005 20:54:15 +0000 (20:54 +0000)]
a new better version.

18 years agoFixed a bug
Sebastian Hack [Thu, 29 Sep 2005 18:08:25 +0000 (18:08 +0000)]
Fixed a bug

18 years agobelady spiller, initial version
Daniel Grund [Thu, 29 Sep 2005 16:55:00 +0000 (16:55 +0000)]
belady spiller, initial version

18 years agoAdded uses module
Sebastian Hack [Tue, 20 Sep 2005 12:50:32 +0000 (12:50 +0000)]
Added uses module

18 years ago*** empty log message ***
Daniel Grund [Thu, 1 Sep 2005 15:33:30 +0000 (15:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Daniel Grund [Thu, 1 Sep 2005 15:32:45 +0000 (15:32 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Daniel Grund [Thu, 1 Sep 2005 15:17:05 +0000 (15:17 +0000)]
*** empty log message ***

18 years agosome new ilp stats
Daniel Grund [Thu, 1 Sep 2005 15:16:26 +0000 (15:16 +0000)]
some new ilp stats

18 years agoBefore benchmarking
Daniel Grund [Mon, 29 Aug 2005 20:55:46 +0000 (20:55 +0000)]
Before benchmarking

18 years agoRemoved mtrace() and asm output
Sebastian Hack [Mon, 29 Aug 2005 14:59:08 +0000 (14:59 +0000)]
Removed mtrace() and asm output

18 years agoFixed a bug.
Sebastian Hack [Mon, 29 Aug 2005 14:57:54 +0000 (14:57 +0000)]
Fixed a bug.

18 years agoMoved normalize projs to bemain.c
Sebastian Hack [Mon, 29 Aug 2005 14:57:01 +0000 (14:57 +0000)]
Moved normalize projs to bemain.c

18 years agoAdded dominance checker
Sebastian Hack [Sun, 28 Aug 2005 12:38:47 +0000 (12:38 +0000)]
Added dominance checker

18 years ago*** empty log message ***
Daniel Grund [Fri, 26 Aug 2005 14:28:23 +0000 (14:28 +0000)]
*** empty log message ***

18 years agoBugfixes
Daniel Grund [Fri, 26 Aug 2005 08:33:22 +0000 (08:33 +0000)]
Bugfixes

18 years agobugfix
Daniel Grund [Tue, 23 Aug 2005 20:50:10 +0000 (20:50 +0000)]
bugfix

18 years agoAdded path constraints for phi classes, some ifdef switches, removed old stuff
Daniel Grund [Tue, 23 Aug 2005 18:15:21 +0000 (18:15 +0000)]
Added path constraints for phi classes, some ifdef switches, removed old stuff

18 years agoBugfix: detection of former critical edges.
Daniel Grund [Tue, 23 Aug 2005 15:32:12 +0000 (15:32 +0000)]
Bugfix: detection of former critical edges.

18 years agobugfix and added a call to phi-class ana
Daniel Grund [Tue, 23 Aug 2005 15:31:17 +0000 (15:31 +0000)]
bugfix and added a call to phi-class ana

18 years agoCosmetics, changed loop-costs to d^2+1.
Daniel Grund [Tue, 23 Aug 2005 15:30:01 +0000 (15:30 +0000)]
Cosmetics, changed loop-costs to d^2+1.

18 years agoforgot this file on check in of chordal draw.
Daniel Grund [Tue, 23 Aug 2005 15:28:48 +0000 (15:28 +0000)]
forgot this file on check in of chordal draw.

18 years agoBugfix
Daniel Grund [Tue, 23 Aug 2005 12:49:44 +0000 (12:49 +0000)]
Bugfix

18 years agobugfixes. added 3 stats. added asserts. disabled generation of M_constraints in certa...
Daniel Grund [Thu, 18 Aug 2005 21:21:54 +0000 (21:21 +0000)]
bugfixes. added 3 stats. added asserts. disabled generation of M_constraints in certain cases.

18 years agoFixed a bug
Sebastian Hack [Thu, 18 Aug 2005 16:26:55 +0000 (16:26 +0000)]
Fixed a bug

18 years agoAdded Imm nodes to bearch_firm
Sebastian Hack [Thu, 18 Aug 2005 16:24:32 +0000 (16:24 +0000)]
Added Imm nodes to bearch_firm