Adapted to stat events
[libfirm] / ir / opt /
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...
2007-01-07 Michael BeckBugFix: find_constant_entity() now checks global entiti...
2007-01-07 Michael Beckrenamed get_entity_final() to is_entity_final()
2006-12-15 Matthias Braunquad_t is defined by glibc headers (because of _GNU_SOU...
2006-12-14 Matthias Braunfix warnings
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Braunadded several missing #include config.h
2006-11-15 Christian Würdigadded missing function return type
2006-10-18 Christian Würdigchanged comment
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigfixed src dir
2006-10-17 Christian Würdigonly create Psi if allowed by backend
2006-10-17 Christian Würdigadded some comments
2006-10-17 Michael BeckFixed more problems due to hidden conversion in Store...
2006-10-16 Michael BeckHandle a bad case: Load nodes can contain a hidden...
2006-10-16 Michael Beckused is_final_ent() instead of *_n_overwrites == 0
2006-10-12 Michael Beckset current_ir_graph
2006-10-12 Michael Beckwhen doing cf_opt, automatically optimize Blocks
2006-10-11 Michael Beckreport removed cycles
2006-10-09 Michael Beckuse the final flag to remove polymorphic calls
2006-10-09 Michael BeckAdd code to remove useless Phi cycles using the osr...
2006-09-20 Michael Beckadded get_opt_closed_world() where appropriate
2006-09-17 Michael BeckFixed the type of the visit number
2006-09-15 Michael Beckrename fucntion due to a name clash
2006-09-15 Michael Beckrenamed function due to a name clash
2006-09-15 Michael BeckBugFix:
next