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
/
DenseSet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make comment a bit more clear.
Eric Christopher
2013-01-04
1
-1
/
+2
*
Add a getMemorySize() function for DenseSet.
Argyrios Kyrtzidis
2012-12-03
1
-0
/
+1
*
Initialize DenseSets lazily.
Benjamin Kramer
2011-07-21
1
-1
/
+1
*
Add DenseSet::resize for API parity with DenseMap::resize.
Nick Lewycky
2011-01-27
1
-0
/
+3
*
Make the iterator form of erase return void, since it always succeeds,
Dan Gohman
2010-09-01
1
-2
/
+2
*
Fill out the interface of DenseSet a bit.
Owen Anderson
2010-07-27
1
-0
/
+6
*
Iterator traits and swap. closes PR6548 and PR6549
Andrew Lenharth
2010-03-08
1
-0
/
+16
*
Make DenseSet's erase pass on the return value rather than swallowing it.
Dan Gohman
2010-02-02
1
-2
/
+2
*
Remove unneeded ';' and a class/struct mismatch (noticed by clang).
Daniel Dunbar
2009-12-09
1
-1
/
+1
*
remove extraneous comma clang warns about
Chris Lattner
2009-12-06
1
-1
/
+1
*
Add range insert method for DenseSet and define DenseMapInfo for chars.
Chris Lattner
2009-04-01
1
-0
/
+7
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-16
/
+16
*
Make DenseMap's insert return a pair, to more closely resemble std::map.
Dan Gohman
2008-07-07
1
-4
/
+4
*
Have DenseSet::insert return a bool indicating whether the insertion succeede...
Owen Anderson
2008-07-02
1
-2
/
+2
*
Implement != for DenseSet iterators.
Ted Kremenek
2008-04-24
1
-0
/
+2
*
Added iterator support for DenseSet.
Ted Kremenek
2008-04-24
1
-4
/
+38
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Mark count method const.
Chris Lattner
2007-10-05
1
-1
/
+1
*
Add a new DenseSet abstraction.
Chris Lattner
2007-09-30
1
-0
/
+61