added new licence header
[libfirm] / ir / ir / irdump.h
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-16 Michael Beckfixed doxygen docu
2006-12-13 Michael Beckrename type entity into ir_entity
2006-05-19 Michael Beckmake #ifndef at header start cannonical
2006-05-03 Christoph MallonAdd an edge callback hook for blocks
2006-04-20 Michael BeckUsed hooks to implement dump_add_node_info_callback()
2006-04-06 Michael Beckanchors can be dumped yet always
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-28 Michael Beckadded data types for color and edge type to allow to...
2005-10-18 Michael Beckdoxygen docu fixed
2005-10-10 Gernot Veit Batzadded two more hooks to the ir graph dumper
2005-07-11 Michael Beckadded debug info for types and entities
2005-06-17 Michael Becktypos fixed
2005-06-16 Sebastian HackAdded edges_assure and edge dumping hook
2005-06-15 Götz Lindenmaierchecks for valid analysis information,
2005-05-31 Michael Beckadded support for dumping with extended basic blocks
2005-04-15 Götz Lindenmaiermore verbose dumper,
2005-03-09 Götz Lindenmaiernew dumper,
2005-02-23 Götz Lindenmaierbetter handling of dump file filter
2004-12-28 Götz Lindenmaiernew dumper for partial graph
2004-12-28 Michael Becktypos fixed
2004-12-21 Michael Beckfixed prototype
2004-12-10 Michael Becknormalize the interface, all fucntions that change...
2004-12-09 Michael Beckchanged the hook function
2004-11-30 Götz Lindenmaiermore verbose info output of irnoded
2004-11-18 Michael BeckAdded hook function to intercept node attributes output
2004-10-29 Götz Lindenmaieradapted to new function name in irtypeinfo,
2004-09-07 Götz Lindenmaiernew verbosity flags
2004-09-03 Götz Lindenmaieraccess routines for memops,
2004-09-02 Götz Lindenmaierfixed test: new reference
2004-09-02 Götz Lindenmaieradded test dumper
2004-08-31 Götz Lindenmaieradded dumper for callgraph
2004-08-16 Rubino Geißadded const to suffix char *
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaierdumper and datastructure for callgraph
2004-05-04 Götz Lindenmaierremember all end nodes in irg for dumping convenience.
2004-03-02 Till Riedelintroduce a prefix filter
2004-01-15 Götz Lindenmaieradded dumper to dump a part of the loop tree as graph.
2004-01-15 Götz Lindenmaierimporoved loop dumper slightly
2004-01-14 Andreas SchösserWrote dumper for standalone loop trees
2003-11-20 Götz Lindenmaierdump addr of nodes, depending on flag
2003-11-14 Götz Lindenmaiernormalized, reengeneered ...
2003-11-10 Götz Lindenmaierflag to turn off backedges
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Götz Lindenmaieradded copyright headers
2003-05-26 Götz Lindenmaiernormalizations in irdump, changes for heap analysis...
2003-02-03 Michael BeckTypos fixed
2003-02-03 Michael BeckMore doxygen comments
2003-02-03 Michael Beckrestructured comments
2003-02-03 Michael BeckFixed doxygen commnets, converted parameterless functio...
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-13 Sebastian Felisadded doxygen comments
2003-01-09 Götz LindenmaierAdded function to dump classgraph
2002-12-13 Götz Lindenmaierirnode: Bugfix in skip_nop
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-11 Götz Lindenmaierwalker for complete interprocedural graph
2002-08-07 Götz Lindenmaier implemented scc algorithm. Added datastructure to...
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-03-08 Götz Lindenmaier Implemented cf optimizations.
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaieras always I forgot to check the testprograms ...
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...
2002-01-23 Götz LindenmaierImplemented support for endless loops:
2002-01-22 Götz Lindenmaieradded info to type nodes
2001-12-10 Götz LindenmaierAdded support for constant entities. A new example...
2001-11-28 Boris Boesleradded Id tag
2001-11-27 Götz Lindenmaierminor imporvements: comments, output
2001-06-07 Götz LindenmaierDokumentation, removed some unusable functions.
2001-03-12 Götz Lindenmaierirdump: Funcion to turn off labels for cvs edges
2000-11-30 Götz Lindenmaier*** empty log message ***
2000-09-06 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-07-05 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision