get_divop_resmod() added
[libfirm] / ir / ir / irnode.h
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-28 Christoph MallonConstify.
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael BeckAdd result mode to Division operations.
2007-05-22 Matthias Braunadd get_irn_generic_attr_const
2007-05-21 Michael Beckget_irn_generic_attr() cannot have a const argument
2007-05-15 Matthias Braunmake lots of irn functions accept const ir_node
2007-05-09 Michael Beckmade more arguments const
2007-05-08 Matthias Braunadd is_Mul
2007-05-08 Christoph MallonAdd is_Conv().
2007-05-02 Michael Beckadded is_Add(), is_Sub()
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-30 Andreas Schösseradded "get_VProj_proj" and "set_VProj_proj"
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-26 Matthias Braunadded a nodeset
2007-02-26 Matthias Braunadd an add_irn_n for nodes with dynamic arity
2007-02-05 Matthias Braunadd an is_Quot function
2007-01-31 Michael Beckremoved unused data/functions, reformated
2007-01-31 Matthias Braunadd an is_CopyB
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-18 Matthias Braunadd is_Store
2006-12-14 Matthias Braunadded a skip_Proj_const...
2006-12-14 Michael Beckremoved useless includes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-10-25 Michael Beckadd missing is_Jmp()
2006-10-24 Christian Würdigadded is_NoMem function
2006-10-09 Christian Würdigadded is_div, is_mod and is_DivMod functions
2006-09-29 Michael Beckis_irn_start_block_placed() added\nconst added to skip_...
2006-09-26 Christian Würdigadded function to remove a keepalive edge
2006-09-21 Christian Würdigadded is_Start function
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-08 Michael Beckis_Pin() added
2006-09-03 Matthias Braun- Added an is_Jmp function
2006-08-28 Sebastian HackAdded dependency edges
2006-08-10 Michael Beckfixed is_Cmp()
2006-08-09 Michael Beckadd some is_*() functions
2006-08-01 Christoph MallonConstify
2006-07-31 Michael Beckget_Pin_op() and set_Pin_op() added
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-06 Michael BeckEvery node has now a pinned attribute that is inherited...
2006-07-05 Michael Beckis_irn_always_opt() added
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-06-03 Michael Beckadded support for Thread local storage
2006-05-31 Michael Beckremoved pn_Bound_M_except, Bound now have only one...
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-25 Michael Beckadd_Sync_pred() implemented
2006-05-19 Michael Beckmake #ifndef at header start cannonical
2006-05-18 Michael Beckdoxygen docu added
2006-05-10 Christian Würdigadded new function to determine the predecessor positio...
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-23 Michael Beckget_Psi_n_conds() added
2006-03-23 Michael BeckAdded support for Psi nodes
2006-03-05 Michael BeckCopyB projs are now independent of Call projs
2006-03-03 Michael Beckis_Return, is_Call and is_Sel implemented
2006-02-09 Michael BeckFixed the Proj-Numbers for the Raise Node (now again...
2006-01-31 Michael Beckgroup 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:
2005-12-30 Michael Beckrenamed all type* to ir_type *
2005-12-05 Michael Beckadded missing stdio.h include (for debugging with old...
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-12 Michael Beckadded support functions for CopyB node
2005-10-10 Rubino Geißtypo
2005-10-10 Rubino Geißadded missing pn_Div_max
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-07 Michael Beckmoved get_irn_generic_attr() to public i/f
2005-07-26 Götz Lindenmaiercomments
2005-07-01 Michael Beckfixed doxygen documentation
2005-06-30 Michael Beckget_IJmp_target() and set_IJmp_target() added
2005-06-30 Michael Beckadded comments documenting the new behavior of get_node...
2005-06-27 Götz Lindenmaieran accessor function returning predecessor blocks
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-17 Götz Lindenmaierfirmjni does not like two similar enums.
2005-06-15 Michael Beckrenamed gen_swapped_pnc() into more "mathematical"...
2005-06-15 Götz Lindenmaiernew enum for convenience: easier to guess
2005-06-03 Sebastian HackAdded some consts
2005-05-31 Michael Beckadded get_Block_extbb() and set_Block_extbb()
2005-05-24 Michael Beckskip_HighLevel() added
2005-04-15 Götz LindenmaierChanged comments,
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-23 Götz Lindenmaiercast access routines
2005-02-21 Michael Beckimplemented get_Proj_type(), moved get_irn_type() here,
2005-02-16 Michael Beckredefined cnst_classify_t type (must checked by asserti...
2005-02-10 Michael Beckremoved ^M's
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-07 Michael Beckadded set_Free_where() and get_Free_where()
2005-01-18 Götz Lindenmaieradded and fixed comments
2004-12-23 Michael Becktypos fixed
2004-12-13 Michael BeckAdded new Mux(b, numP, numP) -> numP node
2004-12-13 Sebastian Hackconstified is_Phi
next