Added support for out edges.
[libfirm] / ir / ir / irnode.c
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...
2004-03-24 Michael BeckRemove C99 constructs, some tabs
2004-03-02 Till Riedelinclude also needed in non debug build
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-12-18 Götz Lindenmaiernew access routine
2003-12-17 Götz Lindenmaieradded new access routines
2003-12-02 Götz Lindenmaierbugfix in ircgcons and some additional features
2003-11-10 Götz Lindenmaieradded attr irg to block, removed from start, call,...
2003-10-17 Götz Lindenmaiernew access routines to check for special projs
2003-10-10 Götz Lindenmaierimplemented Confirm node
2003-09-29 Götz Lindenmaierfixed various errors with exceptions + inlineing, dumpi...
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded irg field to start, more verbose irdump
2003-08-18 Till Riedel*** empty log message ***
2003-08-14 Götz Lindenmaieradded Cast node.
2003-07-24 Michael Becktested and typo fixed
2003-07-24 Götz LindenmaierSkip_nop removes chains and compacts cycles without...
2003-07-14 Sebastian Felisadd is_ir_node() function.
2003-06-24 Till Riedelreturns after assert(0) inserted
2003-06-23 Till Riedelintoduced kind field to mode node graph
2003-06-11 Till Riedel*** empty log message ***
2003-05-01 Till Riedelremoved xprint stuff completely
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 Michael BeckAdded const modifier to various functions.
2003-03-19 Götz LindenmaierAdded new compilation flags
2003-01-20 Boris Boesler*** empty log message ***
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-12-13 Götz Lindenmaierirnode: Bugfix in skip_nop
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-31 Götz LindenmaierAdded assertion for korrect use of link field.
2002-10-24 Götz Lindenmaiergcc fix / semantically unreachble return added line...
2002-09-11 Götz Lindenmaierwalker for complete interprocedural graph
next