index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SparseBitVector.h
Age
Commit message (
Expand
)
Author
2007-10-07
Some more problems noticed by Curtis
Daniel Berlin
2007-10-05
Fix intersectWithComplement bug noticed by Curtis Dunham
Daniel Berlin
2007-10-04
Fix the previous bug a slightly different way (by modifying how find_next works)
Daniel Berlin
2007-10-04
Fix off by one error in iterator
Daniel Berlin
2007-10-04
It helps a lot when you check for the end of your list before randomly
Daniel Berlin
2007-10-04
Make SparseBitVector::set actually work properly when sets are not in ascendi...
Daniel Berlin
2007-09-26
Fix small bug in operator== for iterators
Daniel Berlin
2007-09-24
Comment fixups
Daniel Berlin
2007-09-24
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-17
That's what i get for using carbon emacs in a terminal
Daniel Berlin
2007-09-17
Fix iterator so it doesn't sometimes report bits that aren't in the bitmap
Daniel Berlin
2007-09-16
Fix bug in andersen's related to test_and_set.
Daniel Berlin
2007-09-16
Fix a few bugs related to zero'ing of elements
Daniel Berlin
2007-09-11
Move dump out of class, use "\n" instead of endl
Daniel Berlin
2007-09-11
Convert to use ilist and non-pointer lists for extra goodness
Daniel Berlin
2007-09-11
Fix bugs with &=, intersect with complement. Add three argument version of in...
Daniel Berlin
2007-09-11
Add remaining functions necessary for andersen's
Daniel Berlin
2007-09-09
Add SparseBitVector implementation
Daniel Berlin