verify: Clarify assertion message.
[libfirm] / ir / adt / bipartite.c
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-08-24 Sebastian BuchwaldUse @version tag
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
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-06-15 Sebastian HackDon't use bitset_min anymore
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
2006-12-10 Matthias Braunadded several missing #include config.h
2006-09-20 Christian Würdigextended dumper
2006-04-21 Michael BeckAdd a new dumper
2006-03-24 Sebastian HackFixed a subtle bug
2006-03-17 Sebastian HackFixed a subtle bug
2006-03-05 Michael Beckuse xmalloc instead of malloc, safe one allocation
2006-02-25 Sebastian HackAdded dumper for bipartite graphs
2006-01-27 Sebastian HackAdded bipartite graphs