update copyright message
[libfirm] / ir / opt / condeval.c
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-08-23 Matthias Brauncorrectly handle cmps that can't be evaluated
2007-07-25 Matthias Braunfix fehler50
2007-07-16 Matthias Braunfix condeval for cases that can be directly evalutated
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-07-09 Matthias Braunfix condeval in when not avoiding PhiB
2007-07-05 Matthias Braunchanged condeval to handle Phibs
2007-07-04 Christoph MallonSplit looking for Cmp-Phi-Constant into a separate...
2007-06-13 Matthias Brauninvalidate outs in condeval and convopt
2007-06-01 Matthias Braunmoved external headers into include dir
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