libfirm
21 years agoDoxygen docu updated.
Michael Beck [Thu, 17 Apr 2003 15:38:34 +0000 (15:38 +0000)]
Doxygen docu updated.

[r1072]

21 years agoRemoved wrong comment from documentation
Matthias Heil [Thu, 17 Apr 2003 14:50:47 +0000 (14:50 +0000)]
Removed wrong comment from documentation

[r1071]

21 years agoRepaired bug in multiplication,
Matthias Heil [Thu, 17 Apr 2003 08:38:43 +0000 (08:38 +0000)]
Repaired bug in multiplication,
Repaired bug in sv_val_from_long with MIN_LONG

Added function sc_is_zero
Added function sc_is_negative
Added function sc_had_carry

[r1070]

21 years agoAdded tarval output mode.
Michael Beck [Fri, 11 Apr 2003 16:48:59 +0000 (16:48 +0000)]
Added tarval output mode.

[r1060]

21 years agoAdded data pointer to store that tarval output mode.
Michael Beck [Fri, 11 Apr 2003 16:48:30 +0000 (16:48 +0000)]
Added data pointer to store that tarval output mode.

[r1059]

21 years agoAdded macro for output with 3 args
Michael Beck [Fri, 11 Apr 2003 16:47:58 +0000 (16:47 +0000)]
Added macro for output with 3 args

[r1058]

21 years agonew references: old ones gave a \0 within string
Till Riedel [Thu, 10 Apr 2003 13:40:50 +0000 (13:40 +0000)]
new references: old ones gave a \0 within string

[r1055]

21 years agomake a context diff to get filenames differing
Till Riedel [Thu, 10 Apr 2003 13:40:00 +0000 (13:40 +0000)]
make a context diff to get filenames differing

[r1054]

21 years agoFirst part of commit removing xprintf to make later merging easier
Till Riedel [Thu, 10 Apr 2003 13:39:29 +0000 (13:39 +0000)]
First part of commit removing xprintf to make later merging easier
new function added to interface please make all changes related to tarval_print also to tarval_xprintf

[r1053]

21 years agoFirst part of commit removing xprintf to make later merging easier
Till Riedel [Thu, 10 Apr 2003 13:38:25 +0000 (13:38 +0000)]
First part of commit removing xprintf to make later merging easier

[r1052]

21 years agoTarval:
Michael Beck [Wed, 9 Apr 2003 15:33:31 +0000 (15:33 +0000)]
Tarval:
- testsuite results updated (hex output now ignores leading zeros)
- fixed ARRAY-HEAP_EXAMPLE output

[r1050]

21 years agoTarval:
Michael Beck [Wed, 9 Apr 2003 15:32:40 +0000 (15:32 +0000)]
Tarval:
- fixed decimal output (used '-' for negatives)
- Changed output back to hex for jack C-Backend ...
- Float implementation uses double (for compiling with cygnus) yet

[r1049]

21 years agoFixed rotation
Matthias Heil [Wed, 9 Apr 2003 14:01:16 +0000 (14:01 +0000)]
Fixed rotation
Added customizeable precision in strcalc
Added get_highest(lowest)_set_bit

[r1048]

21 years agoRemoved debugging code
Michael Beck [Wed, 9 Apr 2003 11:49:02 +0000 (11:49 +0000)]
Removed debugging code

[r1047]

21 years agoAdded decimal/octal/binary output for integer values
Michael Beck [Wed, 9 Apr 2003 11:24:07 +0000 (11:24 +0000)]
Added decimal/octal/binary output for integer values

[r1046]

21 years ago*** empty log message ***
Boris Boesler [Mon, 7 Apr 2003 16:41:32 +0000 (16:41 +0000)]
*** empty log message ***

[r1044]

21 years agoChanged inf/nan to remove non-partabel ieee754.h file
Michael Beck [Fri, 4 Apr 2003 14:48:21 +0000 (14:48 +0000)]
Changed inf/nan to remove non-partabel ieee754.h file

[r1033]

21 years agoMore doxygen documentation added.
Michael Beck [Fri, 4 Apr 2003 14:26:33 +0000 (14:26 +0000)]
More doxygen documentation added.

[r1032]

21 years agoConverted documentation to doxygen.
Michael Beck [Fri, 4 Apr 2003 14:03:34 +0000 (14:03 +0000)]
Converted documentation to doxygen.

[r1031]

