don't reload before anchor node
[libfirm] / ir / opt /
2007-09-28 Michael Beckchanged the detection of exception flow for new regular...
2007-09-28 Michael Beckset current_ir_graph while reassoc runs
2007-09-20 Michael Beck- introduced better running flags
2007-09-20 Michael BeckAdd a reassoc_running flag used to disable some local...
2007-09-17 Christoph MallonUse is_Const_null() instead of tarval_is_null(get_Const...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-08-25 Christoph MallonFix typos in comments.
2007-08-23 Matthias Brauncorrectly handle cmps that can't be evaluated
2007-08-23 Michael Becktypo fixed
2007-08-23 Michael Beckbeware of pointer arithmetic with different integer...
2007-08-23 Michael Becktransform Shl(x,Const) into Muls for more normalization
2007-08-23 Michael Beckimproved constant movement AND reverse distributive law
2007-08-22 Michael Beckfirst version with moving consts upwards
2007-08-22 Michael Beckadd a phase to reverse distributive law rules
2007-08-22 Michael Beckdebug handle must be static
2007-08-13 Michael Beckrestructured reassociation to handle more cases (rule...
2007-08-07 Michael Beckensure that the tail call is in the same block as the...
2007-08-03 Christoph MallonDo not deconv the right operand (shift count) of a...
2007-07-26 Matthias Braunworkaround firm problems when current_ir_graph is not...
2007-07-25 Matthias Braunfix fehler50
2007-07-24 Michael Beckmark labelled blocks as non-empty, preventing them...
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
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
next