added a callback function to check whether a given entity is a allocation call
[libfirm] / ir / opt / escape_ana.c
2007-05-23 Michael Beckadded a callback function to check whether a given...
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-02 Matthias Braunentity is ir_entity now
2006-06-08 Michael Beckrenamed type to ir_typrenamed type to ir_type
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-05 Michael Beckmissing include added
2005-11-13 Michael Beckplace only such entities on the frame, where the type...
2005-11-07 Michael Beckhandle unknown_entity right
2005-11-07 Michael BeckBugfix: Must check against end block, not end node ...
2005-11-07 Michael BeckBugFix: wrong environment address
2005-11-07 Michael Beckfixed soem off by one errors
2005-11-03 Michael Beckinitial escape analysis added