21 years agoFixed floting point computation, other small fixes
Michael Beck [Fri, 4 Apr 2003 12:27:52 +0000 (12:27 +0000)]
Fixed floting point computation, other small fixes

[r1030]

21 years agoFixed tarval_is_negative()
Michael Beck [Tue, 1 Apr 2003 16:04:31 +0000 (16:04 +0000)]
Fixed tarval_is_negative()

[r1019]

21 years agoAdded tarval_sub_bits() fucntion to access the (binary) bitpattern of a tarval.
Michael Beck [Tue, 1 Apr 2003 15:39:00 +0000 (15:39 +0000)]
Added tarval_sub_bits() fucntion to access the (binary) bitpattern of a tarval.

[r1018]

21 years agoCleaned up a bit.
Michael Beck [Tue, 1 Apr 2003 09:56:37 +0000 (09:56 +0000)]
Cleaned up a bit.

[r1016]

21 years agoConverted comments to doxygen style, added more documentation.
Michael Beck [Tue, 1 Apr 2003 09:56:08 +0000 (09:56 +0000)]
Converted comments to doxygen style, added more documentation.

[r1015]

21 years agoAdded a NULL return if functions fails, no, assert(0) is NOT enough
Michael Beck [Mon, 31 Mar 2003 14:13:02 +0000 (14:13 +0000)]
Added a NULL return if functions fails, no, assert(0) is NOT enough

[r1013]

21 years agoget_mode_size() -> get_mode_size_bytes() due to new tv module
Michael Beck [Mon, 31 Mar 2003 09:01:34 +0000 (09:01 +0000)]
get_mode_size() -> get_mode_size_bytes() due to new tv module

[r1012]

21 years agoRemoved static buffer.
Michael Beck [Fri, 28 Mar 2003 17:30:25 +0000 (17:30 +0000)]
Removed static buffer.

[r1011]

21 years agoMake DEBUGPRINT macro portable, make tables const, removed most of static variables.
Michael Beck [Fri, 28 Mar 2003 17:30:00 +0000 (17:30 +0000)]
Make DEBUGPRINT macro portable, make tables const, removed most of static variables.

[r1010]

21 years agofurther adaptions in irmode.h
Götz Lindenmaier [Fri, 28 Mar 2003 14:51:27 +0000 (14:51 +0000)]
further adaptions in irmode.h

[r1007]

21 years agofixed bug
Götz Lindenmaier [Fri, 28 Mar 2003 14:51:06 +0000 (14:51 +0000)]
fixed bug

[r1006]

21 years ago*** empty log message ***
Götz Lindenmaier [Fri, 28 Mar 2003 09:31:25 +0000 (09:31 +0000)]
*** empty log message ***

[r1004]

21 years agosize access with unit
Götz Lindenmaier [Fri, 28 Mar 2003 09:31:16 +0000 (09:31 +0000)]
size access with unit

[r1003]

21 years agoAdded more tags, but they are not yet used
Götz Lindenmaier [Fri, 28 Mar 2003 09:29:58 +0000 (09:29 +0000)]
Added more tags, but they are not yet used

[r1002]

21 years agoRemoved separation of nodes and sons in ir_loop
Andreas Schösser [Thu, 27 Mar 2003 16:46:45 +0000 (16:46 +0000)]
Removed separation of nodes and sons in ir_loop

[r1000]

21 years agoRemoved typo
Andreas Schösser [Thu, 27 Mar 2003 16:46:16 +0000 (16:46 +0000)]
Removed typo

[r999]

21 years agoremoved stdbool.h, problems with g++
Götz Lindenmaier [Wed, 26 Mar 2003 15:00:01 +0000 (15:00 +0000)]
removed stdbool.h, problems with g++

[r994]

21 years agoiremoved stdbool.h, problems with g++
Götz Lindenmaier [Wed, 26 Mar 2003 14:59:41 +0000 (14:59 +0000)]
iremoved stdbool.h, problems with g++

[r993]

21 years agobugfix: method names wrong
Götz Lindenmaier [Wed, 26 Mar 2003 13:32:53 +0000 (13:32 +0000)]
bugfix: method names wrong

[r991]

21 years agoAdapted to tv/irmode changes
Götz Lindenmaier [Wed, 26 Mar 2003 13:32:31 +0000 (13:32 +0000)]
Adapted to tv/irmode changes

[r990]

