make libfirm faster
[libfirm] / ir / ana / irscc.c
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-28 Florian LiekwegFixed typo --flo
2004-04-27 Götz Lindenmaierbugfix
2004-03-24 Michael BeckRemove C99 constructs
2004-03-05 Götz Lindenmaiertypesetting
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-01-20 Götz Lindenmaierlink field for debug
2004-01-19 Götz Lindenmaierbugfix: properly treat Unknown nodes
2004-01-16 Götz Lindenmaierfixed bug in construct_ip_... : not all nodes collected...
2004-01-15 Götz Lindenmaierdebug routine added
2004-01-15 Götz Lindenmaierimprovements for loop dumper
2004-01-14 Andreas SchösserWrote dumper for standalone loop trees
2004-01-13 Michael BeckMake C89 compatible
2003-12-19 Götz Lindenmaierfaster irn-loop access
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...