s/Block_not_block_visited(x)/!Block_block_visited(x)/.
[libfirm] / ir / ana / irdom.c
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-11 Christoph Mallons/get_irn_op(x) == op_Block/is_Block(x)/.
2008-01-02 Michael Beckupdate copyright message
2007-06-17 Matthias Braunfix warnings
2007-06-13 Michael Beckadded strictly_dominate functions
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-09-21 Christian Würdigadded additional parameter and assert to tmp dom info...
2006-09-14 Michael BeckBugFix:
2006-07-14 Christian Würdigadded asserting to check the number of user blocks
2006-07-13 Michael BeckImproved marking of dead blocks
2006-06-29 Christian WürdigBugFix: get correct in position at user node to determi...
2006-05-11 Christian Würdigbugfix: remove redundant gert nodes block
2006-05-10 Christian Würdigadded two functions:
2006-05-03 Michael Beckassure_doms() and assure_postdoms() added
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-24 Michael Beckfixed post-dominance construction for endless loops...
2006-04-24 Michael BeckUse keep-alives to handle dominance info for graphs...
2006-01-30 Michael Beckreorder for loops
2006-01-09 Michael Beckadded post-dominator construction
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-06-30 Michael Beckused new get_Block_cfgpred_block() function to get...
2005-03-10 Sebastian HackCosmetic
2005-03-07 Michael Beckblock_dominates() can now handle Bad nodes
2005-02-10 Sebastian HackFixed a buf in block_dominates()
2005-01-26 Sebastian HackFixed domtree walker
2005-01-13 Sebastian HackFixed a typo
2005-01-13 Sebastian HackInitialized the dom_info's to 0
2005-01-13 Sebastian HackAdded dom tree traversal
2004-12-23 Michael Beckused new xcalloc
2004-12-22 Michael Beckmade allocations C-like
2004-12-02 Michael Beckfixed config.h include
2004-09-08 Michael Beckblocks without dominators (i.e. dead blocks) return...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Götz Lindenmaiera bunch of comments
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2003-11-21 Michael Beckadded config.h
2003-08-19 Götz LindenmaierAdded copyright headers
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-11 Götz Lindenmaierunused var removed
2002-04-16 Florian LiekwegAdded Exception marking support --flo
2002-03-04 Götz Lindenmaier Bugfix in irdom.
2002-02-28 Götz Lindenmaierblock walk in irouts.