libfirm
20 years agoadded routines to free memory
Götz Lindenmaier [Thu, 26 Feb 2004 08:54:46 +0000 (08:54 +0000)]
added routines to free memory

[r2458]

20 years agoImplemented "compute_ip_outs" which computes out edges in interprocedural view.
Andreas Schösser [Wed, 18 Feb 2004 17:18:23 +0000 (17:18 +0000)]
Implemented "compute_ip_outs" which computes out edges in interprocedural view.

[r2444]

20 years ago*** empty log message ***
Florian Liekweg [Mon, 16 Feb 2004 11:06:46 +0000 (11:06 +0000)]
*** empty log message ***

[r2425]

20 years ago*** empty log message ***
Florian Liekweg [Mon, 16 Feb 2004 08:19:37 +0000 (08:19 +0000)]
*** empty log message ***

[r2424]

20 years agofixed add & sub
Michael Beck [Mon, 9 Feb 2004 18:23:34 +0000 (18:23 +0000)]
fixed add & sub

[r2405]

20 years ago*** empty log message ***
Götz Lindenmaier [Mon, 9 Feb 2004 08:12:18 +0000 (08:12 +0000)]
*** empty log message ***

[r2403]

20 years agomade enums firmjni compatible
Götz Lindenmaier [Fri, 6 Feb 2004 08:00:35 +0000 (08:00 +0000)]
made enums firmjni compatible

[r2398]

20 years agoMake name constant
Michael Beck [Thu, 5 Feb 2004 08:59:22 +0000 (08:59 +0000)]
Make name constant

[r2381]

20 years agoVector modes must be handled, currently most non-trivial functions
Michael Beck [Wed, 4 Feb 2004 15:05:03 +0000 (15:05 +0000)]
Vector modes must be handled, currently most non-trivial functions
returns bad or assert

[r2378]

20 years agoAdded vector modes
Michael Beck [Wed, 4 Feb 2004 15:04:02 +0000 (15:04 +0000)]
Added vector modes

[r2377]

20 years agoAdded vector modes and constructiors for it
Michael Beck [Wed, 4 Feb 2004 15:03:39 +0000 (15:03 +0000)]
Added vector modes and constructiors for it

[r2376]

20 years agoAdded FuncCall op
Michael Beck [Wed, 4 Feb 2004 15:03:07 +0000 (15:03 +0000)]
Added FuncCall op

[r2375]

20 years agoType fixed
Michael Beck [Wed, 4 Feb 2004 15:02:30 +0000 (15:02 +0000)]
Type fixed

[r2374]

20 years agoAdded FuncCall Node, a call to a procedure that did NOT change the memory
Michael Beck [Wed, 4 Feb 2004 15:02:09 +0000 (15:02 +0000)]
Added FuncCall Node, a call to a procedure that did NOT change the memory
(nor can have exceptions)

[r2373]

20 years agoMore additional debug info
Michael Beck [Mon, 2 Feb 2004 12:57:20 +0000 (12:57 +0000)]
More additional debug info

[r2362]

20 years agoMore debug info added
Michael Beck [Fri, 30 Jan 2004 17:51:56 +0000 (17:51 +0000)]
More debug info added

[r2361]

20 years agoMore debug info added
Michael Beck [Fri, 30 Jan 2004 09:31:55 +0000 (09:31 +0000)]
More debug info added

[r2358]

20 years agonew test for peculiarity
Götz Lindenmaier [Fri, 23 Jan 2004 08:49:48 +0000 (08:49 +0000)]
new test for peculiarity

[r2344]

20 years agocheck peculiarity / irg
Götz Lindenmaier [Thu, 22 Jan 2004 15:13:40 +0000 (15:13 +0000)]
check peculiarity / irg

[r2343]

20 years agoinitialize irprog datastructure to zero
Götz Lindenmaier [Thu, 22 Jan 2004 15:13:19 +0000 (15:13 +0000)]
initialize irprog datastructure to zero

[r2342]

20 years agonode numbers changed: Unknown no more generated by new_ir_graph
Götz Lindenmaier [Thu, 22 Jan 2004 10:35:19 +0000 (10:35 +0000)]
node numbers changed: Unknown no more generated by new_ir_graph

