added license infos
[libfirm] / ir / ana / irbackedge.c
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-10 Matthias Braunadded several missing #include config.h
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-05 Michael Beckfix_backedges() can now cope with NULL backedge array
2005-01-04 Michael Beckremoved wrong INLINE
2004-11-30 Götz Lindenmaieradded new accessers
2004-11-10 Michael Becktypo fixed
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-15 Michael BeckNew inlining schema implemented:
2004-04-28 Götz Lindenmaiermake libfirm faster
2003-08-19 Götz LindenmaierAdded copyright headers
2003-06-23 Till Riedeleliminated warnings
2003-04-17 Michael BeckDoxygen docu updated.
2003-01-30 Götz Lindenmaierremoved warnings
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...