Avoid endless recursion while walking to a projX in a loop
[libfirm] / ir / opt / ifconv.c
2006-05-24 Christoph MallonAvoid endless recursion while walking to a projX in...
2006-05-24 Christoph MallonImplement better magic to handle changing control depen...
2006-05-24 Christoph MallonHandle multiple control dependencies in a more sophisti...
2006-05-19 Christoph MallonUse exact_copy() instead of copy_irn_to_irg()
2006-05-10 Michael Beckhonor the get_opt_if_conversion() flag
2006-05-10 Christoph Mallon-If both data inputs of a new Psi are equal don't gener...
2006-05-10 Michael BeckFixed memory leaks
2006-05-05 Christoph Mallon- Remove a pointless check for unique control dependenc...
2006-05-03 Michael Beckused xmalloc()
2006-05-03 Christoph MallonAdd if conversion, use with -fif-conversion
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-02-22 Daniel Grund*** empty log message ***
2006-02-21 Christian Würdigadded missing include
2005-06-22 Michael Beckused faster get_mode_x() functions
2005-04-05 Michael BeckBugfix: wrong size
2005-03-30 Michael Beckadded architectures evaluate function that decides...
2005-03-18 Michael Beckadd return normalization to help same cases
2005-03-14 Michael Beckfixed typ of visited flag
2005-02-24 Michael Beckconfig.h added
2005-02-24 Michael Becktypos fixed
2005-02-24 Sebastian HackFixed bug with switch conds
2005-02-24 Sebastian HackFixed endless loops in make_mux_on_demand
2005-02-23 Sebastian HackHeavy changes
2005-02-21 Sebastian HackHeavy changes:
2005-02-16 Michael Beckused pn_Cmp constants instead of old pnc_numbers
2005-02-14 Sebastian HackDisabled debugging
2005-02-14 Sebastian HackFixed several bugs
2005-02-10 Sebastian HackFixed a bug. Using the block visited flag
2005-02-10 Sebastian HackUsed visited flag to check for loops in find_conds
2005-02-10 Sebastian HackAdded if conversion