index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SmallString.h
Age
Commit message (
Expand
)
Author
2013-02-26
Another test commit. Remove trailing whitespace.
Matt Arsenault
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-04-21
stop hiding SmallVector's append that takes a count + element.
Chris Lattner
2012-01-24
Additional methods for SmallString.
Talin
2010-12-17
Support/Path: Deprecate PathV1::isAbsolute.
Michael J. Spencer
2010-12-09
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-06
Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...
Michael J. Spencer
2009-11-21
Allow SmallString to implicitly convert to StringRef.
Daniel Dunbar
2009-09-19
add a simple c_str() method to SmallString.
Chris Lattner
2009-09-04
Prune #includes.
Benjamin Kramer
2009-08-22
Change SmallString::operator{=,+=} to take a StringRef.
Daniel Dunbar
2009-08-19
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
Add SmallString::str (which returns a StringRef); this is more efficient than
Daniel Dunbar
2009-08-19
Remove SmallString::append_*int* methods; how many copies of int -> str
Daniel Dunbar
2009-07-15
Fix a fixme, patch by Ryan Flynn!
Chris Lattner
2009-01-09
Removed trailing whitespace.
Misha Brukman
2008-11-20
add an operator= to assign to smallstring.
Chris Lattner
2008-04-17
Bring in uint32_t, uint64_t, and int64_t types for MSVC.
Argyrios Kyrtzidis
2008-04-16
fix off by one error.
Chris Lattner
2008-04-16
give smallstring some methods to do 'itoa'.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-04-23
add a missing operator
Chris Lattner
2006-10-30
Add SmallString a (currently) minimal class that adapts SmallVector to be
Chris Lattner