libfirm
19 years agorenamed unknown_type and none_type to prevent name clash with the EDG frontend
Michael Beck [Tue, 4 Jan 2005 13:15:49 +0000 (13:15 +0000)]
renamed unknown_type and none_type to prevent name clash with the EDG frontend

[r4790]

19 years agoremoved INLINE before global function
Michael Beck [Tue, 4 Jan 2005 13:14:12 +0000 (13:14 +0000)]
removed INLINE before global function

[r4789]

19 years agoremoved wrong INLINE
Michael Beck [Tue, 4 Jan 2005 12:52:42 +0000 (12:52 +0000)]
removed wrong INLINE

[r4788]

19 years agorenamed none_type and unknown_type
Michael Beck [Tue, 4 Jan 2005 12:25:18 +0000 (12:25 +0000)]
renamed none_type and unknown_type

[r4787]

19 years agorenamed none_type and unknown_type to prevent name clash with the EDG frontend
Michael Beck [Tue, 4 Jan 2005 12:21:54 +0000 (12:21 +0000)]
renamed none_type and unknown_type to prevent name clash with the EDG frontend

[r4786]

19 years agolatest version
Michael Beck [Tue, 4 Jan 2005 12:05:49 +0000 (12:05 +0000)]
latest version

[r4785]

19 years agoStill need the stdbool.h :-(
Michael Beck [Tue, 4 Jan 2005 11:57:36 +0000 (11:57 +0000)]
Still need the stdbool.h :-(

[r4784]

19 years agoremoved <stdbool.h> include
Michael Beck [Tue, 4 Jan 2005 11:45:15 +0000 (11:45 +0000)]
removed <stdbool.h> include

[r4783]

19 years agoremoved C99 construct
Michael Beck [Tue, 4 Jan 2005 11:23:42 +0000 (11:23 +0000)]
removed C99 construct

[r4779]

19 years agodebug routines not in _t files
Götz Lindenmaier [Tue, 28 Dec 2004 13:41:52 +0000 (13:41 +0000)]
debug routines not in _t files

[r4776]

19 years agochanged layout of node info
Götz Lindenmaier [Tue, 28 Dec 2004 13:35:53 +0000 (13:35 +0000)]
changed layout of node info

[r4775]

19 years agonew dumper for partial graph
Götz Lindenmaier [Tue, 28 Dec 2004 13:33:40 +0000 (13:33 +0000)]
new dumper for partial graph
simplified makros,
layout improvement of node info

[r4774]

19 years agoremoved old_fctnames. should not be included by default any more.
Götz Lindenmaier [Tue, 28 Dec 2004 13:17:04 +0000 (13:17 +0000)]
removed old_fctnames.  should not be included by default any more.

[r4773]

19 years agofixed typos
Michael Beck [Tue, 28 Dec 2004 12:30:23 +0000 (12:30 +0000)]
fixed typos
used xmalloc
clean some indentation

[r4772]

19 years agomade allocation C-like
Michael Beck [Tue, 28 Dec 2004 12:26:52 +0000 (12:26 +0000)]
made allocation C-like

[r4771]

19 years agoreplaces the include of <obstack.h> by a forward definition of struct obstack.
Michael Beck [Tue, 28 Dec 2004 12:25:58 +0000 (12:25 +0000)]
replaces the include of <obstack.h> by a forward definition of struct obstack.
This allows to use the header file even if obstack.h did not exists...

[r4770]

19 years agoget_op_ident() takes now a const parameter
Michael Beck [Tue, 28 Dec 2004 12:24:35 +0000 (12:24 +0000)]
get_op_ident() takes now a const parameter

[r4769]

19 years agotypos fixed
Michael Beck [Tue, 28 Dec 2004 12:23:30 +0000 (12:23 +0000)]
typos fixed

[r4768]

19 years agomade allocation C-like
Michael Beck [Tue, 28 Dec 2004 12:21:36 +0000 (12:21 +0000)]
made allocation C-like

[r4767]

19 years agofixed resize()
Michael Beck [Mon, 27 Dec 2004 12:21:58 +0000 (12:21 +0000)]
fixed resize()

[r4761]

19 years agoused xmalloc instead of malloc, renamed some variables to letter case
Michael Beck [Thu, 23 Dec 2004 16:31:32 +0000 (16:31 +0000)]
used xmalloc instead of malloc, renamed some variables to letter case

[r4760]

19 years agoadded missing initialization
Michael Beck [Thu, 23 Dec 2004 15:58:17 +0000 (15:58 +0000)]
added missing initialization

[r4759]

19 years agoadded tpop flags
Michael Beck [Thu, 23 Dec 2004 15:49:59 +0000 (15:49 +0000)]
added tpop flags
fixed some typos
added const where possible

[r4758]

19 years agomake tpop const
Michael Beck [Thu, 23 Dec 2004 15:48:54 +0000 (15:48 +0000)]
make tpop const

[r4757]

19 years agomake the tpop constant
Michael Beck [Thu, 23 Dec 2004 15:48:42 +0000 (15:48 +0000)]
make the tpop constant
use new xcalloc where appropriate

[r4756]

19 years agoremoved uneeded allocations
Michael Beck [Thu, 23 Dec 2004 15:47:09 +0000 (15:47 +0000)]
removed uneeded allocations
used new xcalloc

[r4755]

19 years agoremoved unneeded allocations
Michael Beck [Thu, 23 Dec 2004 15:46:19 +0000 (15:46 +0000)]
removed unneeded allocations

[r4754]

19 years agoused new xcalloc
Michael Beck [Thu, 23 Dec 2004 15:40:03 +0000 (15:40 +0000)]
used new xcalloc

[r4753]

19 years agoused new xcalloc (again)
Michael Beck [Thu, 23 Dec 2004 15:33:58 +0000 (15:33 +0000)]
used new xcalloc (again)

[r4752]

19 years agoused new xcalloc
Michael Beck [Thu, 23 Dec 2004 15:32:27 +0000 (15:32 +0000)]
used new xcalloc

[r4751]

19 years agoused new xcalloc where appropriate
Michael Beck [Thu, 23 Dec 2004 15:29:27 +0000 (15:29 +0000)]
used new xcalloc where appropriate

[r4750]

19 years agoused new xcalloc
Michael Beck [Thu, 23 Dec 2004 15:25:31 +0000 (15:25 +0000)]
used new xcalloc

[r4749]

19 years agofixed typo, removed the memset in xmalloc, xmalloc DOES NOT CLEAR the memory yet,
Michael Beck [Thu, 23 Dec 2004 15:19:09 +0000 (15:19 +0000)]
fixed typo, removed the memset in xmalloc, xmalloc DOES NOT CLEAR the memory yet,
this is the default behavior, use xcalloc if you need this

[r4748]

19 years agoused xcalloc instead of calloc
Michael Beck [Thu, 23 Dec 2004 15:16:12 +0000 (15:16 +0000)]
used xcalloc instead of calloc

[r4747]

19 years agoadded xcalloc
Michael Beck [Thu, 23 Dec 2004 15:15:03 +0000 (15:15 +0000)]
added xcalloc

[r4746]

19 years agoused xmalloc instead of malloc
Michael Beck [Thu, 23 Dec 2004 15:05:50 +0000 (15:05 +0000)]
used xmalloc instead of malloc

[r4745]

19 years agofixed indentation
Michael Beck [Thu, 23 Dec 2004 14:55:24 +0000 (14:55 +0000)]
fixed indentation
used new COMPOUND flag

[r4744]

19 years agotypos fixed
Michael Beck [Thu, 23 Dec 2004 14:27:31 +0000 (14:27 +0000)]
typos fixed

[r4743]

19 years agoadded doxygen comment
Michael Beck [Thu, 23 Dec 2004 14:19:40 +0000 (14:19 +0000)]
added doxygen comment
removed unneeded cast

[r4742]

19 years agofixed the type of the visited counter
Michael Beck [Thu, 23 Dec 2004 14:16:38 +0000 (14:16 +0000)]
fixed the type of the visited counter

[r4741]

19 years agoremoved c_name field
Michael Beck [Thu, 23 Dec 2004 14:13:19 +0000 (14:13 +0000)]
removed c_name field
typos fixed
improed allocation, removing calloc (which might return NULL)

[r4740]

19 years agoc_name debug field removed
Michael Beck [Thu, 23 Dec 2004 14:00:45 +0000 (14:00 +0000)]
c_name debug field removed

[r4739]

19 years agotypos fixed,
Michael Beck [Thu, 23 Dec 2004 14:00:17 +0000 (14:00 +0000)]
typos fixed,
doxygen docu added,
c_name debug field removed

[r4738]

19 years agotypos fixed, removed static data
Michael Beck [Thu, 23 Dec 2004 13:32:25 +0000 (13:32 +0000)]
typos fixed, removed static data

[r4737]

19 years agotypos fixed
Michael Beck [Thu, 23 Dec 2004 13:17:16 +0000 (13:17 +0000)]
typos fixed

[r4736]

19 years agotypo fixed
Michael Beck [Thu, 23 Dec 2004 13:12:32 +0000 (13:12 +0000)]
typo fixed

[r4735]

19 years agoimproved doxygen documentation
Michael Beck [Thu, 23 Dec 2004 13:08:34 +0000 (13:08 +0000)]
improved doxygen documentation

[r4734]

19 years agotypos fixed
Michael Beck [Thu, 23 Dec 2004 13:01:43 +0000 (13:01 +0000)]
typos fixed

[r4733]

19 years agotypos fixed
Michael Beck [Thu, 23 Dec 2004 12:40:12 +0000 (12:40 +0000)]
typos fixed

[r4732]

19 years agoupdated doxygen docu, fixed typos
Michael Beck [Thu, 23 Dec 2004 12:38:44 +0000 (12:38 +0000)]
updated doxygen docu, fixed typos

[r4731]

19 years agodoxygen comment added
Michael Beck [Thu, 23 Dec 2004 12:34:18 +0000 (12:34 +0000)]
doxygen comment added

[r4730]

19 years agotypo fixed
Michael Beck [Thu, 23 Dec 2004 12:33:14 +0000 (12:33 +0000)]
typo fixed

[r4729]

19 years agotypos fixed
Michael Beck [Thu, 23 Dec 2004 12:23:05 +0000 (12:23 +0000)]
typos fixed

[r4728]

19 years agomade allocations C-like
Michael Beck [Wed, 22 Dec 2004 14:43:14 +0000 (14:43 +0000)]
made allocations C-like

[r4721]

19 years agomade llocations C-like
Michael Beck [Wed, 22 Dec 2004 14:41:10 +0000 (14:41 +0000)]
made llocations C-like

[r4720]

19 years agoclean up code
Michael Beck [Wed, 22 Dec 2004 14:37:19 +0000 (14:37 +0000)]
clean up code
some doxygen docu added

[r4719]

19 years agomake allocation C-like
Michael Beck [Wed, 22 Dec 2004 11:06:24 +0000 (11:06 +0000)]
make allocation C-like

[r4718]

19 years agotypo fixed
Michael Beck [Wed, 22 Dec 2004 10:59:45 +0000 (10:59 +0000)]
typo fixed

[r4717]

19 years agoreduced size for isbe arrays
Michael Beck [Wed, 22 Dec 2004 10:54:28 +0000 (10:54 +0000)]
reduced size for isbe arrays

[r4716]

19 years agomore doxygen docu
Michael Beck [Wed, 22 Dec 2004 10:52:27 +0000 (10:52 +0000)]
more doxygen docu
fixed pop2()

[r4715]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 17:27:06 +0000 (17:27 +0000)]
removed C99 constructs
renamed variables to lower case

[r4710]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 17:23:02 +0000 (17:23 +0000)]
removed C99 constructs