21 years agonew reference with new tarval module
Götz Lindenmaier [Wed, 26 Mar 2003 12:36:44 +0000 (12:36 +0000)]
new reference with new tarval module

[r989]

21 years ago*** empty log message ***
Götz Lindenmaier [Wed, 26 Mar 2003 10:24:51 +0000 (10:24 +0000)]
*** empty log message ***

[r986]

21 years agokinds to be added to datastructures
Götz Lindenmaier [Wed, 26 Mar 2003 09:48:35 +0000 (09:48 +0000)]
kinds to be added to datastructures

[r984]

21 years agoAdapted to changes in tv and irmode
Götz Lindenmaier [Wed, 26 Mar 2003 09:46:31 +0000 (09:46 +0000)]
Adapted to changes in tv and irmode

[r983]

21 years agoAdded funcionality to configure modes. Modes include special
Götz Lindenmaier [Wed, 26 Mar 2003 09:45:38 +0000 (09:45 +0000)]
Added funcionality to configure modes.  Modes include special
values (min, max, null, one, ...)

[r982]

21 years agoNew implementation of tarval module
Götz Lindenmaier [Wed, 26 Mar 2003 09:43:45 +0000 (09:43 +0000)]
New implementation of tarval module

[r981]

21 years agoadded test whether constant entity belongs to description. if so the
FIRM Projekt Account [Tue, 25 Mar 2003 16:37:04 +0000 (16:37 +0000)]
added test whether constant entity belongs to description. if so the
value might not be set.

[r980]

21 years agoAdded initialization of fields
FIRM Projekt Account [Tue, 25 Mar 2003 16:36:16 +0000 (16:36 +0000)]
Added initialization of fields

[r979]

21 years agoirn_vrfy() changed to new irn_vrfy_irg()
Michael Beck [Tue, 25 Mar 2003 14:07:06 +0000 (14:07 +0000)]
irn_vrfy() changed to new irn_vrfy_irg()

[r970]

21 years agoequivalent_node() functions fixed, return was wrong
Michael Beck [Tue, 25 Mar 2003 14:06:23 +0000 (14:06 +0000)]
equivalent_node() functions fixed, return was wrong

[r969]

21 years agonode_is_in_irgs_storage() function added
Michael Beck [Tue, 25 Mar 2003 14:04:44 +0000 (14:04 +0000)]
node_is_in_irgs_storage() function added

[r968]

21 years agoAdded const modifier to various functions.
Michael Beck [Tue, 25 Mar 2003 14:03:47 +0000 (14:03 +0000)]
Added const modifier to various functions.

[r967]

21 years agoirn_vrfy_irg () added that allows to specify tho IR graph
Michael Beck [Tue, 25 Mar 2003 14:02:29 +0000 (14:02 +0000)]
irn_vrfy_irg () added that allows to specify tho IR graph

[r966]

21 years agoChecks now for "const not on const graph" problem
Michael Beck [Tue, 25 Mar 2003 14:01:37 +0000 (14:01 +0000)]
Checks now for "const not on const graph" problem

[r965]

21 years agotr_vrfy() checks now for "const not n cost IRG" problem
Michael Beck [Tue, 25 Mar 2003 14:01:11 +0000 (14:01 +0000)]
tr_vrfy() checks now for "const not n cost IRG" problem

[r964]

21 years agoconst modifier added
Michael Beck [Tue, 25 Mar 2003 14:00:25 +0000 (14:00 +0000)]
const modifier added

[r963]

21 years agobugfixes
Götz Lindenmaier [Tue, 25 Mar 2003 08:52:06 +0000 (08:52 +0000)]
bugfixes

[r961]

21 years agoobstack access funcion fixed
Götz Lindenmaier [Tue, 25 Mar 2003 08:51:50 +0000 (08:51 +0000)]
obstack access funcion fixed

[r960]

21 years agoadded header
Götz Lindenmaier [Tue, 25 Mar 2003 08:51:28 +0000 (08:51 +0000)]
added header

[r959]

21 years agoobstack access function
Götz Lindenmaier [Mon, 24 Mar 2003 16:27:33 +0000 (16:27 +0000)]
obstack access function

[r958]

21 years agoAdded test whether constants are on proper obstack
Götz Lindenmaier [Mon, 24 Mar 2003 16:26:53 +0000 (16:26 +0000)]
Added test whether constants are on proper obstack

[r957]

