beloopana: Remove duplicate comments.
[libfirm] / ir / opt / gvn_pre.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-05 Christoph Mallongvn_pre: Remove redundant start block test.
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-12-02 Christoph Mallongvnpre: Put the obstack into struct pre_env instead...
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-10-29 Sebastian BuchwaldFixed warning: Made global variable static.
2012-10-27 Christoph MallonFix warnings.
2012-10-26 Christian Helmerremoved old divmod handling
2012-10-26 Christian Helmerremoved unimplemented extension
2012-10-26 Christian Helmerfixed processing of mode_T nodes
2012-10-26 Christian HelmerStores also handled, optimize_node option implemented
2012-10-26 Christian Helmerdivmod handling broken and preliminary removed
2012-10-26 Christian Helmerremoved unnecessary declarations
2012-10-26 Christian Helmerclean up and comments
2012-10-26 Christian Helmercleanup, constants fixed
2012-10-26 Christian Helmerfixed loads
2012-10-26 Christian Helmerused the same anti-leader to leader transfer in greedy...
2012-10-26 Christian Helmerprobably fixed loads, changed greedy condition
2012-10-26 Christian HelmerFixed high hoisting, additional comments, correct debug...
2012-10-26 Christian Helmerhoist high generates new node
2012-10-26 Christian Helmermaybe fixed error where nontranslated expression needed...
2012-10-26 Christian HelmerGVN fixes
2012-10-26 Christian Helmerfixed leader problem
2012-10-26 Christian Helmerreverted antic_in
2012-10-26 Christian Helmerbetter available constant handling
2012-10-26 Christian HelmerDifferent management of antic sets.
2012-10-26 Christian Helmerimplemented true GVN
2012-10-26 Christian Helmerfixed bug where projections ended up in the wrong blocks
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-14 Sebastian BuchwaldFixed compile error in optimize build.
2012-05-18 Sebastian BuchwaldBeautified GVN-PRE code.
2012-02-17 Christian HelmerNew basic gvnpre implementation.
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename irnodemap to irnodehashmap
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-09 Matthias Braunremove DivMod
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-10 Sebastian Buchwaldtypos
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
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- Put typical case of pass construction into irtools
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Michael Beck- used new irg_walk_blkwise_dom_top_down() to calculate...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-30 Michael Beck- BugFix: cleanup cannot work with a precalculated...
2008-08-28 Michael BeckArg: add a missing inc_irg_visited, who has deleted it?
2008-08-19 Michael Beckdetect fully/partly redundant by inspection node index ...
2008-08-19 Michael Beck- more doxygen comments
2008-07-09 Michael Beck -BugFix: exp_gen sets must be cleaned
2008-07-09 Michael Beck- BugFix: Antic_in computation must always add exp_gen
2008-07-08 Michael Beckfixed warnings
2008-07-08 Michael Beckremoved unused (and buggy) trans_set, thios is NOT...
2008-07-08 Michael Beckfor now, deactivate edges, they will crash with this...
2008-07-08 Michael Becknew GVN-PRE implementation
2008-01-02 Michael Beckupdate copyright message
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-30 Michael Beckupdated header
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-09-12 Matthias Brauneven more warning fixes
2006-08-04 Christoph MallonFix warnings
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-03 Michael Becknewest implementation
2006-02-14 Michael Beckfixed memory handling
2006-02-09 Michael BeckBugFixes:
2006-02-09 Michael Beckwhen calculating "nice_value", skip Proj's
2006-02-09 Michael Beckremoved unused function
2006-02-02 Michael Beckreplaced pset_union by more correct value_union (does...
2006-02-02 Michael Beckmore changes. Works for the examples ...
2006-01-31 Michael Beckfactored out value_replace() to make it more like VanDr...
2006-01-27 Michael Becksome functions renamed for cleaner understanding
next