- Change ~(x - 1) -> -x to ~(x + -1) -> -x, because the former pattern is always...
[libfirm] / ir / adt / pset.c
2007-05-02 Matthias Braunadded doxygen comments
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-26 Matthias Braunadd pset.c to avoid strange hackery in Makefiles