debug handle must be static
[libfirm] / ir / opt / ifconv.c
2007-08-22 Michael Beckdebug handle must be static
2007-07-12 Matthias Braunbugfix (we can only get 1 tarvals for int modes)
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-05 Michael Beckmoved is_Psi() to irnode
2007-07-05 Christoph MallonOverhaul Psi optimisations.
2007-07-04 Matthias Braunalways do if conversion when opt_if_conv is called
2007-07-04 Christoph MallonFix fehler38: meld_psi() did not memorize the next...
2007-07-04 Christoph MallonPropagate the debug info of the Cond when generating...
2007-07-03 Christoph MallonCleanup. Also fix potential bug: Do not read link field...
2007-07-02 Matthias Braunjust some reindentation
2007-06-29 Christoph MallonFix very subtle bug in if conversion which lead to...
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-13 Christoph Mallon- Remove incorrect comment
2007-05-13 Christoph MallonRemove the first if-conversion implementation.
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
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigonly create Psi if allowed by backend
2006-06-29 Michael BeckBugFix:
2006-05-30 FIRM Projekt AccountBugFix: Predecessors of blocks can be even Jmp and...
2006-05-25 Michael BeckFixed wrong array declaration
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