| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "[ADT] Make Twine's copy constructor private." | Zachary Turner | 2017-10-11 | 1 | -8/+0 |
| * | [ADT] Make Twine's copy constructor private. | Zachary Turner | 2017-10-11 | 1 | -0/+8 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Fix compilation. | Evgeniy Stepanov | 2016-12-17 | 1 | -1/+1 |
| * | Add support for formatv to llvm::Twine. | Zachary Turner | 2016-12-17 | 1 | -1/+27 |
| * | Teach Twine to support SmallString. | Yaron Keren | 2015-03-17 | 1 | -0/+10 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 2011-07-24 | 1 | -2/+6 |
| * | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 1 | -0/+8 |
| * | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 2009-07-30 | 1 | -2/+1 |
| * | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 2009-07-30 | 1 | -6/+7 |
| * | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer | 2009-07-29 | 1 | -1/+1 |
| * | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 2009-07-29 | 1 | -0/+12 |
| * | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+63 |