aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/DenseMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+5
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+29
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-231-0/+33
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-171-0/+36
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-171-1/+46
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-171-27/+35
* Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth2012-06-161-0/+9
* Type parameterize the DenseMap unit tests.Chandler Carruth2012-06-161-87/+102
* DenseMap::find_as() and unit tests.Talin2012-01-301-0/+41
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-0/+12
* Minor cleanup for unittest:Misha Brukman2009-01-071-3/+3
* Original patch by Talin.Misha Brukman2009-01-011-0/+167