libfirm
19 years agoadded Florians Sel(Sel(..)) counter
Michael Beck [Wed, 23 Mar 2005 15:17:50 +0000 (15:17 +0000)]
added Florians Sel(Sel(..)) counter

[r5470]

19 years agoAdded is_Const
Sebastian Hack [Wed, 23 Mar 2005 13:10:17 +0000 (13:10 +0000)]
Added is_Const

[r5464]

19 years agofixed copy'n'paste error
Michael Beck [Wed, 23 Mar 2005 12:28:00 +0000 (12:28 +0000)]
fixed copy'n'paste error

[r5462]

19 years agochanged interface for tail recursion
Michael Beck [Tue, 22 Mar 2005 15:19:58 +0000 (15:19 +0000)]
changed interface for tail recursion

[r5457]

19 years ago"small" fix for exception b/d
Florian Liekweg [Tue, 22 Mar 2005 13:56:09 +0000 (13:56 +0000)]
"small" fix for exception b/d

[r5456]

19 years agoNeed to initialise typalise now
Florian Liekweg [Tue, 22 Mar 2005 13:55:51 +0000 (13:55 +0000)]
Need to initialise typalise now

[r5455]

19 years agothe tail rec hook has now two arguments
Michael Beck [Tue, 22 Mar 2005 13:51:27 +0000 (13:51 +0000)]
the tail rec hook has now two arguments

[r5450]

19 years agoBugfix: allocate the right number of in's
Michael Beck [Tue, 22 Mar 2005 13:23:50 +0000 (13:23 +0000)]
Bugfix: allocate the right number of in's
Clear the trouts
use the raw interface

[r5448]

19 years agoA newly created Return may be bad due to dead block. Handle that case.
Michael Beck [Tue, 22 Mar 2005 13:21:50 +0000 (13:21 +0000)]
A newly created Return may be bad due to dead block. Handle that case.

[r5447]

19 years agofixes comment
Daniel Grund [Mon, 21 Mar 2005 16:05:17 +0000 (16:05 +0000)]
fixes comment

[r5442]

19 years agoRemove memory Phi's from keepalives, if the Return is moved up
Michael Beck [Fri, 18 Mar 2005 18:31:54 +0000 (18:31 +0000)]
Remove memory Phi's from keepalives, if the Return is moved up

[r5438]

19 years agochanged __functions into more comfrom _functions
Michael Beck [Fri, 18 Mar 2005 13:49:01 +0000 (13:49 +0000)]
changed __functions into more comfrom _functions

[r5432]

19 years agoadded missing include
Michael Beck [Fri, 18 Mar 2005 13:45:33 +0000 (13:45 +0000)]
added missing include

[r5431]

19 years agoadded return normalization
Michael Beck [Fri, 18 Mar 2005 13:09:00 +0000 (13:09 +0000)]
added return normalization

[r5427]

19 years agoadd return normalization to help same cases
Michael Beck [Fri, 18 Mar 2005 13:06:45 +0000 (13:06 +0000)]
add return normalization to help same cases
moved Mux optimization code to iropt.c

[r5426]

19 years agomore Mux optimization (copied from if-conversion)
Michael Beck [Fri, 18 Mar 2005 13:05:44 +0000 (13:05 +0000)]
more Mux optimization (copied from if-conversion)
fix for a+/- c1 CMP c2

[r5425]

19 years agoadded mode_honor_signed_zeros() function
Michael Beck [Fri, 18 Mar 2005 09:21:03 +0000 (09:21 +0000)]
added mode_honor_signed_zeros() function

[r5423]

19 years agoadded more Mux -> Abs cases
Michael Beck [Thu, 17 Mar 2005 15:33:00 +0000 (15:33 +0000)]
added more Mux -> Abs cases

[r5420]

19 years agochanged because of Cmp Optimization and normalization
Michael Beck [Wed, 16 Mar 2005 10:19:20 +0000 (10:19 +0000)]
changed because of Cmp Optimization and normalization

