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