remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / opt / tailrec.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
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-07-30 Michael Beck- opt_tail_recursion() must run before optimize_funccal...
2008-04-10 Michael BeckBugFix: - there is only ONE proj_m to replace
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-03-05 Matthias Braunfix warnings
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-11-28 Michael Beckignore tail-calls with compound paraeters, not supporte...
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-08-07 Michael Beckensure that the tail call is in the same block as the...
2007-07-26 Matthias Braunworkaround firm problems when current_ir_graph is not...
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-01 Matthias Braunmoved external headers into include dir
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-08-11 Michael BeckBugFix:
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