- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
- 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- 41a9ee9 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
- 337462b [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- de4be35 Add support for formatv to llvm::Twine. by Zachary Turner · 9 years ago
- eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
- 5582a6a Reformat. by NAKAMURA Takumi · 10 years ago
- fb3bd71 Prune CRLFs. by NAKAMURA Takumi · 10 years ago
- 1ee89fc Teach Twine to support SmallString. by Yaron Keren · 11 years ago
- a13839f Remove unnecessary llvm:: qualification. by Eric Christopher · 12 years ago
- 9650f06 Add Twine support for characters, and switch twine to use a union internally by Chris Lattner · 14 years ago
- f8bf4c2 In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation. by Frits van Bommel · 14 years ago
- 73e60d0 Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. by Michael J. Spencer · 15 years ago
- f2cc828 Support/ADT/Twine: Add toNullTerminatedStringRef. by Michael J. Spencer · 15 years ago
- f13f442 Fix Whitespace. by Michael J. Spencer · 15 years ago
- d7f69cb Implement rdar://7415680 - Twine integer support lacks greatness by Chris Lattner · 15 years ago
- 2e06b93 Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the by Benjamin Kramer · 16 years ago
- f92e671 Change errs() to dbgs(). by David Greene · 16 years ago
- ea579e3 Switch Twine::str() to use toVector(), which is now efficient. by Daniel Dunbar · 16 years ago
- 2eaf396 Add missing flush(). by Daniel Dunbar · 16 years ago
- a91dd9b Twine: Directly support int, long, and long long types. by Daniel Dunbar · 16 years ago
- bd8556e Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 16 years ago
- e8b3236 Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 16 years ago
- b49994a Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 16 years ago
- afcf5b3 Add Twine ADT. - Not currently used. by Daniel Dunbar · 16 years ago