libfirm
19 years agonormalized names of functions, enums ...
Beyhan [Fri, 13 Aug 2004 08:58:00 +0000 (08:58 +0000)]
normalized names of functions, enums ...
added suffix as argument to dumpers, removed global variable
removed support for tarval/Const

[r3694]

19 years agodon't output diffs -- only files. better for vcg
Götz Lindenmaier [Thu, 5 Aug 2004 12:38:19 +0000 (12:38 +0000)]
don't output diffs -- only files. better for vcg

[r3682]

19 years agoloop tree dumper was broken
Götz Lindenmaier [Thu, 5 Aug 2004 12:37:56 +0000 (12:37 +0000)]
loop tree dumper was broken

[r3681]

19 years agoMichael added optimization of Div
FIRM Projekt Account [Tue, 3 Aug 2004 07:31:51 +0000 (07:31 +0000)]
Michael added optimization of Div

[r3666]

19 years agoThe phase of the code_code_irg is phase_high now.
Michael Beck [Mon, 2 Aug 2004 11:21:43 +0000 (11:21 +0000)]
The phase of the code_code_irg is phase_high now.
This should be ok, as long as no blocks are added to this irg (which is a bad idea anyway
until yet)

[r3662]

19 years agoFixed mode of computed_value_SymConst
Michael Beck [Mon, 2 Aug 2004 11:06:14 +0000 (11:06 +0000)]
Fixed mode of computed_value_SymConst
Enhanced computed value of Div/Mod nodes

[r3661]

19 years agoThe const irg has not an initial_mem
Michael Beck [Mon, 2 Aug 2004 08:57:12 +0000 (08:57 +0000)]
The const irg has not an initial_mem

[r3656]

19 years agoadded wrapper to call local optimize for nodes
Götz Lindenmaier [Mon, 2 Aug 2004 08:55:58 +0000 (08:55 +0000)]
added wrapper to call local optimize for nodes

[r3655]

19 years agoenable Rot constant folding (why was it commented out)
Michael Beck [Thu, 29 Jul 2004 13:03:17 +0000 (13:03 +0000)]
enable Rot constant folding (why was it commented out)

[r3639]

19 years agoAdded jumptable optimization (aka Proj(Cond(mode_int)) )
Michael Beck [Tue, 27 Jul 2004 14:04:25 +0000 (14:04 +0000)]
Added jumptable optimization (aka Proj(Cond(mode_int)) )

[r3624]