21 years agoAdded new compilation flags
Götz Lindenmaier [Wed, 19 Mar 2003 09:49:03 +0000 (09:49 +0000)]
Added new compilation flags

[r918]

21 years agoRemoved too many comments ;-)
Götz Lindenmaier [Thu, 13 Mar 2003 09:02:50 +0000 (09:02 +0000)]
Removed too many comments ;-)

[r881]

21 years agoRemoved gmp.h
Götz Lindenmaier [Thu, 13 Mar 2003 09:01:33 +0000 (09:01 +0000)]
Removed gmp.h

[r880]

21 years agoComments...
Götz Lindenmaier [Thu, 13 Mar 2003 09:01:20 +0000 (09:01 +0000)]
Comments...

[r879]

21 years agoAdapted firmjni build process in main Makefile.
Götz Lindenmaier [Thu, 13 Mar 2003 09:00:54 +0000 (09:00 +0000)]
Adapted firmjni build process in main Makefile.

[r878]

21 years ago*** empty log message ***
Götz Lindenmaier [Wed, 12 Mar 2003 13:05:54 +0000 (13:05 +0000)]
*** empty log message ***

[r877]

21 years agoChanged firmjni test call
Götz Lindenmaier [Wed, 12 Mar 2003 13:01:30 +0000 (13:01 +0000)]
Changed firmjni test call

[r876]

21 years ago*** empty log message ***
Boris Boesler [Wed, 12 Mar 2003 10:53:26 +0000 (10:53 +0000)]
*** empty log message ***

[r872]

21 years agoreplaced malloc.h by stdlib.h
Boris Boesler [Wed, 12 Mar 2003 10:51:51 +0000 (10:51 +0000)]
replaced malloc.h by stdlib.h

[r871]

21 years agobugfix: free_entity removed entity that still was in tarval hash table for tarval_p_...
Götz Lindenmaier [Tue, 11 Mar 2003 16:12:10 +0000 (16:12 +0000)]
bugfix:  free_entity removed entity that still was in tarval hash table for tarval_p_from_entity.

[r870]

21 years agoAdded automatic test procedure to firmjni.
Götz Lindenmaier [Wed, 5 Mar 2003 16:02:18 +0000 (16:02 +0000)]
Added automatic test procedure to firmjni.

[r866]

21 years agoFixed output for pointer tarval tarval_p_void
Götz Lindenmaier [Wed, 5 Mar 2003 15:42:59 +0000 (15:42 +0000)]
Fixed output for pointer tarval tarval_p_void

[r865]

21 years agoMore doxygen docu.
Michael Beck [Wed, 5 Mar 2003 09:26:35 +0000 (09:26 +0000)]
More doxygen docu.

[r863]

21 years agoChanged comments, formatting
Götz Lindenmaier [Tue, 4 Mar 2003 15:43:36 +0000 (15:43 +0000)]
Changed comments, formatting

[r861]

21 years ago*** empty log message ***
Götz Lindenmaier [Fri, 28 Feb 2003 20:44:52 +0000 (20:44 +0000)]
*** empty log message ***

[r855]

21 years ago*** empty log message ***
Götz Lindenmaier [Fri, 28 Feb 2003 20:35:38 +0000 (20:35 +0000)]
*** empty log message ***

[r854]

21 years agoequal types compares idents, not strings
Götz Lindenmaier [Fri, 28 Feb 2003 20:35:10 +0000 (20:35 +0000)]
equal types compares idents, not strings

[r853]

21 years agoMoved function to external header
Götz Lindenmaier [Fri, 28 Feb 2003 20:34:30 +0000 (20:34 +0000)]
Moved function to external header

[r852]

21 years agoAdded more debug infos
Götz Lindenmaier [Fri, 28 Feb 2003 20:32:27 +0000 (20:32 +0000)]
Added more debug infos

[r851]

21 years agoAdded debug support
Götz Lindenmaier [Fri, 28 Feb 2003 20:32:09 +0000 (20:32 +0000)]
Added debug support

[r850]

21 years agoAdded support for debug callback. Not generated by crecoder, files
Götz Lindenmaier [Fri, 28 Feb 2003 20:31:38 +0000 (20:31 +0000)]
Added support for debug callback.  Not generated by crecoder, files
as handimplemented sources are linked into libfirmjni.so

[r849]

