s/full\>/ful/.
[libfirm] / ir / adt / raw_bitset.h
2010-04-19 Matthias Braundon't hardcode 31
2010-04-19 Matthias Braunbitset size calcuation was broken (uhoh)
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
2010-03-16 Michael BeckC99 feature removed, fixed indentation.
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2007-06-01 Matthias Braunmove adt headers
2007-04-26 Michael BeckBugFix: rbitset_alloca() cannot be implemented as a...
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-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias Braun- Added raw_bitset.h it contains routines for handling...