Decompose Mul(x, 2**b + 2**a) into y = x + x << (b - a), y << a instead of y = x...
[libfirm] / Makefile.am
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles