aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseBitVector.h
AgeCommit message (Expand)Author
2007-10-07Some more problems noticed by CurtisDaniel Berlin
2007-10-05Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin
2007-10-04Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin
2007-10-04Fix off by one error in iteratorDaniel Berlin
2007-10-04It helps a lot when you check for the end of your list before randomlyDaniel Berlin
2007-10-04Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin
2007-09-26Fix small bug in operator== for iteratorsDaniel Berlin
2007-09-24Comment fixupsDaniel Berlin
2007-09-24Implement offline variable substitution in order to reduce memoryDaniel Berlin
2007-09-17That's what i get for using carbon emacs in a terminalDaniel Berlin
2007-09-17Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin
2007-09-16Fix bug in andersen's related to test_and_set.Daniel Berlin
2007-09-16Fix a few bugs related to zero'ing of elementsDaniel Berlin
2007-09-11Move dump out of class, use "\n" instead of endlDaniel Berlin
2007-09-11Convert to use ilist and non-pointer lists for extra goodnessDaniel Berlin
2007-09-11Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin
2007-09-11Add remaining functions necessary for andersen'sDaniel Berlin
2007-09-09Add SparseBitVector implementationDaniel Berlin