[r5415]

19 years agoget_swapped_pnc() added
Michael Beck [Tue, 15 Mar 2005 18:04:47 +0000 (18:04 +0000)]
get_swapped_pnc() added

[r5413]

19 years agoAdded normalization and more optimizations of Cmp
Michael Beck [Tue, 15 Mar 2005 18:04:13 +0000 (18:04 +0000)]
Added normalization and more optimizations of Cmp

[r5412]

19 years agomore general test for exceptions
Michael Beck [Tue, 15 Mar 2005 10:06:51 +0000 (10:06 +0000)]
more general test for exceptions

[r5404]

19 years agoadded detection of Raise
Michael Beck [Tue, 15 Mar 2005 10:01:54 +0000 (10:01 +0000)]
added detection of Raise

[r5403]

19 years agofixed typ of visited flag
Michael Beck [Mon, 14 Mar 2005 17:43:57 +0000 (17:43 +0000)]
fixed typ of visited flag
fixed hook call

[r5402]

19 years agofixed the type of the walker flag
Michael Beck [Mon, 14 Mar 2005 17:31:03 +0000 (17:31 +0000)]
fixed the type of the walker flag

[r5401]

19 years agoremoved C99 constructs
Michael Beck [Mon, 14 Mar 2005 17:22:52 +0000 (17:22 +0000)]
removed C99 constructs
typos fixed

[r5400]

19 years agoadded data Phi in block counter
Michael Beck [Mon, 14 Mar 2005 15:20:52 +0000 (15:20 +0000)]
added data Phi in block counter

[r5395]

19 years agoexported ifconv.h
Michael Beck [Mon, 14 Mar 2005 15:07:59 +0000 (15:07 +0000)]
exported ifconv.h

[r5394]

19 years agoremoved C99 features
Michael Beck [Mon, 14 Mar 2005 14:52:07 +0000 (14:52 +0000)]
removed C99 features

[r5393]

19 years agoadded dumper for real function call and tail rec optimizations
Michael Beck [Mon, 14 Mar 2005 14:50:56 +0000 (14:50 +0000)]
added dumper for real function call and tail rec optimizations

[r5392]

19 years agoadded counters for real function call optimizations and tail rec optimization
Michael Beck [Mon, 14 Mar 2005 14:50:21 +0000 (14:50 +0000)]
added counters for real function call optimizations and tail rec optimization

[r5391]

19 years agoadded hook for real function call optimization
Michael Beck [Mon, 14 Mar 2005 14:49:42 +0000 (14:49 +0000)]
added hook for real function call optimization

[r5390]

19 years agoadded missing include
Michael Beck [Mon, 14 Mar 2005 14:48:59 +0000 (14:48 +0000)]
added missing include

[r5389]

19 years agoadded real funccall optimization
Michael Beck [Mon, 14 Mar 2005 14:48:14 +0000 (14:48 +0000)]
added real funccall optimization

[r5388]

19 years agotypo fixed
Michael Beck [Mon, 14 Mar 2005 14:47:37 +0000 (14:47 +0000)]
typo fixed

[r5387]

19 years agoadded real function call and if conversion headers
Michael Beck [Mon, 14 Mar 2005 14:46:19 +0000 (14:46 +0000)]
added real function call and if conversion headers

[r5386]

19 years agorestructured error output
Michael Beck [Mon, 14 Mar 2005 14:42:55 +0000 (14:42 +0000)]
restructured error output
more information

[r5384]

19 years agoadded hook for real function call processing
Michael Beck [Mon, 14 Mar 2005 14:42:02 +0000 (14:42 +0000)]
added hook for real function call processing

[r5383]

19 years agoadded real function call setting
Michael Beck [Mon, 14 Mar 2005 14:40:59 +0000 (14:40 +0000)]
added real function call setting

[r5382]

