renamed modecode, mode_sort, mode_arithmetic to ir_*
[libfirm] / include / libfirm / irnode.h
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-04-19 Michael Beckfixed indentation
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-03-20 Michael Beckis_Abs() added
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-10 Michael Beck- is_Bound added
2008-01-06 Michael Beck- removed skip_HighLevel()
2008-01-06 Michael Beckget_irn_MacroBlock() added
2008-01-02 Michael Beckchanged the projection numbers of Raise to match the...
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-30 Michael Beckeven more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade some function parameters const
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-11 Matthias Braunmake get_inversed_pnc and get_negated_pnc return pn_Cmp...
2007-11-06 Michael Beck- added missing skip_tid()
2007-11-06 Michael Beck- made some arguments const
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-10-31 Michael Beckadd doxygen comments
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-04 Michael Beckadd the mode to the asm constraints
2007-10-03 Michael Beckadded get_nodes_MacroBlock()
2007-09-27 Michael BeckRemoved USE_FAST_PHI_CONSTRUCTION and USE_EXPLICIT_PHI_...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-13 Michael Beckis_Cast() added
2007-09-12 Michael Beckmore support for Mulh nodes
2007-08-03 Matthias Braunadd is_Shl, is_Shr, is_Shrs, is_Rot
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-07-24 Michael Beckadd symconst_label
2007-07-12 Michael Beckget_mirrored_pnc() added on request
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-10 Michael Beckadded is_Not(), added missing is_Psi() declaration
2007-07-10 Matthias Braunadd is_Eor
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-06-17 Matthias Braunfix warnings
2007-06-15 Matthias Braunadded is_And and is_Or
2007-06-11 Andreas SchösserRemoved functions for accessing VProj nodes
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-03 Michael Beckindentation changed
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael BeckAdded exception region attribute to blocks and confirm...
2007-06-02 Matthias Braunadd is_Minus
2007-06-02 Matthias Braunreturn ident in get_ASM_text
2007-06-01 Matthias Braunmoved external headers into include dir