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
/
SetVector.h
Age
Commit message (
Expand
)
Author
2009-02-20
Fixed lint errors:
Misha Brukman
2009-01-09
Removed trailing whitespace.
Misha Brukman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-02-04
Make SmallSetVector useful
Chris Lattner
2007-02-03
Convert SetVector to be a true adapter class and add SmallSetVector.
Chris Lattner
2007-01-17
For PR1094:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-13
Use explicit std:: qualification to avoid relying on Koenig lookup, which
Chris Lattner
2004-09-11
Fix the replace method to assert if an item was erased from the set but not
Reid Spencer
2004-09-11
Implement the remove method for deleting entries from the SetVector.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-29
Fix typo in comment.
Brian Gaeke
2004-07-25
Add back() and pop_back() methods to SetVector
Chris Lattner
2004-07-15
Give SetVector range support
Chris Lattner
2004-07-08
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
First version of a vector with uniqueness constraints (or a set with
Reid Spencer