| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some __builtin_expect magic to StringMap. | Benjamin Kramer | 2012-08-29 | 1 | -4/+5 |
* | Fix PR13148, an inf-loop in StringMap. | Chandler Carruth | 2012-06-19 | 1 | -1/+1 |
* | Switch StringMap from an array of structures to a structure of arrays. | Benjamin Kramer | 2011-12-27 | 1 | -27/+34 |
* | Reset StringMap's NumTombstones on clears and rehashes. | Jakob Stoklund Olesen | 2011-03-30 | 1 | -0/+3 |
* | Prevent infinite growth of SmallMap instances. | Jakob Stoklund Olesen | 2011-03-30 | 1 | -1/+13 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 |
* | Move StringMap's string has function into StringExtras.h | Daniel Dunbar | 2009-10-17 | 1 | -16/+3 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -16/+10 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | stringmap memory managed with malloc now | Chris Lattner | 2007-04-04 | 1 | -1/+1 |
* | use calloc instead of new/memset, it is more efficient | Chris Lattner | 2007-04-04 | 1 | -4/+2 |
* | Extend StringMap to support being initialized as completely empty. When | Chris Lattner | 2007-04-04 | 1 | -2/+22 |
* | greatly reduce hte default size of stringmap. | Chris Lattner | 2007-04-03 | 1 | -1/+1 |
* | Add support for removing elements out of StringMap. | Chris Lattner | 2007-02-11 | 1 | -11/+52 |
* | Replace the ugly FindValue method with STL-like find methods. | Chris Lattner | 2007-02-11 | 1 | -0/+43 |
* | remove support for stringmap visitors now that iterators exist. | Chris Lattner | 2007-02-11 | 1 | -13/+0 |
* | add support for iterators. | Chris Lattner | 2007-02-11 | 1 | -2/+9 |
* | Rename CStringMap -> StringMap, since it now supports nul characters in the | Chris Lattner | 2007-02-08 | 1 | -8/+8 |
* | Allow cstringmap to contain strings with nul characters in them. | Chris Lattner | 2007-02-08 | 1 | -4/+5 |
* | wow, the link was already broken :) | Chris Lattner | 2007-01-06 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-01-06 | 1 | -1/+4 |
* | add a highly efficient hash table that is specialized for mapping C strings | Chris Lattner | 2006-10-29 | 1 | -0/+134 |