| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unused includes in Utility's source files | Raphael Isemann | 2019-12-13 | 1 | -1/+0 |
| * | Revert "make ConstString allocate memory in non-tiny chunks" | Raphael Isemann | 2019-10-17 | 1 | -7/+2 |
| * | make ConstString allocate memory in non-tiny chunks | Lubos Lunak | 2019-10-11 | 1 | -2/+7 |
| * | Remove unused function 'SetMangledCounterparts' (NFC) | Jonas Devlieghere | 2019-08-06 | 1 | -17/+0 |
| * | Prevent unnecessary conversion from StringRef to C-string [NFC] | Raphael Isemann | 2019-04-14 | 1 | -1/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -4/+0 |
| * | Pass ConstString by value (NFC) | Adrian Prantl | 2019-03-06 | 1 | -5/+5 |
| * | Fix strlen() of unbound array undefined behavior | Jan Kratochvil | 2019-02-06 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove comments after header includes. | Jonas Devlieghere | 2018-11-11 | 1 | -9/+9 |
| * | Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()... | Stefan Granitz | 2018-08-14 | 1 | -5/+0 |
| * | Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the... | Stefan Granitz | 2018-08-14 | 1 | -5/+10 |
| * | Change ConstString::SetCStringWithMangledCounterpart to use StringRef | Pavel Labath | 2018-08-06 | 1 | -27/+23 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -15/+13 |
| * | Re-land: "[Support] Replace HashString with djbHash." | Jonas Devlieghere | 2018-02-26 | 1 | -2/+2 |
| * | Revert "[Support] Replace HashString with djbHash." | Jonas Devlieghere | 2018-02-26 | 1 | -2/+2 |
| * | [Support] Replace HashString with djbHash. | Jonas Devlieghere | 2018-02-26 | 1 | -2/+2 |
| * | Remove lock from ConstString::GetLength | Pavel Labath | 2017-04-28 | 1 | -18/+11 |
| * | iwyu fixes on lldbUtility. | Zachary Turner | 2017-04-06 | 1 | -8/+12 |
| * | Switch std::call_once to llvm::call_once | Kamil Rytarowski | 2017-02-06 | 1 | -2/+3 |
| * | Remove LIBLLDB_LOG_VERBOSE category | Pavel Labath | 2017-02-05 | 1 | -0/+6 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -0/+336 |