cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / ana / irdom.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-07-13 Matthias Braunmove domfront from be to ana
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-14 Matthias Braunirdom: move some functions to private API
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-05-10 Matthias Braunirdom: do not count bad predecessors as control flow
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-20 Andreas ZwinkauFix opt/doms_segfault.c
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-03-07 Matthias Braunforgot to check for dead blocks in 1 case
2010-03-07 Matthias Braunthe walking strategy in the dominance calculation doesn...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
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-12-21 Matthias Braunno unnecessary comments behind #include
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-06-18 Matthias Brauntransform assert to an if, as some students tend to...
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
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 Matthias Braunrevert change for now breaks 255.vortex and 253.perlbmk
2008-10-07 Michael Beck- do not clean up keep-alives here
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
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.