Cond nodes are a kind of cf node, too. Therefore also ignore them when copying block...
[libfirm] / ir / opt / condeval.c
2007-05-23 Christoph MallonCond nodes are a kind of cf node, too. Therefore also...
2007-05-13 Christoph MallonAltering (and especially removing) control flow predece...
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braunsome workaround to avoid condeval creating Phibs which...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-03-22 Christoph MallonOnly reconstruct SSA for the users of the first value...
2007-03-22 Christoph MallonSmall cleanup
2007-02-26 Matthias Brauncorrectly handle bad predecessors
2006-09-17 Michael BeckFixed the type of the visit number
2006-09-14 Matthias Brauncondeval can evaluate phis on phis on constants now
2006-09-13 Matthias Braundon't fail on switches
2006-09-12 Matthias Braunuse edges_reroute instead of exchange
2006-09-11 Matthias Braunfirst version of condeval optimisation
2006-09-11 Christoph MallonRestructure and improve
2006-09-11 Matthias BraunSSA construction code for condeval optimisation
2006-09-10 Michael Beckadd config.h to allow Win32 compile
2006-09-09 Christoph MallonBeginning of implementation of partial condition evaluation