simplify confusing entity/owner interfaces. There is no public way anymore to add...
[libfirm] / ir / opt / escape_ana.c
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-05-25 Matthias Braunfix a few warnings
2008-04-05 Michael Beck- init function for inlining added
2008-01-02 Michael Beckupdate copyright message
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-10-19 Michael Beckadd missing initialization
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-28 Christoph MallonRemove unused variables.
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
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