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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[unittests] ADT: silence -Wself-assign diagnostics
Roman Lebedev
2018-04-07
1
-2
/
+2
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
1
-5
/
+5
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add support for DenseMap/DenseSet count and find using const pointers
Daniel Berlin
2017-03-10
1
-0
/
+14
*
[ADT] Remove CachedHash<T>.
Justin Lebar
2016-10-18
1
-49
/
+0
*
[DenseMap] Add a C++17-style try_emplace method.
Benjamin Kramer
2016-07-21
1
-0
/
+10
*
Add a CachedHash structure.
Rafael Espindola
2016-04-21
1
-0
/
+49
*
StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs.
Mehdi Amini
2016-03-25
1
-11
/
+16
*
Disable counting the number of move in the unittest, it seems to rely on move...
Mehdi Amini
2016-03-25
1
-3
/
+6
*
Fix DenseMap::reserve(): the formula was wrong
Mehdi Amini
2016-03-25
1
-7
/
+118
*
Fix unittests: resize() -> reserve()
Mehdi Amini
2016-03-22
1
-1
/
+1
*
DenseMap: make .resize() do the intuitive thing
Fiona Glaser
2016-03-15
1
-0
/
+13
*
Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it...
Michael Gottesman
2015-10-31
1
-0
/
+16
*
[ADT] Teach DenseMap to support StringRef keys.
Chandler Carruth
2015-06-24
1
-0
/
+25
*
Explicitly default DenseMapTest::CtorTest::operator=
David Blaikie
2015-03-04
1
-0
/
+1
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-1
/
+0
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-0
/
+1
*
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