cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / ana / ircfscc.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-01 Christoph Mallonirgraph: Use get_irg_obstack() instead of accessing...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
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-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-05-06 Matthias Braunircfscc: remove is_outermost_StartBlock check - it...
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
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-19 Matthias Braunremove unused/broken interprocedural view
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 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-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-07-31 Sebastian BuchwaldFixed more memory leaks.
2008-05-13 Michael Beckignore Bad control flow predecessors when calculating...
2008-05-09 Michael BeckBugFix r19562: get_nodes_block(skip_Proj(get_irn_n...
2008-05-07 Michael Beck- added assure_cf_loop()
2008-01-14 Michael Beckcosmetic changes
2008-01-14 Michael Beckused new generic irloop functions
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-02 Michael Beckupdate copyright message
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-06-18 Matthias Braunfixed 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-05-25 Michael BeckBugFix: free_cfloop_information() cleared current_ir_gr...
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-18 Michael Beckdoxygen docu fixed
2005-05-23 Michael Beckmore doxygen docu
2005-01-04 Michael Beckremoved C99 construct
2004-12-02 Michael Beckfixed config.h include
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
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-06-15 Michael BeckNew inlining schema implemented:
2004-06-10 Götz Lindenmaieradded an algorithm that constructs the looptree only...