becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / adt / bitset.h
2012-12-12 Matthias Braunremove license stuff from files
2012-11-25 Christoph Mallonrbitset: Handle the edge case that the start position...
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-06 Michael BeckPartly revert r28208 by using ir_printf with %zu format...
2011-01-05 Matthias Braunfix warnings about wrong format specifiers for size_t
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2008-10-11 Matthias Braunmore firm_config.h includes removed
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
2007-06-01 Matthias Braunmove adt headers
2007-05-15 Christian Würdigbitset_popcnt returns number of set bits as unsigned
2007-05-10 Michael BeckFixed header
2007-05-10 Michael BeckAdd declarations for bitset_andnot(), bitset_or() and...
2007-05-10 Michael Beckused bitset_pos_t type to suppress warnings
2007-05-10 Sebastian HackAdded btset intersection test and a "fast" bitset empty...
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-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
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