[r4709]

19 years agochanged type
Michael Beck [Tue, 21 Dec 2004 17:10:28 +0000 (17:10 +0000)]
changed type

[r4708]

19 years agoadded include
Michael Beck [Tue, 21 Dec 2004 17:09:00 +0000 (17:09 +0000)]
added include

[r4707]

19 years agotypos fixed
Michael Beck [Tue, 21 Dec 2004 17:06:11 +0000 (17:06 +0000)]
typos fixed

[r4706]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 16:54:18 +0000 (16:54 +0000)]
removed C99 constructs

[r4705]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 16:47:57 +0000 (16:47 +0000)]
removed C99 constructs

[r4704]

19 years agofixed different types
Michael Beck [Tue, 21 Dec 2004 16:44:32 +0000 (16:44 +0000)]
fixed different types

[r4703]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 16:33:45 +0000 (16:33 +0000)]
removed C99 constructs

[r4702]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 16:32:15 +0000 (16:32 +0000)]
removed C99 constructs

[r4701]

19 years agofixed prototype
Michael Beck [Tue, 21 Dec 2004 16:29:48 +0000 (16:29 +0000)]
fixed prototype

[r4700]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 16:09:19 +0000 (16:09 +0000)]
removed C99 constructs

[r4699]

19 years agoremoved GNUC constructs
Michael Beck [Tue, 21 Dec 2004 15:53:12 +0000 (15:53 +0000)]
removed GNUC constructs

