Loads do not remove any nodes from the exec after sets. Also fix a 'node leak'.
[libfirm] / ir / opt / ldst2.c
2007-05-22 Christoph MallonLoads do not remove any nodes from the exec after sets...
2007-05-18 Christoph MallonLoads shall only remove stores from the exec after...
2007-05-16 Michael Beckadd missing include
2007-05-13 Christian Würdigremoved stdint.h again -- mallon soll die typen halt...
2007-05-13 Matthias Braunreadded stdint.h header, otherwise you have no uintptr_...
2007-05-13 Christian Würdigremoved include <stdint.h> (windows has none)
2007-05-11 Christoph MallonFirst iteration to detotalise memory in loops.
2007-05-09 Christoph MallonHandle non-load/store nodes in a crude way for now...
2007-05-07 Christoph MallonFirst try of the new load/store optimization.