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
*
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
1
-8
/
+28
*
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-03
1
-2
/
+3
*
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
1
-0
/
+26
*
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-10-02
1
-21
/
+22
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
add a method to improve compatibility with SmallVector.
Chris Lattner
2011-12-20
1
-0
/
+6
*
Make SetVector's remove indicate whether it actually removed something.
Dan Gohman
2010-09-22
1
-1
/
+3
*
Implement operator== and operator!= for SetVector.
Dan Gohman
2010-06-05
1
-0
/
+8
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-2
/
+2
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
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