21 years agoMore doxygen comments. get_compound_*() functions added (moved from gcc frontend).
Michael Beck [Thu, 27 Feb 2003 16:26:17 +0000 (16:26 +0000)]
More doxygen comments. get_compound_*() functions added (moved from gcc frontend).

[r844]

21 years agoFixed type_walk_irg() function: Must set current_ir_graph !
Michael Beck [Wed, 26 Feb 2003 15:39:19 +0000 (15:39 +0000)]
Fixed type_walk_irg() function: Must set current_ir_graph !

[r840]

21 years ago*** empty log message ***
Michael Beck [Wed, 26 Feb 2003 11:11:11 +0000 (11:11 +0000)]
*** empty log message ***

[r837]

21 years agoAdded 0 to initFirm() because of new signature
Michael Beck [Wed, 26 Feb 2003 11:05:51 +0000 (11:05 +0000)]
Added 0 to initFirm() because of new signature

[r836]

21 years agoINHERITANCE_EXAMPLE works now (ssems it crashes in older version of libfirm)
Michael Beck [Wed, 26 Feb 2003 11:03:16 +0000 (11:03 +0000)]
INHERITANCE_EXAMPLE works now (ssems it crashes in older version of libfirm)

[r835]

21 years agoRemoved german umlauts from comments, they sometimes confuse the crecoder tool :-(
Michael Beck [Wed, 26 Feb 2003 11:02:19 +0000 (11:02 +0000)]
Removed german umlauts from comments, they sometimes confuse the crecoder tool :-(

[r834]

21 years agoNew testprogram
Götz Lindenmaier [Wed, 26 Feb 2003 11:01:40 +0000 (11:01 +0000)]
New testprogram

[r833]

21 years agoAdded test name
Michael Beck [Wed, 26 Feb 2003 10:38:33 +0000 (10:38 +0000)]
Added test name

[r832]

21 years agoFunction name is tarval_P_from_entity()
Michael Beck [Wed, 26 Feb 2003 10:29:13 +0000 (10:29 +0000)]
Function name is tarval_P_from_entity()

[r831]

21 years agoinit_firm() takes now a parameter, the old behavior is enfrced with NULL.
Michael Beck [Wed, 26 Feb 2003 10:14:40 +0000 (10:14 +0000)]
init_firm() takes now a parameter, the old behavior is enfrced with NULL.

[r830]

21 years agoinit_firm() has now a parameter default_initialize_local_variable_func_t, which is...
Michael Beck [Wed, 26 Feb 2003 10:02:27 +0000 (10:02 +0000)]
init_firm() has now a parameter default_initialize_local_variable_func_t, which is a callback
for uninitialised local variables.

[r829]

21 years agodefault_initialize_local_variable_func_t callback function added.
Michael Beck [Wed, 26 Feb 2003 09:52:50 +0000 (09:52 +0000)]
default_initialize_local_variable_func_t callback function added.
This callback will be called, if a local var is not initialised by the frontend.

[r828]

21 years agoFormatting for firmjni
Götz Lindenmaier [Tue, 25 Feb 2003 10:10:20 +0000 (10:10 +0000)]
Formatting for firmjni

[r827]

21 years agoFixed entity_nr in copy methods
Götz Lindenmaier [Tue, 25 Feb 2003 10:00:40 +0000 (10:00 +0000)]
Fixed entity_nr in copy methods
Visibility of type/entity nr, comments

[r826]

21 years agoFixed several stuff, DDM messages, visibility of graph_nr, test of DEBUG in irdump
Götz Lindenmaier [Tue, 25 Feb 2003 09:58:43 +0000 (09:58 +0000)]
Fixed several stuff, DDM messages, visibility of graph_nr, test of DEBUG in irdump

[r825]

21 years agoAdded initialization of irgraph module
Götz Lindenmaier [Tue, 25 Feb 2003 09:24:29 +0000 (09:24 +0000)]
Added initialization of irgraph module

[r824]

21 years agoRemoved linebread within function definition
Götz Lindenmaier [Mon, 24 Feb 2003 09:45:39 +0000 (09:45 +0000)]
Removed linebread within function definition

[r823]

21 years agoRemoved comment within ifdef
Götz Lindenmaier [Mon, 24 Feb 2003 09:45:16 +0000 (09:45 +0000)]
Removed comment within ifdef

[r822]

21 years agotroff generates empty files
Götz Lindenmaier [Mon, 24 Feb 2003 09:44:41 +0000 (09:44 +0000)]
troff generates empty files

[r821]