Implement better magic to handle changing control dependencies when welding blocks
[libfirm] / ir / opt / tailrec.c
2006-05-05 Michael BeckBugFix: create new parameter Proj's in the right block
2006-04-06 Michael Beckdon't access members of the irg directly
2006-03-20 Michael Beckinvalidate extended block info after tail recursion...
2006-03-03 Michael Beckused new is_*() functions
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-10-25 Michael Becksome cleanup
2005-10-11 Michael BeckAdded check_lifetime_of_locals().
2005-04-13 Michael BeckCheck call type and method type before doing tail recur...
2005-03-22 Michael BeckBugfix: allocate the right number of in's
2005-03-18 Michael Beckadded missing include
2005-03-18 Michael Beckadded return normalization
2005-03-10 Michael Beckadded missing include
2004-12-23 Michael Becktypos fixed, removed static data
2004-12-02 Michael Beckfixed config.h include
2004-09-28 Götz Lindenmaierverbosity
2004-09-24 Michael Beckuse soem skip_Proj() to shorten the code
2004-09-08 Michael Beckbugfix: check for address entity needed
2004-08-19 Götz Lindenmaierthe inevitable inconsistencies removed
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-11 Michael BeckSave the index of the startblock in the first function...
2004-06-08 Michael Beckadd inconsistency flags
2004-06-08 Michael Beckfirst pubplic release
2004-06-08 Michael BeckInitial version of tail-recursion optimization