| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -2/+2 |
* | [unittests] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-07 | 1 | -2/+2 |
* | Use size_t to represent the size of a StringMapEntry length and alignment rat... | Aaron Ballman | 2018-01-11 | 1 | -0/+40 |
* | Spelling mistakes in comments. NFCI. | Simon Pilgrim | 2017-03-31 | 1 | -1/+1 |
* | Resubmit "Improve StringMap iterator support." | Zachary Turner | 2017-03-21 | 1 | -0/+29 |
* | Revert "Improve StringMap iterator support." | Zachary Turner | 2017-03-21 | 1 | -29/+0 |
* | Improve StringMap iterator support. | Zachary Turner | 2017-03-21 | 1 | -0/+29 |
* | Rename StringMap::emplace_second to try_emplace. | Benjamin Kramer | 2016-07-21 | 1 | -1/+1 |
* | Remove some unneeded headers and replace some headers with forward class decl... | Mehdi Amini | 2016-04-16 | 1 | -1/+2 |
* | Add a copy constructor to StringMap | Hal Finkel | 2016-03-30 | 1 | -0/+27 |
* | StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs. | Mehdi Amini | 2016-03-25 | 1 | -11/+6 |
* | Improve StringMap unittests: reintroduce move count, but shield against std::... | Mehdi Amini | 2016-03-25 | 1 | -5/+12 |
* | Ensure that the StringMap does not grow during the test for pre-allocation/re... | Mehdi Amini | 2016-03-25 | 1 | -0/+3 |
* | Disable counting the number of move in the unittest, it seems to rely on move... | Mehdi Amini | 2016-03-25 | 1 | -1/+3 |
* | Query the StringMap only once when creating MDString (NFC) | Mehdi Amini | 2016-03-25 | 1 | -14/+47 |
* | Adjust initial size in StringMap constructor to guarantee no grow() | Mehdi Amini | 2016-03-25 | 1 | -3/+42 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -4/+4 |
* | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 2014-11-19 | 1 | -6/+4 |
* | StringMap: Test and finish off supporting perfectly forwarded values in Strin... | David Blaikie | 2014-11-14 | 1 | -1/+15 |
* | Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr... | David Blaikie | 2014-06-23 | 1 | -2/+40 |
* | Revert "Add StringMap::insert(pair) consistent with the standard associative ... | Rafael Espindola | 2014-06-20 | 1 | -38/+0 |
* | Add StringMap::insert(pair) consistent with the standard associative containe... | David Blaikie | 2014-06-19 | 1 | -0/+38 |
* | Convert StringMapEntry::Create to use StringRef instead of start/end pointers... | Craig Topper | 2014-06-11 | 1 | -3/+3 |
* | Remove use of = default/= delete as they're unsupported on MSVC2012 | David Blaikie | 2014-05-09 | 1 | -4/+9 |
* | Missed formatting | David Blaikie | 2014-05-08 | 1 | -11/+11 |
* | StringMap: Move assignment and move construction. | David Blaikie | 2014-05-08 | 1 | -0/+67 |
* | StringMap support for move-only values. | David Blaikie | 2014-05-08 | 1 | -0/+16 |
* | Fix break introduced in r198377 due to using a local type as a template param... | David Blaikie | 2014-01-03 | 1 | -6/+6 |
* | Test coverage for non-default-constructible elements in a StringMap | David Blaikie | 2014-01-02 | 1 | -0/+15 |
* | Remove StringMapEntryInitializer support. | David Blaikie | 2014-01-02 | 1 | -17/+0 |
* | Fix PR13148, an inf-loop in StringMap. | Chandler Carruth | 2012-06-19 | 1 | -0/+22 |
* | Remove some superfluous SCOPED_TRACEs from this unit test. | Chandler Carruth | 2012-06-19 | 1 | -6/+0 |
* | 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 |