summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseBitVector.h
Commit message (Expand)AuthorAge
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Add operator= implementations to SparseBitVector, allowing it to be used in G...Owen Anderson2008-04-07
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Dial down gcc's warnings: don't use 0UL when 0U suffices (and when theScott Michel2008-03-18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix bugs in iterator invalidationDaniel Berlin2007-11-15
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-13
* Some more problems noticed by CurtisDaniel Berlin2007-10-07
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-05
* Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin2007-10-04
* Fix off by one error in iteratorDaniel Berlin2007-10-04
* It helps a lot when you check for the end of your list before randomlyDaniel Berlin2007-10-04
* Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin2007-10-04
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-26
* Comment fixupsDaniel Berlin2007-09-24
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-24
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-17
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-17
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-16
* Fix a few bugs related to zero'ing of elementsDaniel Berlin2007-09-16
* Move dump out of class, use "\n" instead of endlDaniel Berlin2007-09-11
* Convert to use ilist and non-pointer lists for extra goodnessDaniel Berlin2007-09-11
* Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin2007-09-11
* Add remaining functions necessary for andersen'sDaniel Berlin2007-09-11
* Add SparseBitVector implementationDaniel Berlin2007-09-09