remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / opt / ifconv.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael BeckBugFix: there was already a variable named cond ...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-05-27 Michael BeckBugFix: phi node might be exchanged, read the next...
2008-05-27 Michael Beck- BugFix: set the mark on the right block
2008-05-27 Michael BeckBugFix: fixed Phi-list manipulation
2008-05-26 Michael Beckuse block Phi lists and Block marks to get rid of block...
2008-05-21 Michael Becktypos fixed
2008-05-16 Michael BeckBugFix: invalidate more data
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Becksome comments added
2007-11-16 Michael Beckrenamed cdep type to ir_cdep and placed it into firm_ty...
2007-11-11 Matthias Braunfix my last commit
2007-11-11 Matthias Braunuse set_using_irn_link and set_using_visited
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