index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Twine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support/ADT/Twine: Add toNullTerminatedStringRef.
Michael J. Spencer
2010-12-01
1
-0
/
+8
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
1
-10
/
+10
*
Implement rdar://7415680 - Twine integer support lacks greatness
Chris Lattner
2010-05-05
1
-7
/
+8
*
Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the
Benjamin Kramer
2010-01-13
1
-2
/
+6
*
add new isSingleStringRef()/getSingleStringRef() methods to twine,
Chris Lattner
2010-01-13
1
-0
/
+30
*
Twine: Stores kinds as uchar instead of bitfield to be friendlier to the
Daniel Dunbar
2009-11-19
1
-4
/
+4
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Add a fast path for setName("") on an unnamed value.
Daniel Dunbar
2009-08-19
1
-0
/
+10
*
Twine: Directly support int, long, and long long types.
Daniel Dunbar
2009-07-30
1
-16
/
+33
*
Twine: Use raw_ostream::write_hex, remove unused itohexstr method.
Daniel Dunbar
2009-07-30
1
-7
/
+0
*
Twines: Don't allow implicit conversion from integers, this is too tricky.
Daniel Dunbar
2009-07-30
1
-4
/
+4
*
Twine: Provide [u]int{32,64} conversions via implicit constructors instead of
Daniel Dunbar
2009-07-30
1
-14
/
+31
*
MSVC build fix. Patch by Olaf Krzikalla!
Benjamin Kramer
2009-07-29
1
-0
/
+1
*
Twines: Support numeric conversion directly (uitostr, etc).
Daniel Dunbar
2009-07-29
1
-8
/
+45
*
Fix constructor types
Daniel Dunbar
2009-07-24
1
-2
/
+2
*
Add Twine ADT.
Daniel Dunbar
2009-07-24
1
-0
/
+347