remove unused PDEQ_VRFY
[libfirm] / ir / adt /
2007-05-10 Sebastian HackAdded btset intersection test and a "fast" bitset empty...
2007-05-05 Matthias Braunadd pkgconfig stuff, always build libfirm_xmalloc separ...
2007-05-02 Matthias Braunadded doxygen comments
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckTypo fixed.
2007-04-26 Michael BeckBugFix: rbitset_alloca() cannot be implemented as a...
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckFixed memory leak
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 Michael BeckRenamed all this into self for C++ compatibility
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-04-25 Michael BeckNew files added
2007-04-20 Christian Würdigkey is int again
2007-04-19 Christian Würdigfixed off-by-one error
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigchanged key to double
2007-04-19 Christian Würdigfixed CRLF
2007-04-18 Matthias Braunnew pset implementation
2007-04-18 Christian Würdiginitial checkin of priority queue implementation
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-30 Andreas Schösserfixed inline to INLINE
2007-03-30 Andreas Schösserremoved ";"
2007-03-30 Christian Würdigfixed inline to INLINE
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-27 Christian Würdigadded comments
2007-03-27 Christian Würdigfixed typo
2007-03-27 Christian Würdignstall raw_bitfield.h
2007-03-26 Matthias Braunnew, faster hashset
2007-03-20 Matthias Braunmissing assert.h
2007-03-20 Matthias Braunimprove some bitfiddle functions, add ceil_po2 and...
2007-03-20 Matthias Braunadd COMPILETIME_ASSERT, LIKELY and UNLIKELY to util.h
2007-03-19 Matthias Braun- Added raw_bitset.h it contains routines for handling...
2007-03-13 Matthias Braunpmap keys can be const
2007-02-14 Christian WürdigBugFix: bitset_flip was broken
2007-02-13 Christian Würdigadded foreach_set macro (behaves like foreach_pset)
2007-02-01 Michael Beckfixed missing sizeof ...
2007-01-29 Michael Beckcombined two allocations
2007-01-29 Matthias BraunFixed bad memset, which didn't correctly initialize...
2007-01-26 Matthias Braunadd pset.c to avoid strange hackery in Makefiles
2006-12-10 Matthias Braunadded several missing #include config.h
2006-12-04 Matthias Braunimproved comments
2006-09-25 Christian Würdigchanged api
2006-09-20 Christian Würdigadded weighted bipartite matching with hungarian method
2006-09-20 Christian Würdigchanged solve function, return now 0 or negative on...
2006-09-20 Christian Würdigextended dumper
2006-09-14 Matthias Braunwarning fix
2006-09-13 Christian Würdigadded find_value and has_value functions
2006-09-13 Christian Würdigadded option to choose between perfect and normal matching
2006-09-13 Christian Würdigadded comment and cvs id
2006-09-13 Christian Würdigbipartite matching based on hungarian method
2006-09-12 Matthias Braunwarning fixes
2006-09-11 Matthias Braunmissing includes
2006-09-06 Christian Würdigfixed plist_new when no obstack is given
2006-09-06 Christian Würdigadded plist constructor with foreign obstack
2006-08-31 Sebastian HackRemoved arning
2006-08-31 Sebastian HackCosmetic changes
2006-08-30 Christian Würdigmade code more firm style
2006-08-29 Matthias Braunfix uf_union if merging a set with itself
2006-08-04 Sebastian HackAdded unionfind by Matthias
2006-06-19 Michael Beckchange array containing indeces from double to int
2006-06-06 Michael Beckadd missing del_waitq()
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-05 Michael Beckdoxygen docu added
2006-05-31 Adam Szalkowskiadded a routine to solve a system of linear equations...
2006-05-29 Michael BeckAdd macros to use a pdeq as a stack
2006-05-29 Michael Beckmake two local variables static
2006-05-29 Michael Beckadded xmalloc.h include
2006-05-18 Michael BeckAdded macros to use a pdeq as a wait queue
2006-05-05 Michael Beckadded () to supress warnings
2006-05-02 Sebastian HackAdded add_saturated
2006-04-28 Michael BeckBugFix: do return -1 if no bit is found
2006-04-21 Michael BeckAdd a new dumper
2006-04-11 Michael Beckfixed foreach macro
2006-04-11 Michael Beckforeach_pset macro added
2006-03-24 Sebastian HackFixed a subtle bug
2006-03-22 Sebastian HackFixed a bug
2006-03-17 Sebastian HackFixed a subtle bug
2006-03-14 Sebastian HackBack to the old version. Perhaps bitset_next() works now
2006-03-14 Sebastian HackFixed some typos
2006-03-14 Daniel Grund*** empty log message ***
2006-03-14 Sebastian HackBackported from libcore
2006-03-05 Michael Beckused xmalloc instead of malloc
2006-03-05 Michael Beckuse xmalloc instead of malloc, safe one allocation
2006-03-03 Michael Beckreplaced old panic module by newer error handling module
2006-02-25 Sebastian HackAdded dumper for bipartite graphs
2006-01-31 Christian Würdiginstall xmalloc.h
2006-01-28 Christian Würdignew adt bipartite added
2006-01-27 Sebastian HackAdded flip_all function
2006-01-27 Sebastian HackAdded bipartite graphs
2006-01-16 Daniel Grundadded pmap_count
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-11-19 Michael Beckpset.c added
2005-11-08 Sebastian HackRemoved code from the old prefetch stuff in the linux...
2005-10-30 Michael Beckeset_count() added
2005-10-28 Michael Beckmore config.h stuff added
next