added support for Thread local storage
[libfirm] / ir / ir / irnode.h
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
2004-12-10 Michael Beckmade copy_attrs an ir_op operation
2004-12-08 Sebastian HackMinor corrections.
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-11 Götz Lindenmaierfixes of pseudo irgs
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-11-08 Michael BeckAdded some more doxygen docu.
2004-10-29 Götz Lindenmaiertype for SymConst
2004-10-18 Michael BeckAdded get_irn_pinned() function
2004-09-29 Michael Beckis_forking_op() added
2004-09-25 Götz Lindenmaiercomments, better assertions
2004-09-24 Michael Beckchanged order
2004-09-17 Michael Beckadded _max enum values for all Proj numbers
2004-09-14 Götz Lindenmaierbugfix: typeo
2004-09-03 Götz Lindenmaieraccess routines for memops,
2004-09-02 Götz Lindenmaiercomments
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-15 Hannes Jakschitsch*** empty log message ***
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-12 Götz Lindenmaierfix for firmjni
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-06 Beyhannew SymConst semantics
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-16 Michael BeckAdded pn_Call_max
2004-06-15 Götz Lindenmaieraccess routines
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Götz Lindenmaiera bunch of comments
2004-06-08 Michael Beckget_Cond_defaultProj() function added
2004-05-07 Götz Lindenmaieradded test for cast
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-28 Florian LiekwegFixed gcc warnings --flo
2004-04-16 Michael BeckAdded additional functions and verifiers for FuncCalls
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
2004-03-09 Götz Lindenmaierbugfixes
2004-01-19 Michael BeckAdded doxygen comments for various enumeration types.
2004-01-15 Götz Lindenmaieradded dumper to dump a part of the loop tree as graph.
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-16 Götz Lindenmaierconfirm node
next