Age | Commit message (Expand) | Author |
2013-04-18 | Fix typo | Eli Bendersky |
2012-09-13 | Fix Doxygen issues: | Dmitri Gribenko |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
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 |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-26 | Fix Whitespace. | Michael J. Spencer |
2010-05-05 | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner |
2010-01-13 | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer |
2010-01-13 | add new isSingleStringRef()/getSingleStringRef() methods to twine, | Chris Lattner |
2009-11-19 | Twine: Stores kinds as uchar instead of bitfield to be friendlier to the | Daniel Dunbar |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-08-19 | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar |
2009-07-30 | Twine: Directly support int, long, and long long types. | Daniel Dunbar |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar |
2009-07-30 | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar |
2009-07-29 | MSVC build fix. Patch by Olaf Krzikalla! | Benjamin Kramer |
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar |
2009-07-24 | Fix constructor types | Daniel Dunbar |
2009-07-24 | Add Twine ADT. | Daniel Dunbar |