Added support for out edges.
[libfirm] / ir / ir / irnode.h
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
2003-10-10 Götz Lindenmaierimplemented Confirm node
2003-09-29 Götz Lindenmaierfixed various errors with exceptions + inlineing, dumpi...
2003-09-24 Götz Lindenmaierremoved exc.h from libfirm interface
2003-09-24 Götz Lindenmaiernew irmode field,
2003-09-05 Götz Lindenmaiercomment
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-26 Götz Lindenmaieradded enum for call result projs.
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-19 Michael BeckAdded void casts to shut up warnings
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded irg field to start, more verbose irdump
2003-08-14 Götz Lindenmaieradded Cast node.
2003-07-25 Götz Lindenmaierbugfix, comments...
2003-07-14 Sebastian Felisadd is_ir_node() function.
2003-06-23 Till Riedelintoduced kind field to mode node graph
2003-06-18 Götz LindenmaierAdded support for passing compound types by value.
2003-05-26 Götz Lindenmaiernormalizations in irdump, changes for heap analysis...
2003-05-21 Michael BeckMore doxygen docu
2003-03-28 Götz Lindenmaierfurther adaptions in irmode.h
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-03-25 Michael BeckAdded const modifier to various functions.
2003-02-25 Götz LindenmaierFormatting for firmjni
2003-02-25 Götz LindenmaierFixed several stuff, DDM messages, visibility of graph_...
2003-02-17 Götz LindenmaierChanges semantics of method types and method calls...
2003-02-13 Michael BeckFirst doxygen group introduced
2003-02-03 Michael BeckConverted to doxygen comments
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-20 Boris Boesler*** empty log message ***
2003-01-13 Michael Beck__FUNCTION__ is only available under GNU C, else __FILE...
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz Lindenmaierfixed bug in irgopt -- optimize_cf
2002-11-05 Götz Lindenmaiersyntactic changes for jni generator / crecoder
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-31 Götz LindenmaierChanged comment
2002-09-11 Götz Lindenmaierwalker for complete interprocedural graph
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-08-07 Götz Lindenmaier implemented scc algorithm. Added datastructure to...
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-25 Florian LiekwegAdded iro_InstOf operator --flo
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-04-26 Florian LiekwegAdded exception markings to graph and cfg dumps --flo
2002-04-23 Götz LindenmaierImplemented debug support.
2002-03-18 Götz Lindenmaier Parted common.h into two files common_t.h. By this...
2002-03-08 Götz Lindenmaier Implemented cf optimizations.
2002-03-04 Götz Lindenmaier Bugfix in irdom.
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
next