index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SmallSet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-5
/
+11
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-2
/
+3
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-4
/
+7
*
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-04
1
-0
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
1
-2
/
+2
*
Fix apostrophos.
Dan Gohman
2009-09-15
1
-1
/
+1
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-0
/
+6
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-6
/
+6
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Various bugfixes
Chris Lattner
2007-02-04
1
-1
/
+1
*
Make SmallSet<whatever*, N> faster by transparently implementing it with
Chris Lattner
2007-01-27
1
-0
/
+5
*
Give SmallSet a reasonable fallback if it gets large: use an std::set.
Chris Lattner
2007-01-27
1
-27
/
+51
*
simplify insert interface
Chris Lattner
2007-01-27
1
-3
/
+3
*
fix typo
Chris Lattner
2007-01-23
1
-1
/
+1
*
make the SmallSet interface more std::set-like
Chris Lattner
2007-01-23
1
-6
/
+13
*
add a trivial SmallSet class, which operates on a similar principle to
Chris Lattner
2007-01-23
1
-0
/
+76