Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The key of a StringMap can contain nul's in it, so having first() return | Chris Lattner | 2011-07-14 | 1 | -3/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -10/+13 |
* | unbreak unit-tests on gcc-4.4. | Torok Edwin | 2009-07-21 | 1 | -0/+1 |
* | Some generic clean-ups. Also make the StringMapEntryInitializer specializatio... | Bill Wendling | 2009-01-08 | 1 | -45/+44 |
* | * Don't explicitly cast "0" to "void*". This doesn't work well with specialized | Bill Wendling | 2009-01-08 | 1 | -3/+17 |
* | 80-column violation fix. | Bill Wendling | 2009-01-08 | 1 | -1/+1 |
* | * Added unittests for StringMap | Misha Brukman | 2009-01-08 | 1 | -0/+189 |