- add more passes
[libfirm] / ir / opt / ldst2.c
2009-08-16 Michael Beck- add more passes
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-01-20 Matthias Braunfix warnings
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-10 Michael Becktypo
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-07-30 Christoph MallonSort the inputs of a Sync before it is being created...
2008-07-30 Christoph MallonReduce worst time complexity of mem parallelisation...
2008-07-14 Matthias Braundon't emit debug messages
2008-06-06 Michael Beck- export classify_pointer()
2008-05-25 Matthias Braunfix a few warnings
2008-04-02 Michael BeckC99 features removed
2008-04-02 Christoph MallonMake Ld/St parallelisation work (but seems to be broken...
2008-01-02 Michael Beckupdate copyright message
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
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.