verify: Clarify assertion message.
[libfirm] / ir / adt / set.c
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2012-07-13 Christoph MallonAdd wrapper macros for set_first() and set_next(),...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2011-12-14 Matthias Braunremove STATS code alternative
2011-12-14 Matthias Braunremove DEBUG defines from set/pset
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-19 Christoph MallonRemove assert, which generates a warning, because a...
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config.h includes removed
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-01-02 Michael Beckupdate copyright message
2007-07-20 Matthias Braunadd missing includes, makefile updates
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-03-14 Götz Lindenmaierdded new routing for tr_inheritance.
2004-12-28 Michael Beckmade allocation C-like
2004-12-08 Sebastian HackAdded default pointer comparison function.
2004-12-02 Michael Beckfixed config.h include
2004-11-30 Michael BeckAdded stat() to describe if configured for STAT
2004-11-29 Michael Beckmore doxygen docu added
2004-09-28 Götz Lindenmaier I am stupid!
2004-09-28 Götz Lindenmaierfix
2004-09-27 Michael BeckBugFix: Usage of short for maxp, p lead to posible...
2004-06-28 Michael BeckRemoved useless misc.h
2004-06-22 Michael BeckFixed expansion again (hopefully last time :-)
2004-06-22 Michael BeckAdded functionality:
2004-06-22 Michael BeckBugFix: when a table was expanded, the new segment...
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2003-11-21 Michael BeckMake INLINE definition identical to the libFIRM definition
2003-08-20 Götz Lindenmaiermoved misc.h to adt, splitted into misc and xmalloc,
2003-08-19 Götz LindenmaierAdded copyright headers
2003-02-13 Michael BeckAdded set_hinsert0() to add a string to a set and zero...
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-18 Götz LindenmaierRemoved some statics generating warnings.
2002-12-18 Götz LindenmaierAdded static to static methods
2002-07-05 Götz Lindenmaier*** empty log message ***
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2001-11-28 Boris Boesleradded Id tag
2000-05-16 Christian SchäferInitial revision