- teach the analyzer how to handle inner functions
[libfirm] / ir / opt / scalar_replace.c
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