fix wrong usage of ircons functions
[libfirm] / ir / opt / fp-vrp.c
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.