moved external headers into include dir
[libfirm] / ir / opt / scalar_replace.c
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