index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
DenseMapTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SmallDenseMap assignment operator.
Andrew Trick
2014-08-04
1
-0
/
+5
*
Fix some -Wsign-compare fallout from changing container count member function...
David Blaikie
2014-06-20
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-2
/
+2
*
fix crash in SmallDenseMap copy constructor
Duncan P. N. Exon Smith
2014-02-25
1
-0
/
+28
*
Tweak an _MSC_VER ifdef to use typename with clang in a unittest
Reid Kleckner
2014-02-13
1
-1
/
+1
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
1
-0
/
+33
*
Add a unit test for 'swap', and fix a pile of bugs in
Chandler Carruth
2012-06-17
1
-0
/
+36
*
Add tests for *DenesMap for both key and value types' construction and
Chandler Carruth
2012-06-17
1
-1
/
+46
*
Introduce a SmallDenseMap container that re-uses the existing DenseMap
Chandler Carruth
2012-06-17
1
-27
/
+35
*
Work around a bug with MSVC 10 where it fails to recognize a valid use
Chandler Carruth
2012-06-16
1
-0
/
+9
*
Type parameterize the DenseMap unit tests.
Chandler Carruth
2012-06-16
1
-87
/
+102
*
DenseMap::find_as() and unit tests.
Talin
2012-01-30
1
-0
/
+41
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-0
/
+12
*
Minor cleanup for unittest:
Misha Brukman
2009-01-07
1
-3
/
+3
*
Original patch by Talin.
Misha Brukman
2009-01-01
1
-0
/
+167