beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / adt / xmalloc.c
2012-12-12 Matthias Braunremove license stuff from files
2012-01-10 Christoph MallonEnsure that the noreturn function xnomem() does not...
2012-01-10 Christoph MallonInclude <stdio.h> for fputs().
2012-01-09 Andreas ZwinkauFix bug with panic("out of memory")
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-01-02 Michael Beckupdate copyright message
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-03-03 Michael Beckreplaced old panic module by newer error handling module
2005-10-28 Michael Beckmore config stuff
2004-12-23 Michael Beckfixed typo, removed the memset in xmalloc, xmalloc...
2004-12-23 Michael Beckadded xcalloc
2004-12-02 Michael Beckfixed config.h include
2004-02-16 Florian Liekweg*** empty log message ***
2004-02-16 Florian Liekweg*** empty log message ***
2003-08-20 Götz Lindenmaiermoved misc.h to adt, splitted into misc and xmalloc,
2003-08-19 Götz LindenmaierAdded copyright headers
2001-11-28 Boris Boesleradded Id tag
2000-05-16 Christian SchäferInitial revision