Model (un)reachable block info with bottom/top, not false/true.
[libfirm] / ir / opt / fp-vrp.c
2011-05-04 Christoph MallonModel (un)reachable block info with bottom/top, not...
2011-05-04 Christoph MallonInitially mark the end block as reachable and set the...
2011-05-04 Christoph MallonFetch traval false/true once in transfer() for better...
2011-04-29 Christoph MallonAdd simple transfer function for Confirm in fp-vrp.
2011-04-29 Christoph MallonImprove and correct fp-vrp transformation.
2011-04-28 Matthias Braunimprove fp-vrp unreachable code handling
2011-04-13 Matthias Braunadd another out-edges hack to avoid finding dead code
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-06 Christoph MallonHandle some cases of </<=/>=/> comparisons in the fixpo...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-05-19 Matthias Braunfix warning
2010-04-13 Michael BeckSome improvements:
2010-04-12 Christoph MallonAdd missing break.
2010-04-12 Christoph MallonCorrect bug in Mux-case of fixpoint VRP: This z must...
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.