[r2340]

20 years agoadded output of arity, backedges
Götz Lindenmaier [Thu, 22 Jan 2004 10:34:47 +0000 (10:34 +0000)]
added output of arity, backedges
Unknown no more generated by new_ir_graph: node numbers have changed.

[r2339]

20 years agoGrrrrrrrr: don't check in HEAPANAL!!!
Götz Lindenmaier [Wed, 21 Jan 2004 08:46:03 +0000 (08:46 +0000)]
Grrrrrrrr: don't check in HEAPANAL!!!
rVS: ----------------------------------------------------------------------

[r2334]

20 years agochanged semantics of Unknown: now has a mode.
Götz Lindenmaier [Tue, 20 Jan 2004 16:44:06 +0000 (16:44 +0000)]
changed semantics of Unknown: now has a mode.

[r2330]

20 years agobugfix
Götz Lindenmaier [Tue, 20 Jan 2004 16:20:02 +0000 (16:20 +0000)]
bugfix

[r2328]

20 years agomore node info
Götz Lindenmaier [Tue, 20 Jan 2004 16:19:19 +0000 (16:19 +0000)]
more node info

[r2327]

20 years agolink field for debug
Götz Lindenmaier [Tue, 20 Jan 2004 16:18:22 +0000 (16:18 +0000)]
link field for debug
improvements of test
bugfix free routines

[r2326]

20 years agoAdded doxygen comments for various enumeration types.
Michael Beck [Mon, 19 Jan 2004 12:12:51 +0000 (12:12 +0000)]
Added doxygen comments for various enumeration types.

[r2314]

20 years agoUse Unknown of main: using unknown of the procedure causes cycles
Götz Lindenmaier [Mon, 19 Jan 2004 09:14:39 +0000 (09:14 +0000)]
Use Unknown of main:  using unknown of the procedure causes cycles
Unknow->startblock->Unknown

[r2312]

20 years agobugfix: properly treat Unknown nodes
Götz Lindenmaier [Mon, 19 Jan 2004 09:13:02 +0000 (09:13 +0000)]
bugfix: properly treat Unknown nodes

[r2311]

20 years agodumper nicer.
Götz Lindenmaier [Fri, 16 Jan 2004 16:32:43 +0000 (16:32 +0000)]
dumper nicer.

[r2306]

20 years agobugfix: not all nodes visited!
Götz Lindenmaier [Fri, 16 Jan 2004 16:30:48 +0000 (16:30 +0000)]
bugfix: not all nodes visited!

[r2305]

20 years agofixed bug in construct_ip_... : not all nodes collected, e.g. keepalives.
Götz Lindenmaier [Fri, 16 Jan 2004 16:29:42 +0000 (16:29 +0000)]
fixed bug in construct_ip_... : not all nodes collected, e.g. keepalives.

[r2304]

20 years agoadded dumper to dump a part of the loop tree as graph.
Götz Lindenmaier [Thu, 15 Jan 2004 14:05:39 +0000 (14:05 +0000)]
added dumper to dump a part of the loop tree as graph.

[r2300]

20 years agodebug routine added
Götz Lindenmaier [Thu, 15 Jan 2004 14:03:41 +0000 (14:03 +0000)]
debug routine added

[r2299]

20 years agoimprovements for loop dumper
Götz Lindenmaier [Thu, 15 Jan 2004 10:04:30 +0000 (10:04 +0000)]
improvements for loop dumper

[r2297]

20 years agoimporoved loop dumper slightly
Götz Lindenmaier [Thu, 15 Jan 2004 09:43:02 +0000 (09:43 +0000)]
imporoved loop dumper slightly

[r2296]

20 years agoremoved wrong define
Götz Lindenmaier [Thu, 15 Jan 2004 08:16:37 +0000 (08:16 +0000)]
removed wrong define

[r2295]

20 years agoWrote dumper for standalone loop trees
Andreas Schösser [Wed, 14 Jan 2004 17:45:26 +0000 (17:45 +0000)]
Wrote dumper for standalone loop trees

[r2294]

20 years agoNeeded header added
Michael Beck [Tue, 13 Jan 2004 10:25:27 +0000 (10:25 +0000)]
Needed header added

[r2285]

20 years agoMake C89 compatible
Michael Beck [Tue, 13 Jan 2004 10:25:04 +0000 (10:25 +0000)]
Make C89 compatible

[r2284]

20 years agoFixed function types
Michael Beck [Tue, 13 Jan 2004 10:24:06 +0000 (10:24 +0000)]
Fixed function types

[r2283]

20 years agofirmjni bugfix
Götz Lindenmaier [Mon, 12 Jan 2004 16:46:04 +0000 (16:46 +0000)]
firmjni bugfix

[r2282]

20 years agoused new tc_classify constants, removed more useless Conv(Conv(x))
Michael Beck [Fri, 9 Jan 2004 17:09:51 +0000 (17:09 +0000)]
used new tc_classify constants, removed more useless Conv(Conv(x))

[r2278]

20 years agoFixed smaller_mode
Michael Beck [Fri, 9 Jan 2004 17:09:08 +0000 (17:09 +0000)]
Fixed smaller_mode

[r2277]

20 years agoAdd some doxygen docu
Michael Beck [Fri, 9 Jan 2004 17:08:27 +0000 (17:08 +0000)]
Add some doxygen docu

[r2276]

20 years agoFixed documentation od tarval_classify and add new enum to make things more clear
Michael Beck [Fri, 9 Jan 2004 17:08:02 +0000 (17:08 +0000)]
Fixed documentation od tarval_classify and add new enum to make things more clear

[r2275]

20 years agofaster irn-loop access
Götz Lindenmaier [Fri, 19 Dec 2003 11:54:51 +0000 (11:54 +0000)]
faster irn-loop access

[r2254]

20 years ago faster irn_loop access
Götz Lindenmaier [Fri, 19 Dec 2003 09:31:58 +0000 (09:31 +0000)]
 faster irn_loop access

[r2248]

20 years agonew access routine
Götz Lindenmaier [Thu, 18 Dec 2003 16:40:26 +0000 (16:40 +0000)]
new access routine

[r2244]

20 years agoremoved IEEE 754 test program from libfirm documentation
Michael Beck [Wed, 17 Dec 2003 16:23:49 +0000 (16:23 +0000)]
removed IEEE 754 test program from libfirm documentation

[r2238]

20 years agoAdded firm_identify_thing() function
Michael Beck [Wed, 17 Dec 2003 16:15:43 +0000 (16:15 +0000)]
Added firm_identify_thing() function

[r2237]

20 years agoadded new features to dumper
Götz Lindenmaier [Wed, 17 Dec 2003 09:21:57 +0000 (09:21 +0000)]
added new features to dumper

[r2232]

20 years agoadded new access routines
Götz Lindenmaier [Wed, 17 Dec 2003 09:19:38 +0000 (09:19 +0000)]
added new access routines
added more verbose dump information (Call)
Filter behaves as Phi in interprocedural view

[r2231]

20 years agofreeing of loop information added
Götz Lindenmaier [Wed, 17 Dec 2003 09:16:55 +0000 (09:16 +0000)]
freeing of loop information added

[r2230]

20 years agoCorrected creation of the loop tree:
Andreas Schösser [Mon, 15 Dec 2003 16:58:04 +0000 (16:58 +0000)]
Corrected creation of the loop tree:
Loop nodes which have no loop nodes are now eliminated before finishing the tree.

[r2224]

20 years agoremoved use of dump_file_suffix
Götz Lindenmaier [Wed, 10 Dec 2003 14:42:27 +0000 (14:42 +0000)]
removed use of dump_file_suffix
#ifdef protected calls to heapanalyses.

[r2209]

20 years agoadded assertions to get_method_param_type() and get_method_res_type()
Michael Beck [Tue, 9 Dec 2003 09:59:29 +0000 (09:59 +0000)]
added assertions to get_method_param_type() and get_method_res_type()

[r2205]

20 years agovrfy failed for load array index 0
Christian Würdig [Mon, 8 Dec 2003 13:20:06 +0000 (13:20 +0000)]
vrfy failed for load array index 0

[r2200]

