1. f9a1897 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  2. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  3. 259b1a4 StringMap: Test and finish off supporting perfectly forwarded values in StringMap operations. by David Blaikie · 11 years ago
  4. 16a9eab Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with private, but non-deleted, move members. by David Blaikie · 11 years ago
  5. 393b2b5 Revert "Add StringMap::insert(pair) consistent with the standard associative container concept." by Rafael Espindola · 11 years ago
  6. 37700dc Add StringMap::insert(pair) consistent with the standard associative container concept. by David Blaikie · 11 years ago
  7. 213d2f7 Convert StringMapEntry::Create to use StringRef instead of start/end pointers. Simpliies all in tree call sites. No functional change. by Craig Topper · 11 years ago
  8. 194c7d9 Remove use of = default/= delete as they're unsupported on MSVC2012 by David Blaikie · 11 years ago
  9. e08c540 Missed formatting by David Blaikie · 11 years ago
  10. 8ae8fd0 StringMap: Move assignment and move construction. by David Blaikie · 11 years ago
  11. 9cb331f StringMap support for move-only values. by David Blaikie · 11 years ago
  12. f6921f8 Fix break introduced in r198377 due to using a local type as a template parameter. by David Blaikie · 12 years ago
  13. e9c66ed Test coverage for non-default-constructible elements in a StringMap by David Blaikie · 12 years ago
  14. eba457c Remove StringMapEntryInitializer support. by David Blaikie · 12 years ago
  15. 198422a Fix PR13148, an inf-loop in StringMap. by Chandler Carruth · 13 years ago
  16. fc3856d Remove some superfluous SCOPED_TRACEs from this unit test. by Chandler Carruth · 13 years ago
  17. 7c37b1c The key of a StringMap can contain nul's in it, so having first() return by Chris Lattner · 14 years ago
  18. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  19. 00ea4a3 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 16 years ago
  20. 56869f2 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  21. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  22. e32cd94 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
  23. 2a6dad5 Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. by Bill Wendling · 17 years ago
  24. 691c20d * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 17 years ago
  25. 453b4d5 80-column violation fix. by Bill Wendling · 17 years ago
  26. 017e498 * Added unittests for StringMap by Misha Brukman · 17 years ago