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
2012-10-03
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2011-12-20
add a method to improve compatibility with SmallVector.
Chris Lattner
2010-09-22
Make SetVector's remove indicate whether it actually removed something.
Dan Gohman
2010-06-05
Implement operator== and operator!= for SetVector.
Dan Gohman
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