fix ProduceValue handling
[libfirm] / ir / opt /
2007-07-16 Matthias Braunfix condeval for cases that can be directly evalutated
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-16 Matthias Braunfix fehler40
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-13 Michael Beckmin() is a rather bad name for a function due to macro...
2007-07-12 Christoph MallonMake the deconv optimisation more aggressive (allow...
2007-07-12 Matthias Braunbugfix (we can only get 1 tarvals for int modes)
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-10 Matthias Braunconvopt also works for and and ors
2007-07-09 Matthias Braunfix condeval in when not avoiding PhiB
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 Matthias Braunchanged condeval to handle Phibs
2007-07-05 Christoph MallonOverhaul Psi optimisations.
2007-07-04 Christoph MallonSplit looking for Cmp-Phi-Constant into a separate...
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-03 Christoph MallonRemove unused variable.
2007-07-02 Matthias Braunjust some reindentation
2007-06-30 Matthias Braunmakefile updates
2007-06-29 Christoph MallonFix very subtle bug in if conversion which lead to...
2007-06-29 Michael Beckindentation changed
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods...
2007-06-18 Matthias Braunfixed warnigns
2007-06-13 Michael Beckremoved c99 feature
2007-06-13 Matthias Braunfixed the fix of the fix (that was fix)
2007-06-13 Michael BeckPhi optimization must be strictly dominated
2007-06-13 Michael BeckFixed the last fix: need rewire of old proj's
2007-06-13 Matthias Brauninvalidate outs in condeval and convopt
2007-06-13 Michael BeckFixed the Phi optimize case: after fixing CSE for Phi...
2007-06-06 Michael Beckswitched of debug mask
2007-06-06 Michael Becklittle bugfix ...
2007-06-06 Michael Becksigned/unsigned warning fixed
2007-06-06 Michael Beckfixed signed/unsigned warning
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-05 Michael Beckinitial version of calling convention optimization
2007-06-03 Michael BeckBugFix: Cmp is NOT pinned :-(
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael BeckConfirm optimizations honor the exception region attribute.
2007-06-01 Matthias Braunforgto to add that
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-29 Michael Beckcopy 'n' paste error fixed
2007-05-29 Michael Beckconvopt.[ch] added
2007-05-28 Christoph MallonRemove unused variables.
2007-05-27 Christoph MallonMake the conv opt analysis and transformation code...
2007-05-26 Christoph Mallon- Push Convs through Phis
2007-05-26 Christoph MallonAdd the -f{,no-}deconv switches do {en,dis}able the...
2007-05-23 Christoph MallonCond nodes are a kind of cf node, too. Therefore also...
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael Beckadded a callback function to check whether a given...
2007-05-22 Christoph MallonLoads do not remove any nodes from the exec after sets...
2007-05-21 Michael BeckAdd code to kill dead kept Phi nodes
2007-05-21 Michael BeckBugFix:
2007-05-21 Matthias Braunadd TODO items
2007-05-21 Matthias Brauncommitt the conv optimisation
2007-05-21 Michael BeckFixed an assert
2007-05-20 Michael BeckFixed the last fix again:
2007-05-20 Michael BeckBugFix for the cfoptbug.c:
2007-05-18 Christoph MallonLoads shall only remove stores from the exec after...
2007-05-16 Michael Beckldst2 added
2007-05-16 Michael Beckadd missing include
2007-05-13 Christoph MallonAltering (and especially removing) control flow predece...
2007-05-13 Christian Würdigremoved stdint.h again -- mallon soll die typen halt...
2007-05-13 Matthias Braunreadded stdint.h header, otherwise you have no uintptr_...
2007-05-13 Christian Würdigremoved include <stdint.h> (windows has none)
2007-05-13 Christoph Mallon- Remove incorrect comment
2007-05-13 Christoph MallonRemove the first if-conversion implementation.
2007-05-11 Christoph MallonFirst iteration to detotalise memory in loops.
2007-05-09 Christoph MallonHandle non-load/store nodes in a crude way for now...
2007-05-07 Christoph MallonFirst try of the new load/store optimization.
2007-05-05 Matthias Braunupdate svn:ignore
2007-05-02 Matthias Braunadded doxygen comments
2007-05-02 Michael BeckUpdated header
2007-05-01 Michael BeckUpdated header
2007-05-01 Michael BeckUpdated header
2007-04-30 Michael Beckupdated header
2007-04-29 Michael Beckupdated Header
2007-04-29 Michael Beckupdated Header
2007-04-29 Michael Beckupdated Header
2007-04-29 Michael Beckupdated Header
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braunsome workaround to avoid condeval creating Phibs which...
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-03-22 Christoph MallonOnly reconstruct SSA for the users of the first value...
2007-03-22 Christoph MallonSmall cleanup
2007-02-26 Matthias Brauncorrectly handle bad predecessors
2007-02-07 Michael Beckdo not optimize dead blocks preventing endless loops ...
2007-02-06 Michael BeckBugFix: if a Load-after-Load is a hidden Conv, Conv...
2007-02-06 Michael BeckChanged handling of switch-Conds. Now collected and...
2007-02-02 Matthias Braunentity is ir_entity now
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-12 Michael Beck- allow implicit cast from two-complements signed/unsig...
next