Decompose Mul(x, 2**b + 2**a) into y = x + x << (b - a), y << a instead of y = x...
[libfirm] / configure.ac
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-20 Matthias Braunnew way to generate firm_config.h
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-07-20 Matthias BraunMakefile updates
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles