Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print quoted backslashes in LLVM IR as \\ instead of \5C | Reid Kleckner | 2019-10-10 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ADT] Support converting to lowercase string in toHex | Petr Hosek | 2018-09-10 | 1 | -0/+2 |
* | [ADT] Replace std::isprint by llvm::isPrint. | Michael Kruse | 2018-07-26 | 1 | -0/+18 |
* | [ADT] Make escaping fn conform to coding guidelines | Jonas Devlieghere | 2018-05-31 | 1 | -2/+2 |
* | [ADT] Add unit test for PrintHTMLEscaped | Jonas Devlieghere | 2018-05-30 | 1 | -0/+7 |
* | [Support] Add unit test for printLowerCase | Francis Visoiu Mistrih | 2017-11-28 | 1 | -0/+8 |
* | Fix double->float truncation warning on MSVC | Simon Pilgrim | 2017-06-23 | 1 | -2/+2 |
* | [ADT] Add llvm::to_float | Pavel Labath | 2017-06-23 | 1 | -1/+19 |
* | [StringExtras] Add a fromHex to complement toHex. | Zachary Turner | 2017-04-25 | 1 | -0/+16 |
* | Add llvm::join_items to StringExtras. | Zachary Turner | 2016-09-27 | 1 | -0/+52 |