Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |