libfirm
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]

21 years agoAdded target for .java files
Götz Lindenmaier [Fri, 21 Feb 2003 09:17:27 +0000 (09:17 +0000)]
Added target for .java files

[r820]

21 years agoLast commit did not dump node2type edges correctly
Till Riedel [Thu, 20 Feb 2003 12:50:04 +0000 (12:50 +0000)]
Last commit did not dump node2type edges correctly

[r819]

21 years agonew reference since unique nuber output in type graphs works
Till Riedel [Wed, 19 Feb 2003 17:18:38 +0000 (17:18 +0000)]
new reference since unique nuber output in type graphs works

[r818]

21 years agoinit nr field for debug dump output
Till Riedel [Wed, 19 Feb 2003 17:17:41 +0000 (17:17 +0000)]
init nr field for debug dump output

[r817]

21 years agoconfig.h included
Till Riedel [Wed, 19 Feb 2003 17:17:07 +0000 (17:17 +0000)]
config.h included

[r816]

21 years agoir_dump now outputs unique numbers for types, entitys and graphs instead of address
Till Riedel [Wed, 19 Feb 2003 17:16:48 +0000 (17:16 +0000)]
ir_dump now outputs unique numbers for types, entitys and graphs instead of address

[r815]

21 years agoChanged type_walk_irg: now visits frame type.
Götz Lindenmaier [Tue, 18 Feb 2003 13:10:51 +0000 (13:10 +0000)]
Changed type_walk_irg: now visits frame type.

[r811]

21 years agoMore doxygen docu.
Michael Beck [Tue, 18 Feb 2003 12:56:05 +0000 (12:56 +0000)]
More doxygen docu.

[r810]

21 years agoTypo fixed
Michael Beck [Tue, 18 Feb 2003 10:52:30 +0000 (10:52 +0000)]
Typo fixed

[r808]

21 years agoChecks wheater names contains spaces (not allowed in general)
Michael Beck [Tue, 18 Feb 2003 10:38:27 +0000 (10:38 +0000)]
Checks wheater names contains spaces (not allowed in general)

[r807]

21 years agoAdded new_id_from_str(), id_contains_char()
Michael Beck [Tue, 18 Feb 2003 10:37:52 +0000 (10:37 +0000)]
Added new_id_from_str(), id_contains_char()

[r806]

21 years agoMove build_firm_jni stuff to Makefile
Till Riedel [Mon, 17 Feb 2003 17:37:04 +0000 (17:37 +0000)]
Move build_firm_jni stuff to Makefile

[r802]

21 years agoMake doxygen call filesystem independend
Till Riedel [Mon, 17 Feb 2003 17:36:35 +0000 (17:36 +0000)]
Make doxygen call filesystem independend

[r801]

21 years agoChanges semantics of method types and method calls. Now call by value is possible
Götz Lindenmaier [Mon, 17 Feb 2003 15:08:42 +0000 (15:08 +0000)]
Changes semantics of method types and method calls.  Now call by value is possible
for compound types.

[r793]

21 years agoDump also if const entities have no values.
Götz Lindenmaier [Mon, 17 Feb 2003 15:07:16 +0000 (15:07 +0000)]
Dump also if const entities have no values.

[r792]

21 years agoFixed new_r_Bad and new_r_Unknown
Götz Lindenmaier [Mon, 17 Feb 2003 15:06:33 +0000 (15:06 +0000)]
Fixed new_r_Bad and new_r_Unknown

[r791]

21 years agoFixed prototypes to compile with -Wstrict-prototypes.
Michael Beck [Mon, 17 Feb 2003 13:32:34 +0000 (13:32 +0000)]
Fixed prototypes to compile with -Wstrict-prototypes.

[r785]

21 years agoAdded -Wstrict-prototypes to CFLAGS
Michael Beck [Mon, 17 Feb 2003 13:31:26 +0000 (13:31 +0000)]
Added -Wstrict-prototypes to CFLAGS

[r784]

21 years agoSafer Macros.
Michael Beck [Thu, 13 Feb 2003 16:30:25 +0000 (16:30 +0000)]
Safer Macros.

[r769]

21 years agoMore doxygen comments.
Michael Beck [Thu, 13 Feb 2003 16:29:51 +0000 (16:29 +0000)]
More doxygen comments.

[r768]

21 years agoFirst doxygen group introduced
Michael Beck [Thu, 13 Feb 2003 15:46:40 +0000 (15:46 +0000)]
First doxygen group introduced

[r767]

21 years agoSimplifyed ident handling: Idents now are stored zero terminated,
Michael Beck [Thu, 13 Feb 2003 14:43:03 +0000 (14:43 +0000)]
Simplifyed ident handling: Idents now are stored zero terminated,
so id_to_str() returns a zero terminated string!

[r766]

21 years agoAdded set_hinsert0() to add a string to a set and zero terminate it
Michael Beck [Thu, 13 Feb 2003 14:41:24 +0000 (14:41 +0000)]
Added set_hinsert0() to add a string to a set and zero terminate it

[r765]

21 years agoMultiline String concatenated
Michael Beck [Thu, 13 Feb 2003 14:38:45 +0000 (14:38 +0000)]
Multiline String concatenated

[r763]

21 years agoMake debug macros "more useful"
Michael Beck [Wed, 12 Feb 2003 16:06:05 +0000 (16:06 +0000)]
Make debug macros "more useful"

[r762]

21 years ago*** empty log message ***
Michael Beck [Wed, 12 Feb 2003 15:53:33 +0000 (15:53 +0000)]
*** empty log message ***

[r761]

21 years agoMore doxygen comments added.
Michael Beck [Wed, 12 Feb 2003 14:24:02 +0000 (14:24 +0000)]
More doxygen comments added.

[r760]

21 years agoClened up, more doxygen docu
Michael Beck [Wed, 12 Feb 2003 13:40:40 +0000 (13:40 +0000)]
Clened up, more doxygen docu

[r758]

21 years ago*** empty log message ***
Götz Lindenmaier [Tue, 11 Feb 2003 15:03:48 +0000 (15:03 +0000)]
*** empty log message ***

[r754]

21 years agoImproved flag testing
Götz Lindenmaier [Wed, 5 Feb 2003 17:34:30 +0000 (17:34 +0000)]
Improved flag testing

[r743]

21 years ago*** empty log message ***
Götz Lindenmaier [Wed, 5 Feb 2003 17:09:10 +0000 (17:09 +0000)]
*** empty log message ***

[r742]

21 years agoImplemented remove_critical_cf_edges.
Götz Lindenmaier [Wed, 5 Feb 2003 17:08:57 +0000 (17:08 +0000)]
Implemented remove_critical_cf_edges.

[r741]

21 years agodoxygen docu fixed
Michael Beck [Tue, 4 Feb 2003 16:15:36 +0000 (16:15 +0000)]
doxygen docu fixed

[r740]

21 years agoremoved warnings
Götz Lindenmaier [Tue, 4 Feb 2003 16:04:16 +0000 (16:04 +0000)]
removed warnings

[r739]

21 years agoConverted comments to doxygen
Michael Beck [Tue, 4 Feb 2003 14:51:39 +0000 (14:51 +0000)]
Converted comments to doxygen

[r738]

21 years agoMore docu added
Michael Beck [Tue, 4 Feb 2003 14:06:29 +0000 (14:06 +0000)]
More docu added

[r737]

21 years agoConverted comments to doxygen
Michael Beck [Tue, 4 Feb 2003 14:05:59 +0000 (14:05 +0000)]
Converted comments to doxygen

[r736]

21 years agoConverted comments to doxygen
Michael Beck [Tue, 4 Feb 2003 13:52:58 +0000 (13:52 +0000)]
Converted comments to doxygen

[r735]

21 years agoconverted comments to doxygen
Michael Beck [Tue, 4 Feb 2003 13:52:05 +0000 (13:52 +0000)]
converted comments to doxygen

[r734]

21 years agoMore doxygen comments
Michael Beck [Tue, 4 Feb 2003 11:33:08 +0000 (11:33 +0000)]
More doxygen comments

[r733]

21 years agoMore doxygen comments
Michael Beck [Tue, 4 Feb 2003 11:21:11 +0000 (11:21 +0000)]
More doxygen comments

[r732]

21 years agoConverted to doxygen comments
Michael Beck [Tue, 4 Feb 2003 11:20:54 +0000 (11:20 +0000)]
Converted to doxygen comments

[r731]

21 years agofixed doxygen comments
Michael Beck [Mon, 3 Feb 2003 12:33:26 +0000 (12:33 +0000)]
fixed doxygen comments

[r730]

21 years agoFixed doxygen comments
Michael Beck [Mon, 3 Feb 2003 12:27:55 +0000 (12:27 +0000)]
Fixed doxygen comments

[r729]

21 years agoMore doxygen comments
Michael Beck [Mon, 3 Feb 2003 11:19:34 +0000 (11:19 +0000)]
More doxygen comments

[r728]

21 years agoconverted comments to doxygen
Michael Beck [Mon, 3 Feb 2003 11:17:48 +0000 (11:17 +0000)]
converted comments to doxygen

[r727]

21 years agoConverted to doxygen comments
Michael Beck [Mon, 3 Feb 2003 11:13:29 +0000 (11:13 +0000)]
Converted to doxygen comments

[r726]

21 years agoconverted to doxygen comments
Michael Beck [Mon, 3 Feb 2003 11:12:53 +0000 (11:12 +0000)]
converted to doxygen comments

[r725]

21 years agoConverted to doxygen comments
Michael Beck [Mon, 3 Feb 2003 11:08:19 +0000 (11:08 +0000)]
Converted to doxygen comments

[r724]

21 years agoconverted to doxygen comments
Michael Beck [Mon, 3 Feb 2003 11:02:27 +0000 (11:02 +0000)]
converted to doxygen comments

[r723]

21 years agoMore doxygen comments
Michael Beck [Mon, 3 Feb 2003 10:39:11 +0000 (10:39 +0000)]
More doxygen comments

[r722]

21 years agoConvert to doxygen comments
Michael Beck [Mon, 3 Feb 2003 10:36:41 +0000 (10:36 +0000)]
Convert to doxygen comments

[r721]

21 years agoMore doxygen comments
Michael Beck [Mon, 3 Feb 2003 10:23:22 +0000 (10:23 +0000)]
More doxygen comments

[r720]

21 years agoTypos fixed
Michael Beck [Mon, 3 Feb 2003 10:19:50 +0000 (10:19 +0000)]
Typos fixed

[r719]

21 years agoMore doxygen comments
Michael Beck [Mon, 3 Feb 2003 10:15:46 +0000 (10:15 +0000)]
More doxygen comments

[r718]

21 years agorestructured comments
Michael Beck [Mon, 3 Feb 2003 10:12:14 +0000 (10:12 +0000)]
restructured comments

[r717]

21 years agoFixed doxygen commnets, converted parameterless functions to (void)
Michael Beck [Mon, 3 Feb 2003 10:07:53 +0000 (10:07 +0000)]
Fixed doxygen commnets, converted parameterless functions to (void)

[r716]

21 years agocomments converted to doxygen
Michael Beck [Fri, 31 Jan 2003 17:39:39 +0000 (17:39 +0000)]
comments converted to doxygen

[r715]

21 years agoMore doxygen docu
Michael Beck [Fri, 31 Jan 2003 17:33:38 +0000 (17:33 +0000)]
More doxygen docu

[r714]

21 years agoType fixed
Michael Beck [Fri, 31 Jan 2003 17:30:42 +0000 (17:30 +0000)]
Type fixed

[r713]

21 years agoMore doxygen comments
Michael Beck [Fri, 31 Jan 2003 17:29:13 +0000 (17:29 +0000)]
More doxygen comments

[r712]

21 years agodoxygen comments added
Michael Beck [Fri, 31 Jan 2003 17:25:42 +0000 (17:25 +0000)]
doxygen comments added

[r711]

21 years agoMore doxygen comments
Michael Beck [Fri, 31 Jan 2003 16:43:08 +0000 (16:43 +0000)]
More doxygen comments

[r710]

21 years agoMore doxygen comments
Michael Beck [Fri, 31 Jan 2003 16:36:44 +0000 (16:36 +0000)]
More doxygen comments

[r709]

21 years agomore doxygen comments
Michael Beck [Fri, 31 Jan 2003 16:35:02 +0000 (16:35 +0000)]
more doxygen comments

[r708]

21 years agoMore doxygen comments
Michael Beck [Fri, 31 Jan 2003 16:18:22 +0000 (16:18 +0000)]
More doxygen comments

[r707]

