added doxygen comments
[libfirm] / ir / ir /
2005-02-11 Michael Beckadded doxygen comments
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE whrere possible, this is...
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, now handles by preprocessor
2005-02-11 Michael Beckadded empty macros if FIRM_EDGES is not defined
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, this is now handled by...
2005-02-11 Michael Beckadded a #if FIRM_EDGES_INPLACE
2005-02-11 Michael BeckFIRM_EDGES_INPLACE is defined only in firm_common_t.h
2005-02-10 Michael Beckallowed Minus for integer modes
2005-02-10 Michael Beckupdatted docu
2005-02-10 Michael Beckremoved ^M's
2005-02-10 Michael Beckremoved ^M
2005-02-10 Sebastian HackAdded pnc.h to the install headers
2005-02-10 Sebastian HackAdded iredges_t include
2005-02-10 Sebastian HackAdded default value for if conversion
2005-02-10 Sebastian HackAdded flag functions for if conversion
2005-02-10 Sebastian HackAdapted to changes in reassociation
2005-02-10 Sebastian HackAdded classify_Const stuff
2005-02-10 Sebastian HackOutsourced the pnc_number enum, that tv.h and irnode...
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-10 Sebastian HackExchange can now exploit the always present out edges...
2005-02-10 Sebastian HackAdded the set_irn_n and node_replaced hook
2005-02-10 Sebastian Hack%n handles NULL
2005-02-10 Sebastian HackAdded self updating out edges. Aka known as ir_edges
2005-02-10 Sebastian HackAdded additional dominator information dumping
2005-02-10 Sebastian HackAdded constructors for convenient const creation
2005-02-07 Michael Beckadded Rot detection
2005-02-07 Michael Beckfixed verifyer for Free
2005-02-07 Michael Beckadded the where parameter to Free nodes
2005-02-07 Michael Beckadded the where parameter to Free nodes
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-01-28 Beyhanimplemented loop unrolling optimization
2005-01-28 Michael Beckadded loc_description
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 Beckadded get_irg_loc_description and set_irg_loc_description
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-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-12 Michael Beckadded get_tarval_plus_inf() and get_tarval_minus_inf...
2005-01-11 Michael Beckadded a init function
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-05 Götz Lindenmaierspell atomit small
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2005-01-04 Michael Beckremove INLINE before global functions
2005-01-04 Michael Beckremoved INLINE before global functions
2005-01-04 Michael Beckremoved INLIEN before global functions
2005-01-04 Michael Beckremoved INLINE before global function
2005-01-04 Michael Beckrenamed none_type and unknown_type
2005-01-04 Michael Beckremoved C99 construct
2004-12-28 Götz Lindenmaiernew dumper for partial graph
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-23 Michael Beckused new xcalloc
2004-12-23 Michael Beckused new xcalloc where appropriate
2004-12-23 Michael Beckused xmalloc instead of malloc
2004-12-23 Michael Beckfixed the type of the visited counter
2004-12-23 Michael Beckimproved doxygen documentation
2004-12-23 Michael Becktypos fixed
2004-12-23 Michael Becktypos fixed
2004-12-23 Michael Beckupdated doxygen docu, fixed typos
2004-12-23 Michael Becktypos fixed
2004-12-22 Michael Beckmade llocations C-like
2004-12-22 Michael Beckreduced size for isbe arrays
2004-12-21 Michael Beckchanged type
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckfixed prototype
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael BeckFixed heap analyse to copy with NoMem node
2004-12-20 Florian Liekwegget/set proj(arg) from/to ir_graph
2004-12-16 Sebastian HackAdded obstack dumping and vprintf... functions.
2004-12-14 Sebastian HackAdded init function to appender. This fixes ir_snprintf...
2004-12-14 Sebastian HackAdded firm_config.h include
2004-12-13 Michael BeckAdded new Mux(b, numP, numP) -> numP node
2004-12-13 Sebastian HackSome bugfixes. Added bitset dumping support.
2004-12-13 Sebastian Hackadded registration facility for own data in an ir graph...
2004-12-13 Sebastian Hackconstified is_Phi
2004-12-10 Michael Becknormalize the interface, all fucntions that change...
2004-12-10 Michael Beckmade copy_attrs an ir_op operation
2004-12-09 Sebastian HackAdded stdlib.h include for strtol()
2004-12-09 Michael Beckchanged the hook function
2004-12-09 Götz Lindenmaierbugfix
2004-12-08 Götz Lindenmaierchanged info of nodes.
2004-12-08 Sebastian HackMinor corrections.
2004-12-07 Boris Boesler*** empty log message ***
next