Replaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by new get_nodes_block()/set_nodes_...
[libfirm] / ir / opt / ldst2.c
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-18 Matthias Braunfixed warnigns
2007-06-06 Michael Beckfixed signed/unsigned warning
2007-06-01 Matthias Braunmoved external headers into include dir
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.