- Change ~(x - 1) -> -x to ~(x + -1) -> -x, because the former pattern is always...
[libfirm] / ir / adt / pqueue.c
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