Some more cleanup: Put the return type and other specifiers on the same line as the...
[libfirm] / ir / opt / opt_ldst.c
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- add more passes
2009-08-02 Matthias Braunfix warning and compilation error in optimized mode
2009-07-31 Matthias Braunfix last commit
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-04-17 Sebastian Buchwalduse environment also in non-debug mode.
2009-03-21 Michael Beck- BugFix: wrong end index fixed
2009-03-21 Michael Beck- register ALL possible addresses yet
2009-03-20 Michael Beck- added Phi-translation for addresses
2009-03-19 Michael Beck- simplified memop flags: we NEVER must kill solely...
2009-03-17 Michael Beck- BugFix: the end block might be unreachable, check...
2009-03-17 Michael Beck- BugFix: use env.rbs_size everywhere
2009-03-17 Michael Beck- BugFix: initialize blocks using teh normal block...
2009-03-13 Michael Beck- BugFix: initialize memop->mem
2009-03-10 Michael Beck- BugFix: new Loads might be removed later, but we...
2009-03-10 Michael BeckNew still buggy version:
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-10 Michael Beck- ensure that the end block is always last/first
2009-02-10 Michael Beck- skip Confirm and Cast for address calculation
2009-02-10 Michael Beck- BugFixes: WAW can inly be done immediately if both...
2009-02-02 Michael BeckBugFixes:
2009-02-02 Michael BeckBugFix:
2009-02-01 Michael Beck- switch off debug mask
2009-02-01 Michael Beck- fixed exchange
2009-02-01 Michael Beck- new dataflow driven load/store optimization, inspired...