Age | Commit message (Expand) | Author | Files | Lines |
2025-08-31 | [ADT] Refactor StringMap iterators (NFC) (#156137) | Kazu Hirata | 1 | -0/+54 |
2024-11-02 | [llvm][ADT] Structured bindings for move-only types in `StringMap` (#114676) | Jan Svoboda | 1 | -0/+23 |
2024-02-02 | Reapply "[ADT][StringMap] Add ability to precompute and reuse the string hash" | David Blaikie | 1 | -0/+11 |
2023-12-14 | Revert "[ADT][StringMap] Add ability to precompute and reuse the string hash" | David Blaikie | 1 | -11/+0 |
2023-12-12 | [ADT][StringMap] Add ability to precompute and reuse the string hash | David Blaikie | 1 | -0/+11 |
2023-03-13 | [ADT] Implement {DenseMap,MapVector,StringMap}::contains | Kazu Hirata | 1 | -0/+2 |
2023-02-17 | [ADT] Fix tests for `StringMap::at` and `DenseMap::at` | Ryan Guo | 1 | -5/+1 |
2023-02-17 | [ADT] Add `at` method (assertive lookup) to DenseMap and StringMap | Ryan Guo | 1 | -0/+16 |
2022-12-25 | [NFC][ADT] Rename StringMapEntry *Create() into StringMapEntry *create. | Alexey Lapshin | 1 | -4/+4 |
2022-12-04 | [ADT] Enable structured bindings for iterating StringMap | Benjamin Kramer | 1 | -0/+10 |
2022-08-29 | [llvm][ADT] Fix formatting for files relevant to `StringMap`. | Wei Yi Tee | 1 | -18/+14 |
2022-08-29 | Revert "[llvm][ADT] Fix formatting for files relevant to `StringMap`." | Wei Yi Tee | 1 | -14/+18 |
2022-08-29 | [llvm][ADT] Fix formatting for files relevant to `StringMap`. | Wei Yi Tee | 1 | -18/+14 |
2022-07-12 | [ADT] Use Empty Base Optimization for Allocators | Nathan James | 1 | -0/+4 |
2022-01-24 | Move STLFunctionalExtras out of STLExtras | serge-sans-paille | 1 | -0/+1 |
2021-09-02 | Reland "Try to unbreak Win build differently after 973519826edb76"" | Nico Weber | 1 | -1/+15 |
2021-09-02 | Revert "Try to unbreak Win build differently after 973519826edb76" | Geoffrey Martin-Noble | 1 | -15/+1 |
2021-09-02 | Try to unbreak Win build differently after 973519826edb76 | Nico Weber | 1 | -1/+15 |
2021-09-02 | [clang-cl] Emit nicer warning on unknown /arch: arguments | Nico Weber | 1 | -0/+7 |
2020-06-19 | [clang-tidy] remove duplicate fixes of alias checkers | Daniel | 1 | -0/+64 |
2020-05-02 | [Allocator] Make Deallocate() pass alignment and make it use (de)allocate_buffer | Benjamin Kramer | 1 | -1/+1 |
2020-04-12 | clang format one more line. | Chris Lattner | 1 | -1/+1 |
2020-04-12 | NFC: Clean up the implementation of StringPool a bit, and remove dependence o... | Chris Lattner | 1 | -5/+7 |
2019-09-25 | [ADT] Add StringMap::insert_or_assign | Fangrui Song | 1 | -0/+31 |
2019-06-07 | [ADT] Enable set_difference() to be used on StringSet | Michael Pozulp | 1 | -15/+0 |
2019-06-07 | Revert "[ADT] Enable set_difference() to be used on StringSet" | Vlad Tsyrklevich | 1 | -0/+15 |
2019-06-07 | [ADT] Enable set_difference() to be used on StringSet | Michael Pozulp | 1 | -15/+0 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-09-27 | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 1 | -2/+2 |
2018-04-07 | [unittests] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 1 | -2/+2 |
2018-01-11 | Use size_t to represent the size of a StringMapEntry length and alignment rat... | Aaron Ballman | 1 | -0/+40 |
2017-03-31 | Spelling mistakes in comments. NFCI. | Simon Pilgrim | 1 | -1/+1 |
2017-03-21 | Resubmit "Improve StringMap iterator support." | Zachary Turner | 1 | -0/+29 |
2017-03-21 | Revert "Improve StringMap iterator support." | Zachary Turner | 1 | -29/+0 |
2017-03-21 | Improve StringMap iterator support. | Zachary Turner | 1 | -0/+29 |
2016-07-21 | Rename StringMap::emplace_second to try_emplace. | Benjamin Kramer | 1 | -1/+1 |
2016-04-16 | Remove some unneeded headers and replace some headers with forward class decl... | Mehdi Amini | 1 | -1/+2 |
2016-03-30 | Add a copy constructor to StringMap | Hal Finkel | 1 | -0/+27 |
2016-03-25 | StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs. | Mehdi Amini | 1 | -11/+6 |
2016-03-25 | Improve StringMap unittests: reintroduce move count, but shield against std::... | Mehdi Amini | 1 | -5/+12 |
2016-03-25 | Ensure that the StringMap does not grow during the test for pre-allocation/re... | Mehdi Amini | 1 | -0/+3 |
2016-03-25 | Disable counting the number of move in the unittest, it seems to rely on move... | Mehdi Amini | 1 | -1/+3 |
2016-03-25 | Query the StringMap only once when creating MDString (NFC) | Mehdi Amini | 1 | -14/+47 |
2016-03-25 | Adjust initial size in StringMap constructor to guarantee no grow() | Mehdi Amini | 1 | -3/+42 |
2015-02-15 | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 1 | -4/+4 |
2014-11-19 | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 1 | -6/+4 |
2014-11-14 | StringMap: Test and finish off supporting perfectly forwarded values in Strin... | David Blaikie | 1 | -1/+15 |
2014-06-23 | Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr... | David Blaikie | 1 | -2/+40 |
2014-06-20 | Revert "Add StringMap::insert(pair) consistent with the standard associative ... | Rafael Espindola | 1 | -38/+0 |
2014-06-19 | Add StringMap::insert(pair) consistent with the standard associative containe... | David Blaikie | 1 | -0/+38 |