removed gloval intraprocedural_view variable and replaced by get_*() set_*() functions
[libfirm] / ir / ana / irscc.c
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-10-12 Michael BeckUsed new get_irn_pinned() function
2004-09-25 Götz Lindenmaierconstruction now returns depth of loop tree.
2004-08-31 Götz Lindenmaiermode loop analyses
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaiercallgraph analyses
2004-07-08 Götz Lindenmaierfirmstat added
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-18 Michael BeckFixed dead loops (hopefully) the last time
2004-06-18 Götz Lindenmaieranother try
2004-06-18 Götz Lindenmaierstill trying to fix irscc error
2004-06-17 Götz Lindenmaiervarious bugfixes for the unreachable loop problem
2004-06-17 Götz Lindenmaierirscc: bugfix, can now deal with loops not reachable...
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-10 Götz Lindenmaieradded an algorithm that constructs the looptree only...
2004-06-04 Andreas SchösserCorrected scc algorithm.
2004-05-12 Götz Lindenmaiertwo versions of the algorithm
2004-05-11 Götz Lindenmaierin search of an error ...
2004-05-03 Andreas Schösserin get_loop_node: In case of assertion "pos" is dumped...
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
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...