further cleanup in loop code
[libfirm] / ir / ana / irscc.c
2012-12-04 Matthias Braunfurther cleanup in loop code
2012-12-04 Matthias Braunremove commented out code
2012-12-04 Matthias Braunremove unused support for max_loop_depth
2012-12-04 Matthias Braunremove more unused loop stuff
2012-12-04 Matthias Braunalways enable NO_CFLOOP_WITHOUT_HEAD
2012-12-01 Christoph Mallonirgraph: Use get_irg_obstack() instead of accessing...
2012-12-01 Christoph Malloncleanup: Fix typos in comments.
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-02 Michael BeckFixed size_t related warnings.
2011-02-08 Matthias Braunfurther spread size_t
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-30 Matthias Braunfix some warnings in optimized mode
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-07-31 Michael Beck- removed a now superfluous function
2008-07-31 Sebastian BuchwaldFixed more memory leaks.
2008-07-22 Matthias Braunconst changes and enhancements to irouts
2008-05-09 Michael Beck- improve doxygen comments
2008-01-14 Michael Beckcosmetic changes
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-06-17 Matthias Braunfix warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
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
next