beloopana: Remove duplicate comments.
[libfirm] / ir / ana / irscc.c
2003-12-19 Götz Lindenmaier faster irn_loop access
2003-12-17 Götz Lindenmaierfreeing of loop information added
2003-12-15 Andreas SchösserCorrected creation of the loop tree:
2003-11-21 Michael BeckAdded config.h
2003-08-19 Götz LindenmaierAdded copyright headers
2003-06-26 Till RiedelWe now conform to iso-c99
2003-06-23 Till Riedeleliminated warnings
2003-05-01 Till Riedelremoved xprint stuff completely
2003-03-28 Götz Lindenmaierfixed bug
2003-03-27 Andreas SchösserRemoved separation of nodes and sons in ir_loop
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
2003-02-04 Götz Lindenmaierremoved warnings
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-09-11 Götz Lindenmaierisolated optimizations in cgana to run them separately.
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...