[r4698]

19 years agomoved struct timing_env to .c file, added config.h
Michael Beck [Tue, 21 Dec 2004 15:52:23 +0000 (15:52 +0000)]
moved struct timing_env to .c file, added config.h

[r4697]

19 years agosimplifyed
Michael Beck [Tue, 21 Dec 2004 15:51:07 +0000 (15:51 +0000)]
simplifyed

[r4696]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 15:50:18 +0000 (15:50 +0000)]
removed C99 constructs

[r4695]

19 years agoadded config.h include
Michael Beck [Tue, 21 Dec 2004 15:37:31 +0000 (15:37 +0000)]
added config.h include
removed unused sys/times.h
removed C99 constructs

[r4694]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 15:34:09 +0000 (15:34 +0000)]
removed C99 constructs
make const float
add default return

[r4693]

19 years agoremoved C99 contructs
Michael Beck [Tue, 21 Dec 2004 15:07:55 +0000 (15:07 +0000)]
removed C99 contructs
removed unnecessary allocation
removed use of mode_P, use mode_is_reference() instead
removed handling of Const with pointer tarvals, these constructs are removed

[r4692]

19 years agoremoved C)) and GNUC constructs, add default returns
Michael Beck [Tue, 21 Dec 2004 14:50:59 +0000 (14:50 +0000)]
removed C)) and GNUC constructs, add default returns