21 years agoconverted comments to doxygen
Michael Beck [Fri, 31 Jan 2003 16:03:39 +0000 (16:03 +0000)]
converted comments to doxygen

[r706]

21 years agofixed comments for doxygen
Michael Beck [Fri, 31 Jan 2003 15:41:59 +0000 (15:41 +0000)]
fixed comments for doxygen

[r705]

21 years agocomments converted to doxygen
Michael Beck [Fri, 31 Jan 2003 14:39:22 +0000 (14:39 +0000)]
comments converted to doxygen

[r704]

21 years agoconverted comments to doxygen
Michael Beck [Fri, 31 Jan 2003 14:09:57 +0000 (14:09 +0000)]
converted comments to doxygen

[r703]

21 years agoconverted comments to doxygen
Michael Beck [Fri, 31 Jan 2003 13:53:27 +0000 (13:53 +0000)]
converted comments to doxygen

[r702]

21 years agoconverted comments to doxygen
Michael Beck [Fri, 31 Jan 2003 13:04:13 +0000 (13:04 +0000)]
converted comments to doxygen

[r701]

21 years agoConvert comments to doxygen
Michael Beck [Fri, 31 Jan 2003 11:22:11 +0000 (11:22 +0000)]
Convert comments to doxygen

[r700]

21 years agoFixed comments and convert them to doxygen.
Michael Beck [Fri, 31 Jan 2003 11:21:55 +0000 (11:21 +0000)]
Fixed comments and convert them to doxygen.

[r699]

21 years agodoxygen comments added
Michael Beck [Fri, 31 Jan 2003 10:48:37 +0000 (10:48 +0000)]
doxygen comments added

[r698]

21 years agoconverted to doxygen comments
Michael Beck [Thu, 30 Jan 2003 18:29:57 +0000 (18:29 +0000)]
converted to doxygen comments

[r696]

21 years agoadded more doxygen comments
Michael Beck [Thu, 30 Jan 2003 18:16:04 +0000 (18:16 +0000)]
added more doxygen comments

[r694]

21 years agoConvert to doxygen comments
Michael Beck [Thu, 30 Jan 2003 17:58:38 +0000 (17:58 +0000)]
Convert to doxygen comments

[r693]

21 years agochanged back to static, es extern inline did not work
Michael Beck [Thu, 30 Jan 2003 17:37:18 +0000 (17:37 +0000)]
changed back to static, es extern inline did not work

[r688]

21 years agotypedef were wrong
Michael Beck [Thu, 30 Jan 2003 17:31:59 +0000 (17:31 +0000)]
typedef were wrong

[r687]

21 years agodefined function as INLINE to get around gcc warnigs, fix some doxygen comments
Michael Beck [Thu, 30 Jan 2003 17:30:56 +0000 (17:30 +0000)]
defined function as INLINE to get around gcc warnigs, fix some doxygen comments

[r686]

21 years agonew.
Götz Lindenmaier [Thu, 30 Jan 2003 11:30:47 +0000 (11:30 +0000)]
new.

[r677]

21 years agoremoved warnings
Götz Lindenmaier [Thu, 30 Jan 2003 11:29:51 +0000 (11:29 +0000)]
removed warnings
new access routined

[r676]

21 years agoremoved warnings
Götz Lindenmaier [Thu, 30 Jan 2003 11:29:25 +0000 (11:29 +0000)]
removed warnings
new dumper

[r675]

21 years agoremoved warnings
Götz Lindenmaier [Thu, 30 Jan 2003 11:29:09 +0000 (11:29 +0000)]
removed warnings

[r674]

21 years agoremoved warnings
Götz Lindenmaier [Thu, 30 Jan 2003 11:28:59 +0000 (11:28 +0000)]
removed warnings
added headers

[r673]

21 years ago*** empty log message ***
Götz Lindenmaier [Thu, 30 Jan 2003 11:28:12 +0000 (11:28 +0000)]
*** empty log message ***

[r672]

21 years agoAdded flag -Wall
Götz Lindenmaier [Thu, 30 Jan 2003 11:27:54 +0000 (11:27 +0000)]
Added flag -Wall

[r671]

21 years agoFixed function pointer declarations (and make identical to definition).
Michael Beck [Mon, 27 Jan 2003 09:43:50 +0000 (09:43 +0000)]
Fixed function pointer declarations (and make identical to definition).

[r661]