is_irn_keep() added
[libfirm] / ir / ir / irnode.c
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
2004-07-21 Michael BeckFixed funcCall parameter offset
2004-07-12 Michael BeckFixed function naming
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-07 Florian LiekwegWS change
2004-07-06 Beyhannew SymConst semantics
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-18 Götz Lindenmaierphi construction for fragile ops repaired
2004-06-18 Götz Lindenmaierremoved a final bug in inlineing, now scc and all follo...
2004-06-16 Michael Beckrename dump_node to dump_irn because of gcc :-(
2004-06-15 Götz Lindenmaierbugfix
2004-06-15 Götz Lindenmaieraccess routines
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Michael Beckget_Cond_defaultProj() function added
2004-05-26 Michael Beckdoxygen comments fixed
2004-05-07 Götz Lindenmaieradded test for cast
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-19 Michael Beckfirst statistic hooks added
2004-04-19 Michael Beckget_irn_funccall_attr() added
2004-04-16 Michael BeckAdded additional functions and verifiers for FuncCalls
2004-04-16 Michael BeckAdded assertion to irnode constructor
2004-04-13 Michael BeckAdded flags to irop determining the behaviour, this...
2004-04-08 Michael BeckSome doxygen commnets
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
next