[r4691]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 14:26:53 +0000 (14:26 +0000)]
removed C99 constructs

[r4690]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 14:25:35 +0000 (14:25 +0000)]
removed C99 constructs
make visit counter of same type as irn visit counter

[r4689]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 14:21:16 +0000 (14:21 +0000)]
removed C99 constructs

[r4688]

19 years agonew added
Michael Beck [Tue, 21 Dec 2004 14:07:02 +0000 (14:07 +0000)]
new added

[r4687]

19 years agoremoved
Michael Beck [Tue, 21 Dec 2004 14:06:41 +0000 (14:06 +0000)]
removed

[r4686]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 13:50:40 +0000 (13:50 +0000)]
removed C99 constructs

[r4685]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 13:45:14 +0000 (13:45 +0000)]
removed C99 constructs

[r4684]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 13:38:27 +0000 (13:38 +0000)]
removed C99 constructs

[r4683]

19 years agoremoved C99 constructs
Michael Beck [Tue, 21 Dec 2004 13:35:34 +0000 (13:35 +0000)]
removed C99 constructs

[r4681]

19 years agoC99 contructs removed
Michael Beck [Tue, 21 Dec 2004 13:33:48 +0000 (13:33 +0000)]
C99 contructs removed

[r4680]

19 years agoFixed heap analyse to copy with NoMem node
Michael Beck [Tue, 21 Dec 2004 12:21:45 +0000 (12:21 +0000)]
Fixed heap analyse to copy with NoMem node

[r4679]

19 years agodags implemented, ProjM, COUNT_DELETED
Michael Beck [Tue, 21 Dec 2004 12:20:31 +0000 (12:20 +0000)]
dags implemented, ProjM, COUNT_DELETED

[r4678]

19 years ago__unused -> _unused
Florian Liekweg [Mon, 20 Dec 2004 17:41:14 +0000 (17:41 +0000)]
__unused -> _unused

[r4677]

19 years agoget/set proj(arg) from/to ir_graph
Florian Liekweg [Mon, 20 Dec 2004 17:39:46 +0000 (17:39 +0000)]
get/set proj(arg) from/to ir_graph

[r4676]

19 years agofix recursion handling
Florian Liekweg [Mon, 20 Dec 2004 17:34:35 +0000 (17:34 +0000)]
fix recursion handling

[r4675]

19 years agoFixed a bug.
Sebastian Hack [Fri, 17 Dec 2004 14:04:25 +0000 (14:04 +0000)]
Fixed a bug.

[r4671]

19 years agoFixed a tiny bug.
Sebastian Hack [Thu, 16 Dec 2004 10:28:59 +0000 (10:28 +0000)]
Fixed a tiny bug.

[r4670]

19 years agoAdded obstack dumping and vprintf... functions.
Sebastian Hack [Thu, 16 Dec 2004 09:43:09 +0000 (09:43 +0000)]
Added obstack dumping and vprintf... functions.

[r4669]

19 years agoAdded debug facility.
Sebastian Hack [Thu, 16 Dec 2004 09:03:24 +0000 (09:03 +0000)]
Added debug facility.

[r4668]

19 years agoAdded proper string hash function.
Sebastian Hack [Thu, 16 Dec 2004 09:02:56 +0000 (09:02 +0000)]
Added proper string hash function.

[r4667]