trouts: move add_* functions to private API
[libfirm] / ir / ana / irextbb.c
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 Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
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...
2009-04-06 Michael Beck- constify
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Michael Beck- add comment
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-22 Michael Beck- fixed indentation
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-01-02 Michael Beckupdate copyright message
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-17 Matthias Braunfix warnings
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-12-10 Matthias Braunadded several missing #include config.h
2006-09-08 Matthias Braunwarning fixes
2006-09-06 Michael BeckBugFix: the Extbb array was not always in the right...
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-04-24 Michael BeckFixed keep-alive visiting for extbb walker
2006-03-20 Michael BeckExtBlk walker now always visits start block first/last
2006-03-20 Michael BeckFixed irg_extblock_walk_graph()
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-18 Michael BeckFixed extbb construction (why it was damaged ?)
2005-10-12 Michael Beckadded code to detect loops in unreachable code, these...
2005-10-06 Michael Beckuse get_irn_n(*, -1) instead od get_nodes_block() so...
2005-09-12 Michael Beckensure that the leader is the first one in the extended...
2005-09-08 Michael BeckBugFix: Unreachable Blocks are always leader blocks
2005-09-08 Michael Beckget_extbb_leader() and get_extbb_node_nr() added
2005-06-22 Michael Becktypos fixed
2005-05-31 Michael BeckComputation of extended basic blocks