node_cmp_attr_Free() updated to use the new free attribute
[libfirm] / ir /
2005-02-07 Michael Becknode_cmp_attr_Free() updated to use the new free attribute
2005-02-07 Michael Beckused new Free attribute struct
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-02-07 Michael Beckadded a free attribute struct
2005-02-02 Michael Beckcleaned the value descriptions on allocation
2005-02-02 Michael Becktype fixed
2005-02-02 Götz Lindenmaierrelaxed checking for compound graph paht: the path
2005-01-28 Beyhanimplemented loop unrolling optimization
2005-01-28 Michael Beckadded loc_description
2005-01-27 Florian Liekwegwhitespace change
2005-01-27 Florian LiekwegDeclare heapanal functions as extern, which they are
2005-01-27 Michael Beckchanged type for uninitialized variable access, added...
2005-01-27 Michael Beckfixed docu, renamed type of uninitialized variable...
2005-01-27 Michael Beckadded get_irg_loc_description and set_irg_loc_description
2005-01-26 Michael Beckgnu_ext.h included
2005-01-26 Michael Beckrenamed __func to _func to avoid teh usage of reserved...
2005-01-26 Michael Beckrenamed __func to _func to avoid the usage of reserved...
2005-01-26 Michael Beckrenamed __func to _func to avoid to usage of reserved...
2005-01-26 Sebastian HackFixed domtree walker
2005-01-26 Sebastian HackChanged __ to _
2005-01-24 Sebastian Hackfixed a bug in bitset_next()
2005-01-24 Daniel GrundMoved phi congruence class analysis herein.
2005-01-21 Michael Beckremoved C99 features
2005-01-19 Sebastian HackRenamed copy_node to firm_copy_node
2005-01-19 Götz Lindenmaierbugfix: remove dead blocks from keepalive
2005-01-18 Götz Lindenmaieradded and fixed comments
2005-01-18 Götz Lindenmaieradded field for exec freq
2005-01-18 Götz Lindenmaieradded field for execution freqency
2005-01-18 Götz Lindenmaieradded computation of interprocedural execution frequency.
2005-01-18 Götz Lindenmaieradded trivial access function
2005-01-17 Götz Lindenmaiercomments
2005-01-15 Daniel Grundfixed comment
2005-01-14 Florian Liekweginstall gnu_ext.h too
2005-01-14 Florian LiekwegSupport GNU extensions on non-GNU platforms
2005-01-14 Florian Liekwegfix gnu extension
2005-01-14 Florian Liekwegfix gnu extension, fix fprintf's
2005-01-14 Florian Liekwegfix gnu extension, fix fprintf's, fix allocs
2005-01-14 Florian Liekwegprepare gnu extension fix
2005-01-14 Florian LiekwegInsert purpose descr
2005-01-14 Florian Liekwegfix allocation (size); don't cast malloc
2005-01-14 Florian Liekwegdon't put environments on the stack; handle consts
2005-01-14 Florian Liekwegfix malloc, fix "initialisation"
2005-01-14 Florian LiekwegDon't cast malloc
2005-01-14 Florian LiekwegFactor out call_info_t ctor; fix mallocs; fix initialis...
2005-01-14 Florian LiekwegUse only public irnode interface
2005-01-13 Sebastian HackFixed a typo
2005-01-13 Sebastian HackInitialized the dom_info's to 0
2005-01-13 Sebastian HackAdded iteration macro
2005-01-13 Sebastian HackAdded dom tree traversal
2005-01-12 Michael Beckadded get_tarval_plus_inf() and get_tarval_minus_inf...
2005-01-12 Michael Beckrenamed hash_name to firm_hash_name to prevent name_cla...
2005-01-12 Michael Beckrenamed hash_name to firm_hash_name to prevent name_cla...
2005-01-11 Daniel GrundAdded bitset_for_each_clear
2005-01-11 Sebastian HackAdded missing message finalization by 0.
2005-01-11 Michael Beckadded call to init_hooks
2005-01-11 Michael Beckadded a init function
2005-01-11 Michael Beckadded doxygen docu
2005-01-11 Michael Beckinit_stat must be empty if statistics is not enabled
2005-01-11 Michael Beckstat_finish must always exist
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-11 Michael Beckadded support for Win32
2005-01-11 Michael Beckhooks for libFirm functions added
2005-01-10 Florian Liekwegfixup printfs, don't put environments on the stack
2005-01-10 Florian LiekwegRemove is_array_type and is_class_type
2005-01-10 Florian Liekwegre-erect is_class_type and is_array_type
2005-01-10 Daniel GrundAdded pmap_break
2005-01-05 Götz Lindenmaierspell atomit small
2005-01-05 Götz Lindenmaieratomic is a property, not an opcode --> spell it small
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-05 Michael Beckadded Win32 "support"
2005-01-04 Michael Beckremove INLINE before global functions
2005-01-04 Michael Beckremoved INLINE before global functions
2005-01-04 Michael Beckremoved C99 construct
2005-01-04 Michael Beckremoved INLIEN before global functions
2005-01-04 Michael Beckrenamed unknown_type and none_type to prevent name...
2005-01-04 Michael Beckremoved INLINE before global function
2005-01-04 Michael Beckremoved wrong INLINE
2005-01-04 Michael Beckrenamed none_type and unknown_type
2005-01-04 Michael Beckrenamed none_type and unknown_type to prevent name...
2005-01-04 Michael BeckStill need the stdbool.h :-(
2005-01-04 Michael Beckremoved <stdbool.h> include
2005-01-04 Michael Beckremoved C99 construct
2004-12-28 Götz Lindenmaierdebug routines not in _t files
2004-12-28 Götz Lindenmaiernew dumper for partial graph
2004-12-28 Götz Lindenmaierremoved old_fctnames. should not be included by defaul...
2004-12-28 Michael Beckfixed typos
2004-12-28 Michael Beckmade allocation C-like
2004-12-28 Michael Beckreplaces the include of <obstack.h> by a forward defini...
2004-12-28 Michael Beckget_op_ident() takes now a const parameter
2004-12-28 Michael Becktypos fixed
2004-12-28 Michael Beckmade allocation C-like
2004-12-27 Michael Beckfixed resize()
2004-12-23 Michael Beckused xmalloc instead of malloc, renamed some variables...
2004-12-23 Michael Beckadded missing initialization
2004-12-23 Michael Beckadded tpop flags
2004-12-23 Michael Beckmake tpop const
next