Age | Commit message (Expand) | Author |
---|---|---|
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth |
2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner |
2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar |
2009-07-29 | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer |
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar |
2009-07-24 | Add Twine ADT. | Daniel Dunbar |