| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 | 
| *  | Reformat. | NAKAMURA Takumi | 2015-05-25 | 1 | -2/+1 | 
| *  | Prune CRLFs. | NAKAMURA Takumi | 2015-05-25 | 1 | -4/+4 | 
| *  | Teach Twine to support SmallString. | Yaron Keren | 2015-03-17 | 1 | -7/+7 | 
| *  | Remove unnecessary llvm:: qualification. | Eric Christopher | 2014-02-26 | 1 | -2/+2 | 
| *  | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 2011-07-24 | 1 | -27/+33 | 
| *  | In Twine::str(), if the Twine stores only a std::string, just return a direct... | Frits van Bommel | 2011-07-15 | 1 | -3/+8 | 
| *  | Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. | Michael J. Spencer | 2010-12-03 | 1 | -4/+12 | 
| *  | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 2010-12-01 | 1 | -0/+12 | 
| *  | Fix Whitespace. | Michael J. Spencer | 2010-11-26 | 1 | -7/+7 | 
| *  | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner | 2010-05-05 | 1 | -4/+4 | 
| *  | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer | 2010-01-13 | 1 | -2/+8 | 
| *  | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+3 | 
| *  | Switch Twine::str() to use toVector(), which is now efficient. | Daniel Dunbar | 2009-08-19 | 1 | -14/+4 | 
| *  | Add missing flush(). | Daniel Dunbar | 2009-08-02 | 1 | -0/+3 | 
| *  | Twine: Directly support int, long, and long long types. | Daniel Dunbar | 2009-07-30 | 1 | -17/+29 | 
| *  | 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/+18 | 
| *  | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 2009-07-29 | 1 | -11/+37 | 
| *  | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+91 |