Add strict flag to Conv attributes alloweing to mark those Conv's
[libfirm] / ir / ir / irnode.c
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-06-16 Michael Beckget_Proj_type() must return firm_unknown_type instead...
2006-06-12 Michael BeckBugFix: Keep-alives had a wrong position in ir_edge...
2006-06-03 Michael Beckadded support for Thread local storage
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-25 Michael Beckadd_Sync_pred() implemented
2006-05-10 Sebastian HackAdded index -> node map to irgs
2006-05-10 Christian Würdigadded new function to determine the predecessor positio...
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-05-03 Christoph MallonUse [gs]et_irn_n() instead of direct access to the...
2006-04-24 Michael BeckBugFix: need a place for the block :-)
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-07 Michael Beckintroduced node index: a small unique per graph node...
2006-04-04 Michael BeckAdd test functions for machine, machine_operand and...
2006-03-30 Michael Beckmake inline version of set_irn_op()
2006-03-24 Michael Beckis_Mux() added
2006-03-23 Michael Beckget_Psi_n_conds() added
2006-03-23 Michael BeckAdded support for Psi nodes
2006-03-20 Michael BeckBugFix: set_irn_n() should now work for the block input...
2006-03-20 Michael Beckcosmetic fixes
2006-03-03 Michael Beckis_Return, is_Call and is_Sel implemented
2006-02-21 Michael Beckmake get_irn_node_nr() 64bit safe
2006-02-06 Michael Beckget_pnc_string() fixed
2006-01-31 Michael Beckgreop High-Level Exception nodes together
2006-01-27 Michael Beckis_irn_keep() added
2006-01-14 Michael BeckInstOf Node (high-level instanceof test with exception...
2006-01-12 Michael BeckBound operation added:
2006-01-02 Michael Beckadded missing get_irn_type_attr() and get_irn_entity_attr()
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-27 Michael Beckrenamed is_subclass_of -> is_SubClasss_of
2005-12-20 Rubino Geißfixed iredges related bug in set_irn_in
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-19 Michael Beckrefactored ir_op_ops
2005-10-12 Michael Beckadded support functions for CopyB node
2005-10-10 Gernot Veit Batzadded missing edges_notify_edge() to set_irn_in()
2005-09-15 Michael Beckadded function for convertion jump prediction into...
2005-09-15 Michael Beckcond_jmp_predicate type and access function for Cond...
2005-09-14 Michael Beckis_irn_constlike() added
2005-09-01 Michael Beckget_irn_generic_attr() added, needed for backends that...
2005-08-11 Michael Beckskip_Tuple() now skips chains of tuple, which can arise
2005-08-09 Michael BeckFixed skip_Tuple(): Nested tuple were not optimized
2005-06-30 Michael Beckget_IJmp_target() and set_IJmp_target() added
2005-06-30 Michael Beckadded an assertion to get_nodes_block() that fires
2005-06-27 Götz Lindenmaieran accessor function returning predecessor blocks
2005-06-24 Sebastian HackAdded block successor edges to the iredges module.
2005-06-23 Götz Lindenmaieraccessor to check whether node currently is pinned.
2005-06-22 Michael Beckmade get_Block_cfgpred() and get_Block_n_cfgpreds(...
2005-06-15 Michael Beckrenamed gen_swapped_pnc() into more "mathematical"...
2005-06-03 Sebastian HackAdded some consts
2005-05-31 Michael Beckadded get_Block_extbb() and set_Block_extbb()
2005-05-24 Michael Beckbugfix
2005-05-24 Michael Beckskip_HighLevel() added
2005-04-06 Michael Beckmade is_Unknown() inline
2005-03-23 Sebastian HackAdded is_Const
2005-03-15 Michael Beckget_swapped_pnc() added
2005-02-24 Michael Beckmake inline version of:
2005-02-23 Götz Lindenmaiercast access routines
2005-02-21 Michael Beckimplemented get_Proj_type(), moved get_irn_type() here,
2005-02-16 Michael Beckused new pn_Cmp constants instead of old pnc_numbers
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE whrere possible, this is...
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-01-26 Michael Beckrenamed __func to _func to avoid the usage of reserved...
2005-01-11 Michael Beckused new hooks instead of firmstat
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 Beckrenamed none_type and unknown_type
2004-12-13 Michael BeckAdded new Mux(b, numP, numP) -> numP node
2004-12-13 Sebastian Hackconstified is_Phi
2004-12-10 Michael Beckmade copy_attrs an ir_op operation
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Sebastian HackConstified a little bit.
2004-12-01 Michael BeckAdded a new attribute to block nodes: dead
2004-11-30 Sebastian HackAdded custom data registration facility.
2004-11-19 Götz Lindenmaierfix for cgana/callee_arr and inlineing
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-11-10 Götz LindenmaierCall_calleesl now with unknown entity instead of NULL.
2004-11-08 Michael BeckMake some more inline functions
2004-11-08 FIRM Projekt Accountremoved debug assertion
2004-11-05 Götz Lindenmaierbugfix. type may be null.
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-10-29 Götz Lindenmaiertype for SymConst
2004-10-25 Boris Boeslerhandling some "unknown_type"-stuff
2004-10-19 Michael BeckFixed get_irn_pinned() after wrong repair
2004-10-18 Michael BeckAdded get_irn_pinned() function
2004-10-12 Florian Liekweglost+found: __get_irn_pinned
2004-10-12 Michael BeckAdded new get_irn_pinned() function
2004-09-29 Michael Beckis_forking_op() added
2004-09-29 Götz Lindenmaiermoved methods
2004-09-29 Götz Lindenmaierbugfix
2004-09-29 Florian Liekwegexc fncs w/ dummy impl
2004-09-25 Götz Lindenmaiercomments, better assertions
2004-09-24 Michael Beckchanged order
2004-09-17 Michael BeckBugFix: get_node_nr returns now the right number if...
2004-09-14 Götz Lindenmaierbugfix: typeo
2004-09-03 Götz Lindenmaieraccess routines for memops,
2004-09-02 Götz Lindenmaieradded test for callee flag
2004-09-02 Rubino Geiß- fixed error with cse and programs containing endless...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaiermore heapanalysis support
next