make firm (mostly) -Wmissing-prototypes clean
[libfirm] / ir / opt / opt_blocks.c
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-23 Michael Beck- fixed pass manager
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-08 Michael Beck- fixed memory leaks
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-02-27 Michael Beck- fixed comments
2009-02-04 Michael Beck- add missing Load and Builtin support for opcode()
2008-11-25 Michael Beck- handle strictConv and remainderlessDiv for in opcode map
2008-11-07 Michael Beck- fixed opcode(): Const and SymConst can happen through...
2008-11-06 Michael Beck- BugFix: cmp_nodes gets an ir_node **
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-05 Michael Beck- refactored code for generic block shaping
2008-11-05 Michael Beck- BugFix: remove critical edges to ensure that Phi...
2008-10-31 Michael Beck- calling normalize_n_returns() improve greatly the...
2008-10-30 Michael Beck- invalidate tr_outs because Calls might be removed
2008-10-30 Michael Beck- do not treat Constants as live-ins: this assures...
2008-10-30 Michael Beck- BugFix: kill partitions with 0 blocks either
2008-10-28 Michael Beckdeactivate debug output
2008-10-28 Michael Beck- implemented apply phase
2008-10-28 Michael Beck- analysis part of an block merging optimization