19 years agoFixed indent :-(
Michael Beck [Tue, 27 Jul 2004 14:03:51 +0000 (14:03 +0000)]
Fixed indent :-(
Added jumptable optimization (aka Proj(Cond(mode_int))

[r3623]

19 years agoCleaned up, removed global File handle
Michael Beck [Tue, 27 Jul 2004 14:01:59 +0000 (14:01 +0000)]
Cleaned up, removed global File handle

[r3622]

19 years agoinvisible line style for ordering edges
Michael Beck [Tue, 27 Jul 2004 11:37:04 +0000 (11:37 +0000)]
invisible line style for ordering edges

[r3615]

19 years agoFixed Proj(Cond(mode_int))
Michael Beck [Tue, 27 Jul 2004 11:36:32 +0000 (11:36 +0000)]
Fixed Proj(Cond(mode_int))

[r3614]

19 years agoadded tpo_node & tpo_unknown
Michael Beck [Tue, 27 Jul 2004 11:36:00 +0000 (11:36 +0000)]
added tpo_node & tpo_unknown

[r3613]

19 years ago*** empty log message ***
Florian Liekweg [Mon, 26 Jul 2004 12:00:40 +0000 (12:00 +0000)]
*** empty log message ***

[r3599]

19 years ago new header
Götz Lindenmaier [Fri, 23 Jul 2004 13:22:32 +0000 (13:22 +0000)]
 new header

[r3572]

19 years ago???
FIRM Projekt Account [Fri, 23 Jul 2004 08:59:59 +0000 (08:59 +0000)]
???

[r3559]

19 years agomore heapanalysis support
Götz Lindenmaier [Thu, 22 Jul 2004 15:53:39 +0000 (15:53 +0000)]
more heapanalysis support

[r3556]

19 years agoinclude callgraph header
Götz Lindenmaier [Thu, 22 Jul 2004 12:55:00 +0000 (12:55 +0000)]
include callgraph header

[r3553]

19 years agodumper and datastructure for callgraph
Götz Lindenmaier [Thu, 22 Jul 2004 12:54:32 +0000 (12:54 +0000)]
dumper and datastructure for callgraph
dumper contains dumper for callgraph looptree, but commented out
as uses is questionable

[r3552]

19 years agosome compfortable macros
Götz Lindenmaier [Thu, 22 Jul 2004 12:53:26 +0000 (12:53 +0000)]
some compfortable macros

[r3551]

19 years agocallgraph analyses
Götz Lindenmaier [Thu, 22 Jul 2004 12:53:01 +0000 (12:53 +0000)]
callgraph analyses
removed unused stuff form scc algs

[r3550]

19 years agostuff to test callgraph
Götz Lindenmaier [Thu, 22 Jul 2004 12:51:26 +0000 (12:51 +0000)]
stuff to test callgraph

[r3549]

19 years agoadapted to new init_firm semantics
FIRM Projekt Account [Thu, 22 Jul 2004 11:54:14 +0000 (11:54 +0000)]
adapted to new init_firm semantics

[r3548]

19 years agobugfix: missing test for new symconst
Götz Lindenmaier [Thu, 22 Jul 2004 07:51:51 +0000 (07:51 +0000)]
bugfix:  missing test for new symconst

[r3544]

19 years agoFixed funcCall parameter offset
Michael Beck [Wed, 21 Jul 2004 16:09:02 +0000 (16:09 +0000)]
Fixed funcCall parameter offset

[r3543]

19 years agooptimized a bit :-)
Michael Beck [Wed, 21 Jul 2004 15:55:59 +0000 (15:55 +0000)]
optimized a bit :-)

[r3542]

19 years agofix for firmjni
Götz Lindenmaier [Tue, 20 Jul 2004 11:32:21 +0000 (11:32 +0000)]
fix for firmjni

[r3521]

19 years agobugfix for undefined state
Götz Lindenmaier [Tue, 20 Jul 2004 11:30:39 +0000 (11:30 +0000)]
bugfix for undefined state

[r3520]

19 years agodoxygen cokmnets updated
Michael Beck [Tue, 20 Jul 2004 09:21:26 +0000 (09:21 +0000)]
doxygen cokmnets updated

[r3518]

19 years agoadded prototypes from irgwalk_blk.c
Michael Beck [Tue, 20 Jul 2004 09:20:59 +0000 (09:20 +0000)]
added prototypes from irgwalk_blk.c

[r3517]

19 years agoirgwalk_blk.c added
Michael Beck [Tue, 20 Jul 2004 09:20:09 +0000 (09:20 +0000)]
irgwalk_blk.c added

[r3516]

19 years agoAdd parameter struct to init_firm()
Michael Beck [Tue, 20 Jul 2004 09:19:22 +0000 (09:19 +0000)]
Add parameter struct to init_firm()

[r3515]

19 years agoadded comments, removed out-commented code
Michael Beck [Tue, 20 Jul 2004 09:17:39 +0000 (09:17 +0000)]
added comments, removed out-commented code

[r3514]

19 years agoadded option bitmask to init function
Michael Beck [Tue, 20 Jul 2004 09:16:20 +0000 (09:16 +0000)]
added option bitmask to init function

[r3513]

19 years agoremoved single node pattern
Michael Beck [Tue, 20 Jul 2004 09:15:54 +0000 (09:15 +0000)]
removed single node pattern
add option to add integer const tarval

[r3512]

19 years agoadded mode_code parameter to edges
Michael Beck [Tue, 20 Jul 2004 09:14:56 +0000 (09:14 +0000)]
added mode_code parameter to edges

[r3511]

19 years agoremoved globals and add them to the initialization function
Michael Beck [Tue, 20 Jul 2004 09:13:59 +0000 (09:13 +0000)]
removed globals and add them to the initialization function

[r3510]

19 years agoadded statistics for blocks
Michael Beck [Mon, 19 Jul 2004 15:31:03 +0000 (15:31 +0000)]
added statistics for blocks
implemented vcg dump of pattern
implemented opcode->ir_op conversion

[r3509]

19 years agoadded a routine to compute array indicees.
Götz Lindenmaier [Fri, 16 Jul 2004 19:19:07 +0000 (19:19 +0000)]
added a routine to compute array indicees.

[r3501]

19 years agonew support for initialization of compound entities.
Götz Lindenmaier [Fri, 16 Jul 2004 08:57:43 +0000 (08:57 +0000)]
new support for initialization of compound entities.

[r3487]

19 years agoupdate to changed cgana param list
FIRM Projekt Account [Fri, 16 Jul 2004 08:46:12 +0000 (08:46 +0000)]
update to changed cgana param list

[r3483]

19 years agofixed documentation, removed out-commented code
Michael Beck [Fri, 16 Jul 2004 08:38:48 +0000 (08:38 +0000)]
fixed documentation, removed out-commented code

[r3482]

19 years agoadded needed header
Michael Beck [Fri, 16 Jul 2004 08:38:24 +0000 (08:38 +0000)]
added needed header

[r3481]

19 years agopreprocessor directives added for cplusplus compatibility
Hannes Jakschitsch [Thu, 15 Jul 2004 14:05:11 +0000 (14:05 +0000)]
preprocessor directives added for cplusplus compatibility

[r3469]

19 years ago*** empty log message ***
Hannes Jakschitsch [Thu, 15 Jul 2004 14:04:45 +0000 (14:04 +0000)]
*** empty log message ***

[r3468]

19 years agopreprocessor directives added for cpluscplus compatibility
Hannes Jakschitsch [Thu, 15 Jul 2004 14:04:38 +0000 (14:04 +0000)]
preprocessor directives added for cpluscplus compatibility

[r3467]

19 years agonormalized various stuff
Götz Lindenmaier [Wed, 14 Jul 2004 15:11:27 +0000 (15:11 +0000)]
normalized various stuff
commented

[r3455]

19 years agonormalized various stuff
Götz Lindenmaier [Wed, 14 Jul 2004 15:09:41 +0000 (15:09 +0000)]
normalized various stuff

[r3454]

19 years agobraces, whitespace
Florian Liekweg [Wed, 14 Jul 2004 12:19:26 +0000 (12:19 +0000)]
braces, whitespace

[r3448]

19 years agoOptionally do whole-program assumption; (OBEY)
Florian Liekweg [Wed, 14 Jul 2004 11:59:08 +0000 (11:59 +0000)]
Optionally do whole-program assumption; (OBEY)

[r3441]

19 years agoOptionally do whole-program assumption; obey stickiness (OBEY)
Florian Liekweg [Wed, 14 Jul 2004 11:58:48 +0000 (11:58 +0000)]
Optionally do whole-program assumption; obey stickiness (OBEY)

[r3440]

19 years agonormalized name
Götz Lindenmaier [Wed, 14 Jul 2004 09:59:35 +0000 (09:59 +0000)]
normalized name

[r3438]

19 years agoallowing -1 to be returned for size_bytes
Michael Beck [Tue, 13 Jul 2004 16:31:50 +0000 (16:31 +0000)]
allowing -1 to be returned for size_bytes

[r3435]

19 years agoremoved empty entries from arrays
Beyhan [Tue, 13 Jul 2004 13:59:25 +0000 (13:59 +0000)]
removed empty entries from arrays

[r3429]

19 years agoDeactivated WAR opts
Michael Beck [Tue, 13 Jul 2004 13:11:05 +0000 (13:11 +0000)]
Deactivated WAR opts

[r3424]

19 years agoFixed function naming
Michael Beck [Mon, 12 Jul 2004 12:27:53 +0000 (12:27 +0000)]
Fixed function naming

[r3406]

19 years agobugfix: too many stores removed
Götz Lindenmaier [Mon, 12 Jul 2004 12:09:16 +0000 (12:09 +0000)]
bugfix: too many stores removed

[r3405]

19 years agofix for firmjni
Götz Lindenmaier [Mon, 12 Jul 2004 09:49:31 +0000 (09:49 +0000)]
fix for firmjni

[r3402]

19 years agofixed max value
Michael Beck [Fri, 9 Jul 2004 11:08:07 +0000 (11:08 +0000)]
fixed max value

[r3382]

19 years agovarious changes to get firm faster
Götz Lindenmaier [Thu, 8 Jul 2004 15:51:24 +0000 (15:51 +0000)]
various changes to get firm faster

[r3377]

19 years agofirmstat added
Götz Lindenmaier [Thu, 8 Jul 2004 15:50:58 +0000 (15:50 +0000)]
firmstat added

[r3376]

19 years agovarious changes
Götz Lindenmaier [Thu, 8 Jul 2004 15:49:45 +0000 (15:49 +0000)]
various changes

[r3375]

19 years agoadded dbg_read_after_write constant
Michael Beck [Thu, 8 Jul 2004 15:08:49 +0000 (15:08 +0000)]
added dbg_read_after_write constant

[r3372]

19 years agoed ircons_t.h now
Michael Beck [Thu, 8 Jul 2004 15:08:30 +0000 (15:08 +0000)]
ed ircons_t.h now

[r3371]

19 years agoverify is NOT done in RELEASE mode, add inline header
Michael Beck [Thu, 8 Jul 2004 15:08:06 +0000 (15:08 +0000)]
verify is NOT done in RELEASE mode, add inline header

[r3370]

19 years agoused ircons_t.h now
Michael Beck [Thu, 8 Jul 2004 15:07:19 +0000 (15:07 +0000)]
used ircons_t.h now

[r3369]

19 years agoRemoved old and unused debug.[ch] support
Michael Beck [Thu, 8 Jul 2004 14:30:43 +0000 (14:30 +0000)]
Removed old and unused debug.[ch] support

[r3368]

19 years agoAdded Load-after-Store and Store-after-Store optimizations (did NOT work for volatile...
Michael Beck [Thu, 8 Jul 2004 14:30:08 +0000 (14:30 +0000)]
Added Load-after-Store and Store-after-Store optimizations (did NOT work for volatile yet)!
Added Or(And(Or(And(v,c),c),c),c) optimization (optimizes bitfield stores)

[r3367]

19 years agoAdded DBG_OPT_RAW (Read after write optimization)
Michael Beck [Thu, 8 Jul 2004 14:27:42 +0000 (14:27 +0000)]
Added DBG_OPT_RAW (Read after write optimization)

[r3366]

19 years agoadded constant for Read-After-Write optimization
Michael Beck [Thu, 8 Jul 2004 14:27:16 +0000 (14:27 +0000)]
added constant for Read-After-Write optimization

[r3365]

19 years agochanged last assert into ASSERT_AND_RET
Michael Beck [Thu, 8 Jul 2004 11:51:29 +0000 (11:51 +0000)]
changed last assert into ASSERT_AND_RET

[r3363]

19 years agoinlinening of functions
Götz Lindenmaier [Thu, 8 Jul 2004 11:18:17 +0000 (11:18 +0000)]
inlinening of functions

[r3361]

19 years ago*** empty log message ***
Götz Lindenmaier [Thu, 8 Jul 2004 11:17:47 +0000 (11:17 +0000)]
*** empty log message ***

[r3360]

20 years agofixed position parameters for the default_initialize_local_variable() callback
Michael Beck [Wed, 7 Jul 2004 16:08:05 +0000 (16:08 +0000)]
fixed position parameters for the default_initialize_local_variable() callback

[r3350]

20 years agostructs and classes can have a mode, iff they are layout_fixed and the bit_size matches
Michael Beck [Wed, 7 Jul 2004 16:07:21 +0000 (16:07 +0000)]
structs and classes can have a mode, iff they are layout_fixed and the bit_size matches

[r3349]

20 years agoadded firmstat and tr_vrfy.h again ;-)
Michael Beck [Wed, 7 Jul 2004 16:05:53 +0000 (16:05 +0000)]
added firmstat and tr_vrfy.h again ;-)