19 years agoused new new_Const_long() constructor
Michael Beck [Mon, 14 Mar 2005 14:40:12 +0000 (14:40 +0000)]
used new new_Const_long() constructor

[r5381]

19 years agotypo fixed
Michael Beck [Mon, 14 Mar 2005 14:39:11 +0000 (14:39 +0000)]
typo fixed

[r5380]

19 years agofind_array_dimension() added
Michael Beck [Mon, 14 Mar 2005 14:38:06 +0000 (14:38 +0000)]
find_array_dimension() added
some doxygen docu added

[r5379]

19 years agomoved some code to cacheopt
Götz Lindenmaier [Mon, 14 Mar 2005 12:12:41 +0000 (12:12 +0000)]
moved some code to cacheopt

[r5371]

19 years agodded new routing for tr_inheritance.
Götz Lindenmaier [Mon, 14 Mar 2005 11:34:05 +0000 (11:34 +0000)]
dded new routing for tr_inheritance.

[r5370]

19 years agostuff
Götz Lindenmaier [Mon, 14 Mar 2005 11:33:26 +0000 (11:33 +0000)]
stuff

[r5369]

19 years agomoved stuff handling inheritance to an own file
Götz Lindenmaier [Mon, 14 Mar 2005 11:33:09 +0000 (11:33 +0000)]
moved stuff handling inheritance to an own file
Added algorithm to compute transitive closure of inheritance

[r5368]

19 years agobugfix
FIRM Projekt Account [Fri, 11 Mar 2005 10:30:13 +0000 (10:30 +0000)]
bugfix

[r5359]

19 years agofixed finalize_cons
Götz Lindenmaier [Fri, 11 Mar 2005 10:23:26 +0000 (10:23 +0000)]
fixed finalize_cons

[r5357]

19 years agonew accessor
Götz Lindenmaier [Fri, 11 Mar 2005 08:52:54 +0000 (08:52 +0000)]
new accessor

[r5356]

19 years agoAdded %F for general firm types
Sebastian Hack [Thu, 10 Mar 2005 16:47:36 +0000 (16:47 +0000)]
Added %F for general firm types
adapted to recent libcore changes

[r5355]

19 years agomore
Götz Lindenmaier [Thu, 10 Mar 2005 14:11:17 +0000 (14:11 +0000)]
more

[r5352]

19 years agomore verbose
Götz Lindenmaier [Thu, 10 Mar 2005 14:07:47 +0000 (14:07 +0000)]
more verbose

[r5351]

19 years agoadded dumping of array type
Michael Beck [Thu, 10 Mar 2005 13:52:16 +0000 (13:52 +0000)]
added dumping of array type
fixed dumping of entity initializers

[r5350]

19 years agoAdded real function call optimization
Michael Beck [Thu, 10 Mar 2005 11:09:01 +0000 (11:09 +0000)]
Added real function call optimization

[r5344]

19 years agoremoved C99 features
Michael Beck [Thu, 10 Mar 2005 10:51:22 +0000 (10:51 +0000)]
removed C99 features

[r5343]

19 years agoadded missing include
Michael Beck [Thu, 10 Mar 2005 10:37:54 +0000 (10:37 +0000)]
added missing include

[r5341]

19 years agobugfix
Götz Lindenmaier [Thu, 10 Mar 2005 10:07:40 +0000 (10:07 +0000)]
bugfix

[r5339]

19 years agochanmged method name
Götz Lindenmaier [Thu, 10 Mar 2005 10:05:38 +0000 (10:05 +0000)]
chanmged method name

[r5338]

19 years agoCosmetic
Sebastian Hack [Thu, 10 Mar 2005 08:24:56 +0000 (08:24 +0000)]
Cosmetic

[r5333]

19 years agomust be checked in as I checked in temp_state stuff
Götz Lindenmaier [Thu, 10 Mar 2005 08:18:32 +0000 (08:18 +0000)]
must be checked in as I checked in temp_state stuff

