Age | Commit message (Expand) | Author | Files | Lines |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -0/+1 |
2017-10-15 | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 1 | -1/+1 |
2017-10-12 | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 1 | -1/+1 |
2017-10-11 | Revert "[ADT] Make Twine's copy constructor private." | Zachary Turner | 1 | -2/+4 |
2017-10-11 | [ADT] Make Twine's copy constructor private. | Zachary Turner | 1 | -4/+2 |
2017-01-28 | Cleanup dump() functions. | Matthias Braun | 1 | -1/+3 |
2016-12-17 | Add support for formatv to llvm::Twine. | Zachary Turner | 1 | -0/+12 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2015-05-25 | Reformat. | NAKAMURA Takumi | 1 | -2/+1 |
2015-05-25 | Prune CRLFs. | NAKAMURA Takumi | 1 | -4/+4 |
2015-03-17 | Teach Twine to support SmallString. | Yaron Keren | 1 | -7/+7 |
2014-02-26 | Remove unnecessary llvm:: qualification. | Eric Christopher | 1 | -2/+2 |
2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 1 | -27/+33 |
2011-07-15 | In Twine::str(), if the Twine stores only a std::string, just return a direct... | Frits van Bommel | 1 | -3/+8 |
2010-12-03 | Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. | Michael J. Spencer | 1 | -4/+12 |
2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer | 1 | -0/+12 |
2010-11-26 | Fix Whitespace. | Michael J. Spencer | 1 | -7/+7 |
2010-05-05 | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner | 1 | -4/+4 |
2010-01-13 | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer | 1 | -2/+8 |
2010-01-05 | Change errs() to dbgs(). | David Greene | 1 | -2/+3 |
2009-08-19 | Switch Twine::str() to use toVector(), which is now efficient. | Daniel Dunbar | 1 | -14/+4 |
2009-08-02 | Add missing flush(). | Daniel Dunbar | 1 | -0/+3 |
2009-07-30 | Twine: Directly support int, long, and long long types. | Daniel Dunbar | 1 | -17/+29 |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 1 | -2/+1 |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 1 | -6/+18 |
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 1 | -11/+37 |
2009-07-24 | Add Twine ADT. | Daniel Dunbar | 1 | -0/+91 |