Cosmetic changes
[libfirm] / ir / adt / bitset.h
2006-08-31 Sebastian HackCosmetic changes
2006-05-29 Michael Beckadded xmalloc.h include
2006-04-28 Michael BeckBugFix: do return -1 if no bit is found
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-01-27 Sebastian HackAdded flip_all function
2005-08-10 Daniel GrundBugfix in mask highest.
2005-07-20 Sebastian HackFixed a bug in bitset_mask_highest and bitset_set_all
2005-07-19 Michael Beckfixed iterator type
2005-07-19 Daniel Grundint i;
2005-07-19 Daniel Grundnewest biset from libcore
2005-05-23 Michael Beckdoxygen docu adde
2005-04-28 Sebastian HackSome cosmetics
2005-04-28 Sebastian HackChanged the name highest_bit to size
2005-04-21 Sebastian HackUnused bits in the last unit are now cleared
2005-04-19 Daniel Grundadded set_all func
2005-01-24 Sebastian Hackfixed a bug in bitset_next()
2005-01-11 Daniel GrundAdded bitset_for_each_clear
2004-12-21 Michael Beckfixed different types
2004-12-17 Sebastian HackFixed a bug.
2004-12-13 Hannes Jakschitschfixed buggy commit
2004-12-02 Michael Beckused new firm_config.h include
2004-11-30 Sebastian HackSome bug fixes
2004-10-27 Sebastian Hackia32 bitsets make now use of sse.
2004-10-15 Sebastian HackAdded bitfiddling routines and a bitset implementation