[r3348]

20 years agotolerate Bad nodes in cg_walk
Florian Liekweg [Wed, 7 Jul 2004 15:36:50 +0000 (15:36 +0000)]
tolerate Bad nodes in cg_walk

[r3345]

20 years agoWS change
Florian Liekweg [Wed, 7 Jul 2004 09:34:05 +0000 (09:34 +0000)]
WS change

[r3331]

20 years agoadded stat to include path
Michael Beck [Wed, 7 Jul 2004 09:10:57 +0000 (09:10 +0000)]
added stat to include path

[r3328]

20 years agoadded stat subdirectory to include path
Michael Beck [Wed, 7 Jul 2004 09:09:20 +0000 (09:09 +0000)]
added stat subdirectory to include path

[r3327]

20 years agoadded type field to symconst
Beyhan [Tue, 6 Jul 2004 16:09:31 +0000 (16:09 +0000)]
added type field to symconst

[r3325]

20 years agobetter hasah for symconst
Götz Lindenmaier [Tue, 6 Jul 2004 13:32:25 +0000 (13:32 +0000)]
better hasah for symconst

[r3317]

20 years agonew SymConst semantics
Beyhan [Tue, 6 Jul 2004 12:30:50 +0000 (12:30 +0000)]
new SymConst semantics

