added license infos
[libfirm] / ir / ana / irscc.c
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 Beckadded inline functions
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-28 Michael Beckmore config.h stuff added
2005-05-23 Michael Becktypos fixed
2005-04-15 Götz LindenmaierChanged comments,
2005-02-23 Götz Lindenmaierbugfixes, comments``
2005-01-28 Beyhanimplemented loop unrolling optimization
2005-01-04 Michael Beckremoved INLINE before global functions
2004-12-22 Michael Beckclean up code
2004-12-02 Michael Beckfixed config.h include
2004-11-26 Michael Becktypo fixed
2004-11-26 Götz Lindenmaieradded test whether loop invariant
2004-11-12 Götz Lindenmaiernew analyses for cache optimization
2004-11-10 Götz LindenmaierCall_callees now with unknown_entity
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...