[r5332]

19 years agomore phase handling: irp_state
Götz Lindenmaier [Wed, 9 Mar 2005 16:19:17 +0000 (16:19 +0000)]
more phase handling:  irp_state

[r5328]

19 years agoadded get routine
Götz Lindenmaier [Wed, 9 Mar 2005 16:18:42 +0000 (16:18 +0000)]
added get routine

[r5327]

19 years agoimplemented optimization of accesses to polymorphic fields
Götz Lindenmaier [Wed, 9 Mar 2005 16:17:52 +0000 (16:17 +0000)]
implemented optimization of accesses to polymorphic fields

[r5326]

19 years agonew dumper,
Götz Lindenmaier [Wed, 9 Mar 2005 16:17:07 +0000 (16:17 +0000)]
new dumper,
fixed default flag in enum

[r5325]

19 years agooptimize polymorphic field accesses
Götz Lindenmaier [Wed, 9 Mar 2005 16:15:57 +0000 (16:15 +0000)]
optimize polymorphic field accesses

[r5324]

19 years agomore handling for compound graph path ,
Götz Lindenmaier [Wed, 9 Mar 2005 16:15:35 +0000 (16:15 +0000)]
more handling for compound graph path ,
more verification

[r5323]

19 years agocomments
Götz Lindenmaier [Wed, 9 Mar 2005 16:15:02 +0000 (16:15 +0000)]
comments

[r5322]

19 years agoCalculate always outs for the frame node, these are needed
Beyhan [Tue, 8 Mar 2005 18:12:12 +0000 (18:12 +0000)]
Calculate always outs for the frame node, these are needed
- maybe we need still more ?

[r5313]

19 years agoanalyse mux node.
Götz Lindenmaier [Mon, 7 Mar 2005 15:16:31 +0000 (15:16 +0000)]
analyse mux node.

[r5307]

19 years agoremoved C99 features
Michael Beck [Mon, 7 Mar 2005 13:33:51 +0000 (13:33 +0000)]
removed C99 features
fixed typos

[r5306]

19 years agofixed call to set_trouts_inconsistent()
Michael Beck [Mon, 7 Mar 2005 13:18:49 +0000 (13:18 +0000)]
fixed call to set_trouts_inconsistent()

[r5305]

19 years agomore files added
Michael Beck [Mon, 7 Mar 2005 13:06:28 +0000 (13:06 +0000)]
more files added

[r5304]

19 years agoTransform a+a into 2*a, this can be used in reassociation
Michael Beck [Mon, 7 Mar 2005 13:05:26 +0000 (13:05 +0000)]
Transform a+a into 2*a, this can be used in reassociation

[r5303]

19 years agoupdated comments a bit
Michael Beck [Mon, 7 Mar 2005 13:04:23 +0000 (13:04 +0000)]
updated comments a bit

[r5302]

19 years agoblock_dominates() can now handle Bad nodes
Michael Beck [Mon, 7 Mar 2005 13:02:31 +0000 (13:02 +0000)]
block_dominates() can now handle Bad nodes

[r5301]

19 years agoimprovements,
Götz Lindenmaier [Fri, 4 Mar 2005 14:16:47 +0000 (14:16 +0000)]
improvements,
interessing insight about scc algorithm documented

[r5295]

19 years agoadded more
Götz Lindenmaier [Fri, 4 Mar 2005 14:15:51 +0000 (14:15 +0000)]
added more

[r5294]

19 years agobetter.
Götz Lindenmaier [Fri, 4 Mar 2005 13:05:54 +0000 (13:05 +0000)]
better.

[r5291]

19 years agowhy not?
Götz Lindenmaier [Fri, 4 Mar 2005 12:28:01 +0000 (12:28 +0000)]
why not?

[r5290]

