s/Block_not_block_visited(x)/!Block_block_visited(x)/.
[libfirm] / ir / ir / irnode_t.h
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-08-21 Christoph MallonAdd is_Carry(), get_Carry_left(), get_Carry_right().
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-26 Michael Becktypo fixed
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-03-20 Michael Beckis_Abs() added
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-12 Michael Beckwhen setting a block to dead, set its dom_depth to...
2008-01-10 Michael Beck- is_Bound added
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-30 Michael Beckmade more function parameters const
2007-11-06 Michael Beck- made some arguments const
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-10-17 Michael Beckfixed _is_Phi()
2007-10-17 Matthias Braunadd inline versions of is_Phi and is_Proj
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove enum tarval_classification_t.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
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-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckAdd get_block and set_block operations.
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Becktype type definitions to new irtype.h
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-07-05 Michael Beckmoved is_Psi() to irnode
2007-06-20 Michael Beckget_*_attr() functions now return a pointer
2007-06-17 Matthias Braunfix warnings
2007-06-15 Matthias Braunadded is_And and is_Or
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
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-05-31 Michael BeckAdd constraints to the ASM node
2007-05-31 Michael Beckadded constraints to ASM nodes
2007-05-31 Matthias Braunfix assembler nodes
2007-05-30 Michael Beckis_ASM() added
2007-05-30 Michael Beckplaced the call the _get_irn_intra_arity() again into...
2007-05-30 Christian Würdigchanged attribute name from asm to assem as asm is...
2007-05-30 Andreas Schösservproj nodes
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-28 Christoph MallonConstify.
2007-05-23 Michael Beck- changed Phi0 attribute to be a struct
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-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-04-18 Michael BeckFixed misplaced assert
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckadd structural region attribute to block nodes
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunfix warning, add a Block_block_visited function, don...
2007-02-05 Matthias Braunadd an is_Quot function
2007-01-31 Michael Beckreformated
2007-01-31 Matthias Braunadd an is_CopyB
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-12 Michael Beckdoxygen dcu enhanced
2006-12-18 Matthias Braunadd is_Store
2006-12-13 Michael Beckrename type entity into ir_entity
2006-11-23 Christian Würdigadded is_End function
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-21 Christian Würdigadded is_Start function
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-07 Michael BeckRollback changes of pinned attribute. This does not...
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-05-25 Michael Beckadd_Sync_pred() implemented
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
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-23 Michael Beckget_Psi_n_conds() added
2006-03-23 Michael BeckAdded support for Psi nodes
next