beifg: Factorise code to count interference components.
[libfirm] / ir / adt / array.c
2012-12-12 Matthias Braunremove license stuff from files
2012-11-27 Christoph Mallonutil: Remove duplicate definitions of the macros MAX...
2012-11-27 Christoph Mallonarray: Remove the attribute eltsize from struct ir_arr_...
2012-11-27 Christoph Mallonarray: Remove the write-only attribute u.obstack from...
2012-03-25 Christoph MallonTurn if (x) assert(y); into assert(!x || y);
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias BraunFix some -Wmissing-declarations warnings
2011-02-06 Christoph MallonRemove surplus {}.
2011-01-31 Christoph MallonRemove pointless assert: size_t nelts is always >= 0.
2011-01-29 Michael BeckSimplyfied firm arrays by deleting useless macro and...
2011-01-24 Michael BeckSwitch array to size_t for length parameter ...
2011-01-17 Christoph MallonRemove NOP-cast.
2010-11-05 Matthias Braunremove obsolete/unused debug stuff in ADTs
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-03-04 Michael Beckindentation changed
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-06-18 Michael BeckFixed non-standard C initializer
2007-06-17 Matthias Braunfixed warnings
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-03-29 Matthias Braunmove backend into libfirm
2005-12-01 Michael BeckUsed right macro for array descriptor implementation
2005-12-01 Michael Beckadded array_len() and array_descr() functions is debug...
2005-10-28 Michael Beckmore config.h stuff added
2005-05-23 Michael Beckdoxygen docu fixed
2004-12-02 Michael Beckrenamed cookies -> magic
2004-06-28 Michael BeckAdded doxygen comments.
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