beloopana: Remove duplicate comments.
[libfirm] / ir / opt / scalar_replace.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-08-28 Matthias Brauncleanup irouts
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunremove return values from graph transformations
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-20 Matthias Braunchange global optdesc declarations to static
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Brauna few cleanups in scalar replacement code
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
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-30 Michael BeckFurther push size_t.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-12-16 Matthias Braunput optimisation module init function declarations...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
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
2009-05-19 Michael Beck- BugFix: add missing check for frame entities. This...
2009-03-09 Michael Beck- C99 feature removed
2009-03-08 Matthias Braunanalysis of address_tkane for union types is not that...
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2008-10-27 Michael Beck- BugFix: ensure that Convs are created in the right...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-30 Matthias Braunwhen we can do it for tuples, we can do it for Ids too
2008-09-29 Michael Beck- Look through Tuple when checking for address taken...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-04-07 Michael Beck- BugFix: SSA construction requires current block set ...
2008-04-07 Michael Beckfixed unsaved checkin ...
2008-04-07 Michael Beck- uses new SSA constructor interface, shortening and...
2008-04-05 Michael Beckswitch scalar replacement to new style debug output
2008-03-19 Michael BeckBugFix: scalar replacement should not remove volatile...
2008-01-02 Michael Beckupdate copyright message
2007-07-03 Christoph MallonRemove unused variable.
2007-06-29 Michael Beckindentation changed
2007-06-18 Matthias Braunfixed warnigns
2007-06-06 Michael Becksigned/unsigned warning fixed
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-29 Michael Beckcopy 'n' paste error fixed
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-04-29 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-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
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-09-15 Michael Beckrenamed function due to a name clash
2006-09-12 Matthias Brauneven more warning fixes
2006-08-15 Michael BeckMinor BugFix:
2006-07-31 Michael Beckuse assure_irg_outs()
2006-06-05 Michael Beckdo not remove volatile entities
2006-03-03 Michael Beckused new is_Sel()
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-08 Michael Becksome clean up
2005-10-11 Michael Beckmade is_address_taken() public
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-08-10 Michael Beckrenamed function
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-06 Michael Beckdoxygen docu fixed
2005-05-23 Michael Beckfixed FIXME
2005-05-06 Michael Becktypos fixed
2005-04-29 Beyhanfirst version of scalar_replace by Beyhan Veliev
2005-03-02 Michael Beckfixed skeleton
2005-03-01 Michael Beckscalar replacement added