becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / adt / raw_bitset.h
2012-12-15 Christoph Mallonbecopyheur2: Avoid all bitset copies in admissible_colo...
2012-12-12 Matthias Braunremove license stuff from files
2012-11-25 Christoph Mallonrbitset: Handle the edge case that the start position...
2012-11-25 Christoph Mallonbeinsn: Avoid copying bitsets by using a raw bitset...
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
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...