Remove arch_get_allocatable_regs().
[libfirm] / ir / opt / condeval.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Matthias Braunfix last fix (+ optimisation: don't do anything if...
2008-10-06 Matthias Braunfix condeval ssa recondstruction
2008-10-06 Christoph MallonTypo in comment.
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-24 Michael Beck- renamed find_const() to find_const_or_confirm()
2008-07-24 Michael Beck- CondEval now really can handle Confirms
2008-06-02 Matthias Braunhandle Bads more gracefully
2008-06-01 Michael Beckcall optimize_cf() to delete dead-code that might arise...
2008-05-25 Michael Beck- can now handle const-like Confirms
2008-05-21 Michael Becktypos fixed
2008-04-16 Christoph MallonFix typos in comments.
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
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