llvm-6502/include
Daniel Dunbar 425d08c654 Switch raw_svector_ostream to use the vector as the ostream buffer.
- This avoids unnecessary malloc/free overhead in the common case, and
   unnecessary copying from the ostream buffer into the output vector.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79434 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-19 17:54:29 +00:00
..
llvm Switch raw_svector_ostream to use the vector as the ostream buffer. 2009-08-19 17:54:29 +00:00
llvm-c Expose some extra functions to llvm-c 2009-08-19 08:36:49 +00:00