even more warning fixes
[libfirm] / ir / opt / loop_unrolling.c
2006-05-18 Michael Beckused new assure_*() functions
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-02 Michael Beckremoved dumper call
2005-12-23 Michael Becktypos fixed, C99 features removed
2005-12-21 Beyhansome bugs fixed and do loops are set off, why the imple...
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-18 Michael Beckdoxygen docu fixed
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-03-07 Michael Beckfixed call to set_trouts_inconsistent()
2005-03-03 Michael Beckinvalidate analyse info if loop unrolling take place
2005-03-02 FIRM Projekt Accountget test through
2005-03-02 Michael Beckbugfix: is_fragile_op expected an IR-node
2005-03-02 Michael Beckadded missing parentesis
2005-03-02 Michael Beckfixed implementation of is_exception_possible()
2005-03-02 Michael Beckfixed typos
2005-03-01 Beyhanloop unrolling completed, tested with ajacs compiler
2005-02-11 Florian Liekwegback to C98
2005-01-28 Beyhanimplemented loop unrolling optimization
2004-11-16 Beyhanstart of new project