History log of /external/llvm/include/llvm/ADT/SmallString.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/include/llvm/ADT/SmallString.h
54932806ac65c9818b9845ca337e57a471b31789 26-Feb-2013 Matt Arsenault <Matthew.Arsenault@amd.com> Another test commit. Remove trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176113 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
2d9eb72178af8e79dc6432cd1b7d29bde16da1b9 13-Sep-2012 Dmitri Gribenko <gribozavr@gmail.com> Fix Doxygen issues:
* wrap code blocks in \code ... \endcode;
* refer to parameter names in paragraphs correctly (\arg is not what most
people want -- it starts a new paragraph).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
55738761b393cc844e230a74e29edf4cdc37e9b8 21-Apr-2012 Chris Lattner <sabre@nondot.org> stop hiding SmallVector's append that takes a count + element.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155297 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
2527188a42b3250671b69dc979102565be1f910f 25-Jan-2012 Talin <viridia@gmail.com> Additional methods for SmallString.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148881 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
965841cfe4de695fc56cab4821fd7e032ff85b83 17-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support/Path: Deprecate PathV1::isAbsolute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122086 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
58fe86dc0ecb7efff01abe2b0024a6a53ebb2c81 09-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support: Move c_str from SmallVector back to SmallString and add a free standing
templated c_str in Windows.h to replace it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121381 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
e99bbd9ac3cc7ba2615c9b800a002e47c8e13991 06-Dec-2010 Michael J. Spencer <bigcheesegs@gmail.com> Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows PathV2
implementation needs it for wchar_t and SmallVectorImpl in general.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120984 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
983c7fe847dd3f46945f0117ab19345b9c68e88f 21-Nov-2009 Daniel Dunbar <daniel@zuster.org> Allow SmallString to implicitly convert to StringRef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
3670a01d0be3bab1aa5856fea02a854aee2b65d6 20-Sep-2009 Chris Lattner <sabre@nondot.org> add a simple c_str() method to SmallString.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82337 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
be5cded586e3a76f3175111019c51c99e38cf8e8 05-Sep-2009 Benjamin Kramer <benny.kra@googlemail.com> Prune #includes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81052 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
39db3439bfcdca4073dd513879f8ce12ee8c593b 22-Aug-2009 Daniel Dunbar <daniel@zuster.org> Change SmallString::operator{=,+=} to take a StringRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79729 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
dddfd34e32ff081409e5a1c95b991a898d63dff2 19-Aug-2009 Daniel Dunbar <daniel@zuster.org> Switch to SmallString::str from SmallString::c_str, and remove
SmallString::c_str.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79456 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
04087d069a17265b964b30e8210262bbdbc4fbec 19-Aug-2009 Daniel Dunbar <daniel@zuster.org> Add SmallString::str (which returns a StringRef); this is more efficient than
c_str().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79453 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
921be7a6f245f42accaa4f001271cb3f0c513d76 19-Aug-2009 Daniel Dunbar <daniel@zuster.org> Remove SmallString::append_*int* methods; how many copies of int -> str
conversion code do we really need?
- S.append_uint(N) can be replaced with 'raw_svector_ostream(S) << N' which is
somewhat slower due to the extra set up cost, but still plenty fast
(especially if the svector set up cost can be amortized).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79450 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
cd2b4c1846413c7e4f46e8a08b1aa94212089053 15-Jul-2009 Chris Lattner <sabre@nondot.org> Fix a fixme, patch by Ryan Flynn!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75716 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
3a54b3dc87a581c203b18050b4f787b4ca28a12c 09-Jan-2009 Misha Brukman <brukman+llvm@gmail.com> Removed trailing whitespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62000 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
0fbdfc3664830e8387c13bf817c44e8b71085142 20-Nov-2008 Chris Lattner <sabre@nondot.org> add an operator= to assign to smallstring.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59715 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
0861d1fa5c1c8ca2adb8af1df0b3fce8f6d3ba5b 17-Apr-2008 Argyrios Kyrtzidis <akyrtzi@gmail.com> Bring in uint32_t, uint64_t, and int64_t types for MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49854 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
036a94ed61da276c23b59362fc586248d1d4289d 16-Apr-2008 Chris Lattner <sabre@nondot.org> fix off by one error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49766 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
c0814dc606c8397207534bcd4adbc5525a01e83a 16-Apr-2008 Chris Lattner <sabre@nondot.org> give smallstring some methods to do 'itoa'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49765 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
7ed47a13356daed2a34cd2209a31f92552e3bdd8 29-Dec-2007 Chris Lattner <sabre@nondot.org> Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
703f5291c4f7199a95274df5e3381b36f8faf38c 23-Apr-2007 Chris Lattner <sabre@nondot.org> add a missing operator


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36375 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h
dd94c8d6b2afb9c33c364ac8f0c8f8ed5d4c04a0 30-Oct-2006 Chris Lattner <sabre@nondot.org> Add SmallString a (currently) minimal class that adapts SmallVector to be
more string-like.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31289 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/ADT/SmallString.h