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
/
SmallString.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow SmallString to implicitly convert to StringRef.
Daniel Dunbar
2009-11-21
1
-1
/
+4
*
add a simple c_str() method to SmallString.
Chris Lattner
2009-09-19
1
-0
/
+6
*
Prune #includes.
Benjamin Kramer
2009-09-04
1
-3
/
+0
*
Change SmallString::operator{=,+=} to take a StringRef.
Daniel Dunbar
2009-08-22
1
-3
/
+3
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
1
-8
/
+0
*
Add SmallString::str (which returns a StringRef); this is more efficient than
Daniel Dunbar
2009-08-19
1
-0
/
+3
*
Remove SmallString::append_*int* methods; how many copies of int -> str
Daniel Dunbar
2009-08-19
1
-41
/
+0
*
Fix a fixme, patch by Ryan Flynn!
Chris Lattner
2009-07-15
1
-2
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-14
/
+14
*
add an operator= to assign to smallstring.
Chris Lattner
2008-11-20
1
-0
/
+5
*
Bring in uint32_t, uint64_t, and int64_t types for MSVC.
Argyrios Kyrtzidis
2008-04-17
1
-0
/
+1
*
fix off by one error.
Chris Lattner
2008-04-16
1
-2
/
+2
*
give smallstring some methods to do 'itoa'.
Chris Lattner
2008-04-16
1
-0
/
+41
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
add a missing operator
Chris Lattner
2007-04-23
1
-0
/
+5
*
Add SmallString a (currently) minimal class that adapts SmallVector to be
Chris Lattner
2006-10-30
1
-0
/
+57