20 years agobugfix in ircgcons and some addinitonal features
Götz Lindenmaier [Tue, 2 Dec 2003 16:25:38 +0000 (16:25 +0000)]
bugfix in ircgcons and some addinitonal features

[r2171]

20 years agobugfix in ircgcons and some additional features
Götz Lindenmaier [Tue, 2 Dec 2003 16:25:11 +0000 (16:25 +0000)]
bugfix in ircgcons and some additional features

[r2170]

20 years agoGoetz added
Matthias Heil [Tue, 2 Dec 2003 14:45:29 +0000 (14:45 +0000)]
Goetz added
int is_const_irn_expression(ir_node *n)

[r2165]

20 years agoadded flag to turn off vrfy
Götz Lindenmaier [Mon, 1 Dec 2003 12:08:57 +0000 (12:08 +0000)]
added flag to turn off vrfy

[r2149]

20 years agoAdded tarval_is_one function
Michael Beck [Thu, 27 Nov 2003 15:35:51 +0000 (15:35 +0000)]
Added tarval_is_one function

[r2129]

20 years agoallow computations on chars: needed for
Andreas Schösser [Thu, 27 Nov 2003 14:56:05 +0000 (14:56 +0000)]
allow computations on chars: needed for
computing ranges on chars in heapanal (>, < comparison)

[r2128]

20 years agoBugFix: Obstack traversing did not check for pointer alignment ...
Michael Beck [Fri, 21 Nov 2003 18:05:08 +0000 (18:05 +0000)]
BugFix: Obstack traversing did not check for pointer alignment ...

[r2110]

20 years agoDerive the includes from config.h instead of define alloca
Michael Beck [Fri, 21 Nov 2003 18:04:32 +0000 (18:04 +0000)]
Derive the includes from config.h instead of define alloca

[r2109]

20 years agoAdded math.c for missing isnan isinf, INLINE must be defined empty
Michael Beck [Fri, 21 Nov 2003 16:25:02 +0000 (16:25 +0000)]
Added math.c for missing isnan isinf, INLINE must be defined empty

[r2105]

20 years ago*** empty log message ***
Michael Beck [Fri, 21 Nov 2003 15:17:04 +0000 (15:17 +0000)]
*** empty log message ***

[r2097]

20 years agoWin32 VC6 project
Michael Beck [Fri, 21 Nov 2003 15:12:17 +0000 (15:12 +0000)]
Win32 VC6 project

[r2096]

20 years agoMake INLINE definition identical to the libFIRM definition
Michael Beck [Fri, 21 Nov 2003 15:06:07 +0000 (15:06 +0000)]
Make INLINE definition identical to the libFIRM definition

[r2095]

20 years agoconfig.h most be a local include
Michael Beck [Fri, 21 Nov 2003 15:05:07 +0000 (15:05 +0000)]
config.h most be a local include

[r2094]

20 years agoUse more config.h defines for more compatibility
Michael Beck [Fri, 21 Nov 2003 15:04:42 +0000 (15:04 +0000)]
Use more config.h defines for more compatibility

[r2093]

20 years agoUse more config.h defines for more campatibility
Michael Beck [Fri, 21 Nov 2003 15:03:54 +0000 (15:03 +0000)]
Use more config.h defines for more campatibility

[r2092]

20 years agoAdded config.h
Michael Beck [Fri, 21 Nov 2003 15:03:03 +0000 (15:03 +0000)]
Added config.h

[r2091]

20 years agoFixed function declaration
Michael Beck [Fri, 21 Nov 2003 15:02:28 +0000 (15:02 +0000)]
Fixed function declaration

[r2090]

20 years agoMake it C89 compatible
Michael Beck [Fri, 21 Nov 2003 15:01:04 +0000 (15:01 +0000)]
Make it C89 compatible

[r2089]

20 years agoreplaced variable args macros by functions to make it c89 compatible
Michael Beck [Fri, 21 Nov 2003 15:00:28 +0000 (15:00 +0000)]
replaced variable args macros by functions to make it c89 compatible

[r2088]

20 years agoMake C89 compatible
Michael Beck [Fri, 21 Nov 2003 14:59:41 +0000 (14:59 +0000)]
Make C89 compatible

[r2087]

