index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Twine.cpp
Age
Commit message (
Expand
)
Author
2010-12-03
Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(.
Michael J. Spencer
2010-12-01
Support/ADT/Twine: Add toNullTerminatedStringRef.
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-05
Change errs() to dbgs().
David Greene
2009-08-19
Switch Twine::str() to use toVector(), which is now efficient.
Daniel Dunbar
2009-08-02
Add missing flush().
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
Twine: Provide [u]int{32,64} conversions via implicit constructors instead of
Daniel Dunbar
2009-07-29
Twines: Support numeric conversion directly (uitostr, etc).
Daniel Dunbar
2009-07-24
Add Twine ADT.
Daniel Dunbar