[r3313]

20 years agoloop boudary test optimized
Götz Lindenmaier [Mon, 5 Jul 2004 15:18:08 +0000 (15:18 +0000)]
loop boudary test optimized
freeing of types optimized in irprog

[r3307]

20 years agoloop boudary test optimized
Götz Lindenmaier [Mon, 5 Jul 2004 15:17:48 +0000 (15:17 +0000)]
loop boudary test optimized

[r3306]

20 years agooptimized construction of const nodes: time critical in jack compiler
Götz Lindenmaier [Mon, 5 Jul 2004 14:27:17 +0000 (14:27 +0000)]
optimized construction of const nodes: time critical in jack compiler

[r3305]

20 years agocomment
Götz Lindenmaier [Mon, 5 Jul 2004 13:06:45 +0000 (13:06 +0000)]
comment

[r3304]

20 years agoFixed Dic/Mod nodes optimized more than once, optimization for DivMod added :-)
Michael Beck [Thu, 1 Jul 2004 13:18:02 +0000 (13:18 +0000)]
Fixed Dic/Mod nodes optimized more than once, optimization for DivMod added :-)

[r3287]

20 years agocomment
Götz Lindenmaier [Thu, 1 Jul 2004 09:38:56 +0000 (09:38 +0000)]
comment

