beifg: Factorise code to count interference components.
[libfirm] / ir / adt / pqueue.c
2012-12-12 Matthias Braunremove license stuff from files
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-24 Michael BeckSwitch pqueue to size_t.
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
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...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-24 Matthias Braunrename key to priority in pqueue
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-01-02 Michael Beckupdate copyright message
2007-04-26 Michael BeckUsed unsigned arithmitic to speed up /
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-20 Christian Würdigkey is int again
2007-04-19 Christian Würdigfixed off-by-one error
2007-04-19 Christian Würdigchanged key to double
2007-04-18 Christian Würdiginitial checkin of priority queue implementation