fix address mode calculation: we can not eat immediates for shifted values (well...
[libfirm] / ir / be / bepeephole.c
2007-10-21 Matthias Braun- fix a conceptual bug in peephole, we need a callback...
2007-10-15 Matthias Braunimprove peephole API, do IncSP stuff as peephole opts...
2007-10-03 Michael Beckrenamed set_value/clear_value(): these names clash...
2007-09-30 Matthias Braunadd assert for not getting bad out regs, and fix some...
2007-09-30 Matthias Braun- first real peephole optimisation mov 0, reg -> xor...
2007-09-30 Matthias Braunstarted working on a peephole phase