- BugFix: removed missing debugging artefact, causing partitions with
[libfirm] / ir / opt / opt_osr.c
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-03-05 Matthias Braunfix warnings
2008-02-22 Michael Beck- remove x86 test, seems to be useless
2008-02-22 Michael BeckBugfix:
2008-02-21 Michael Beckbugfix: update_scc() must mark already seen SCC nodes...
2008-02-20 Michael Beckremoved verbose output
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckbetter lftr:
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-02-19 Michael BeckHopefully better version of osr:
2008-02-19 Michael Beckfixed commnet, indent
2008-01-02 Michael Beckupdate copyright message
2007-10-19 Christoph MallonUndo r16291.
2007-10-19 Michael Beckuse get_irn_ne() instead of (direct) call to get_irn_link()
2007-10-19 Michael Beckfixed typos
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-01 Matthias Braunmoved external headers into include dir
2007-05-01 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-15 Matthias Braunquad_t is defined by glibc headers (because of _GNU_SOU...
2006-12-14 Matthias Braunfix warnings
2006-10-11 Michael Beckreport removed cycles
2006-10-09 Michael BeckAdd code to remove useless Phi cycles using the osr...
2006-09-15 Michael BeckBugFix:
2006-09-12 Matthias Brauneven more warning fixes
2006-08-16 Michael BeckAdded osr_flag_ignore_x86_shift flag that ignores multi...
2006-06-13 Michael BeckImprovement: Do NOT do OSR of nodes that are not inside
2006-06-09 Michael BeckBugFix: The mode of new induction variables created...
2006-05-29 Michael Becksupress GCC warnings
2006-05-18 Michael BeckAdded support for statistics
2006-05-17 Michael BeckBugfixes:
2006-05-15 Michael BeckFirst full implementation with LFTR
2006-05-12 Michael Beckfirst part of the new Operator Strength Reduction imple...