19 years agows changes
Florian Liekweg [Fri, 4 Mar 2005 10:31:55 +0000 (10:31 +0000)]
ws changes

[r5282]

19 years agobugfix
Götz Lindenmaier [Fri, 4 Mar 2005 09:17:47 +0000 (09:17 +0000)]
bugfix

[r5281]

19 years agoinvalidate analyse info if loop unrolling take place
Michael Beck [Thu, 3 Mar 2005 08:32:49 +0000 (08:32 +0000)]
invalidate analyse info if loop unrolling take place

[r5280]

19 years agoget test through
FIRM Projekt Account [Wed, 2 Mar 2005 15:11:32 +0000 (15:11 +0000)]
get test through

[r5279]

19 years agobugfix: is_fragile_op expected an IR-node
Michael Beck [Wed, 2 Mar 2005 14:27:07 +0000 (14:27 +0000)]
bugfix: is_fragile_op expected an IR-node

[r5278]

19 years agoadded missing parentesis
Michael Beck [Wed, 2 Mar 2005 14:25:29 +0000 (14:25 +0000)]
added missing parentesis

[r5277]

19 years agofixed implementation of is_exception_possible()
Michael Beck [Wed, 2 Mar 2005 13:58:16 +0000 (13:58 +0000)]
fixed implementation of is_exception_possible()

[r5276]

19 years agofixed skeleton
Michael Beck [Wed, 2 Mar 2005 13:26:54 +0000 (13:26 +0000)]
fixed skeleton

[r5275]

19 years agofixed typos
Michael Beck [Wed, 2 Mar 2005 12:57:43 +0000 (12:57 +0000)]
fixed typos
fixed doxygen comments
fixed indentation
removed C99 features

[r5274]

19 years agoplaced a return on all execution pathes
Michael Beck [Wed, 2 Mar 2005 10:14:38 +0000 (10:14 +0000)]
placed a return on all execution pathes

[r5273]

19 years agochanged irdump flag
Götz Lindenmaier [Tue, 1 Mar 2005 16:22:39 +0000 (16:22 +0000)]
changed irdump flag

[r5271]

19 years agoscalar replacement added
Michael Beck [Tue, 1 Mar 2005 15:31:15 +0000 (15:31 +0000)]
scalar replacement added

[r5270]

19 years agoloop unrolling completed, tested with ajacs compiler
Beyhan [Tue, 1 Mar 2005 13:58:44 +0000 (13:58 +0000)]
loop unrolling completed, tested with ajacs compiler

[r5267]

19 years agoloop unrolling header included
Beyhan [Tue, 1 Mar 2005 13:58:22 +0000 (13:58 +0000)]
loop unrolling header included

[r5266]

19 years agoAdded eclipse stuff.
Florian Liekweg [Tue, 1 Mar 2005 11:08:41 +0000 (11:08 +0000)]
Added eclipse stuff.

[r5263]

19 years agofix typo
Florian Liekweg [Fri, 25 Feb 2005 16:48:21 +0000 (16:48 +0000)]
fix typo

[r5257]

19 years agofix GNU stuff
Florian Liekweg [Fri, 25 Feb 2005 16:47:51 +0000 (16:47 +0000)]
fix GNU stuff

[r5256]

19 years agoWS changes
Florian Liekweg [Fri, 25 Feb 2005 14:50:50 +0000 (14:50 +0000)]
WS changes

[r5252]

19 years agoFixed irprintf for usage with libcore
Sebastian Hack [Thu, 24 Feb 2005 15:23:47 +0000 (15:23 +0000)]
Fixed irprintf for usage with libcore

[r5247]

19 years agoconfig.h added
Michael Beck [Thu, 24 Feb 2005 15:06:36 +0000 (15:06 +0000)]
config.h added

[r5246]

19 years agoadded code for if-conversion
Michael Beck [Thu, 24 Feb 2005 15:04:39 +0000 (15:04 +0000)]
added code for if-conversion

[r5245]