index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SetVector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make SmallSetVector useful
Chris Lattner
2007-02-04
1
-4
/
+5
*
Convert SetVector to be a true adapter class and add SmallSetVector.
Chris Lattner
2007-02-03
1
-5
/
+22
*
For PR1094:
Reid Spencer
2007-01-17
1
-2
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-4
/
+4
*
Use explicit std:: qualification to avoid relying on Koenig lookup, which
Chris Lattner
2004-10-13
1
-1
/
+1
*
Fix the replace method to assert if an item was erased from the set but not
Reid Spencer
2004-09-11
1
-2
/
+2
*
Implement the remove method for deleting entries from the SetVector.
Reid Spencer
2004-09-11
1
-0
/
+11
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix typo in comment.
Brian Gaeke
2004-07-29
1
-1
/
+1
*
Add back() and pop_back() methods to SetVector
Chris Lattner
2004-07-25
1
-14
/
+28
*
Give SetVector range support
Chris Lattner
2004-07-15
1
-1
/
+17
*
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
1
-3
/
+3
*
First version of a vector with uniqueness constraints (or a set with
Reid Spencer
2004-07-08
1
-0
/
+108