Decompose Mul(x, 2**b + 2**a) into y = x + x << (b - a), y << a instead of y = x...
[libfirm] / scripts /
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-21 Michael Becksome improvements
2006-12-21 Michael BeckInitial version of the automatic module init creator