added license infos
[libfirm] / ir / ana / irloop.h
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-06-13 Michael Beckadd inline functions
2006-05-25 Michael BeckFixed typos, improved docu
2006-01-13 Michael Beckadded ifdef around irloop type
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-05-23 Michael Beckmore doxygen docu added
2005-05-09 Götz Lindenmaiermore documentation
2005-03-04 Götz Lindenmaierimprovements,
2004-11-30 Götz Lindenmaieradded new accessers
2004-11-26 Götz Lindenmaieradded test whether loop invariant
2004-11-10 Götz LindenmaierCall_callees now with unknown_entity
2004-09-25 Götz Lindenmaierconstruction now returns depth of loop tree.
2004-06-10 Götz Lindenmaieradded an algorithm that constructs the looptree only...
2004-01-20 Götz Lindenmaierlink field for debug
2004-01-15 Götz Lindenmaierimprovements for loop dumper
2003-12-19 Götz Lindenmaier faster irn_loop access
2003-12-17 Götz Lindenmaierfreeing of loop information added
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Götz LindenmaierAdded copyright headers
2003-04-22 Götz LindenmaierChanges to make firmjni compatible
2003-03-28 Götz Lindenmaierfixed bug
2003-03-27 Andreas SchösserRemoved separation of nodes and sons in ir_loop
2003-02-04 Michael BeckConverted comments to doxygen
2003-01-13 Sebastian Felis*** empty log message ***
2002-09-11 Götz Lindenmaierisolated optimizations in cgana to run them separately.
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...