Replace the reassoc env struct by its only member.
[libfirm] / ir / opt / code_placement.c
2012-06-19 Christoph MallonSimplify assertion.
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-03-25 Sebastian BuchwaldCode placement cannot handle unreachable code.
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-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-05-17 Andreas Zwinkaucode placement fixes gcse
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-02 Matthias Braunalso do unreachable code elimination during gcse
2011-05-02 Matthias Brauncleanup/partly rewrite code_placement algo
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias BraunRevert "merge gcse into place_code (a better solution...
2011-03-30 Matthias Braunmerge gcse into place_code (a better solution would...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
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- graph passes can be added to prog managers now
2008-12-09 Michael Beck- fixed assertion
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-09-23 Matthias Braunalways remove critical edges before doing code placement
2008-08-05 Michael Beck- more comments added, renamed some functions to have...
2008-08-05 Michael Beckremoved unneccessary recalculation of out edges
2008-07-08 Michael Beck- add a doxygen comment
2008-04-04 Michael Beck- code cleanup