becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / opt / ifconv.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallondocumentation: Remove explicit filename after @file.
2012-12-04 Matthias Braunremove commented out code
2012-12-03 Christoph Mallonir: Remove unnecessary mode_b checks of Cond selectors.
2012-11-25 Christoph Malloncleanup: Use get_Block_n_cfgpreds()/get_Block_cfgpred...
2012-08-31 Christoph MallonSkip the check whether ifconv is allowed, if both phi...
2012-08-30 Matthias Braunset load/store to floating if ptr is never NULL
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-20 Matthias Braunchange global optdesc declarations to static
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-05-26 Andreas Zwinkauifconv must remove bads first
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-05 Christoph MallonPrevent endless recursion in if-conv in endless loops.
2011-04-28 Christoph MallonClean up in ifconv a bit.
2011-04-28 Matthias Braunslight cleanup of ifconv code
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-14 Christoph MallonTry fixing if-conversion in presence of endless loops.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Andreas ZwinkauAdding some comments to ifconv.c
2011-03-16 Christoph MallonHandle if-conversion within endless loops properly...
2011-03-15 Andreas ZwinkauSkip self-dependencies in ifconv
2011-03-15 Andreas Zwinkautypo
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-04-13 Hannes Rappfix bug in default ifconv handler
2010-01-29 Matthias Braunfix allow_ifconv being called with true/false swapped
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- add more passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
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
next