[r3284]

20 years agocomments
Götz Lindenmaier [Thu, 1 Jul 2004 09:36:47 +0000 (09:36 +0000)]
comments

[r3283]

20 years agoallow to set negative values for type sizes
Michael Beck [Wed, 30 Jun 2004 12:57:17 +0000 (12:57 +0000)]
allow to set negative values for type sizes

[r3271]

20 years agobugfix
Götz Lindenmaier [Wed, 30 Jun 2004 12:52:32 +0000 (12:52 +0000)]
bugfix

[r3268]

20 years agoType size can now be in bits or bytes
Michael Beck [Wed, 30 Jun 2004 12:21:08 +0000 (12:21 +0000)]
Type size can now be in bits or bytes

[r3258]

20 years agothe type size is now stored in bits, but only primitive types are allowed
Michael Beck [Wed, 30 Jun 2004 12:20:27 +0000 (12:20 +0000)]
the type size is now stored in bits, but only primitive types are allowed
to have a non-byte size.
This allowes implementation of C bitfields

[r3257]

20 years agois_mode should not assert, as it is used in the dumper
Michael Beck [Wed, 30 Jun 2004 12:18:26 +0000 (12:18 +0000)]
is_mode should not assert, as it is used in the dumper

[r3256]

20 years agoentity offset is now in bits
Michael Beck [Wed, 30 Jun 2004 12:17:46 +0000 (12:17 +0000)]
entity offset is now in bits
make basic functions inline

[r3255]

20 years agoused right include for memset
Michael Beck [Wed, 30 Jun 2004 11:53:29 +0000 (11:53 +0000)]
used right include for memset

[r3252]

20 years agoimproved dumper, checks more modes now...
Michael Beck [Wed, 30 Jun 2004 11:52:59 +0000 (11:52 +0000)]
improved dumper, checks more modes now...

[r3251]