20 years agoadded config.h
Michael Beck [Fri, 21 Nov 2003 14:58:12 +0000 (14:58 +0000)]
added config.h

[r2086]

20 years agoRemved unused (and not always available) <strings.h>
Michael Beck [Fri, 21 Nov 2003 14:57:28 +0000 (14:57 +0000)]
Remved unused (and not always available) <strings.h>

[r2085]

20 years ago more verbose type info
Götz Lindenmaier [Fri, 21 Nov 2003 14:53:35 +0000 (14:53 +0000)]
 more verbose type info

[r2084]

20 years agotest for proper irg
Götz Lindenmaier [Thu, 20 Nov 2003 14:25:05 +0000 (14:25 +0000)]
test for proper irg

[r2069]

20 years agosave filename
Götz Lindenmaier [Thu, 20 Nov 2003 14:23:55 +0000 (14:23 +0000)]
save filename

[r2068]

20 years agosave name of compiled file in irprog.
Götz Lindenmaier [Thu, 20 Nov 2003 14:23:34 +0000 (14:23 +0000)]
save name of compiled file in irprog.

[r2067]

20 years agodump addr of nodes, depending on flag
Götz Lindenmaier [Thu, 20 Nov 2003 14:22:54 +0000 (14:22 +0000)]
dump addr of nodes, depending on flag
dump peculiarity of type

[r2066]

20 years agonew accesss routines
Götz Lindenmaier [Thu, 20 Nov 2003 14:22:17 +0000 (14:22 +0000)]
new accesss routines

[r2065]

20 years agooutput number, not pointer
Götz Lindenmaier [Fri, 14 Nov 2003 14:41:48 +0000 (14:41 +0000)]
output number, not pointer

[r2054]

20 years agocommented in headers
Götz Lindenmaier [Fri, 14 Nov 2003 14:39:48 +0000 (14:39 +0000)]
commented in headers

[r2053]

20 years agobetter output of testprograms, warning removed,
Götz Lindenmaier [Fri, 14 Nov 2003 14:38:12 +0000 (14:38 +0000)]
better output of testprograms, warning removed,
pointer removed from output

[r2052]

20 years agosetting visited in const_irg to infinity to improve walking
Götz Lindenmaier [Fri, 14 Nov 2003 14:33:56 +0000 (14:33 +0000)]
setting visited in const_irg to infinity to improve walking

[r2051]

20 years agoremoved makro calls, dokumentation
Götz Lindenmaier [Fri, 14 Nov 2003 14:33:09 +0000 (14:33 +0000)]
removed makro calls, dokumentation

[r2050]

20 years agonormalized, reengeneered ...
Götz Lindenmaier [Fri, 14 Nov 2003 14:30:08 +0000 (14:30 +0000)]
normalized, reengeneered ...
attention! some functions are now makros.

[r2049]

20 years ago*** empty log message ***
Götz Lindenmaier [Fri, 14 Nov 2003 14:26:43 +0000 (14:26 +0000)]
*** empty log message ***

[r2048]

20 years agonew dumper, oo_prog_ex changed
Götz Lindenmaier [Fri, 14 Nov 2003 14:23:08 +0000 (14:23 +0000)]
new dumper, oo_prog_ex changed

[r2047]

20 years ago*** empty log message ***
Götz Lindenmaier [Fri, 14 Nov 2003 14:21:26 +0000 (14:21 +0000)]
*** empty log message ***

[r2046]

20 years agonormalized output
Götz Lindenmaier [Thu, 13 Nov 2003 16:00:12 +0000 (16:00 +0000)]
normalized output

[r2038]

20 years agochanges in irdump
Götz Lindenmaier [Thu, 13 Nov 2003 13:15:25 +0000 (13:15 +0000)]
changes in irdump

[r2037]

20 years agonormalized
Götz Lindenmaier [Thu, 13 Nov 2003 13:15:07 +0000 (13:15 +0000)]
normalized

[r2036]

20 years agoadded attr irg to block, removed from start, call, end.
Götz Lindenmaier [Mon, 10 Nov 2003 15:02:55 +0000 (15:02 +0000)]
added attr irg to block, removed from start, call, end.
removed exc attr.

[r2027]