Go to file
Alp Toker bc4d1a3604 raw_svector_ostream: grow and reserve atomically
Including the scratch buffer size in the initial reservation eliminates the
subsequent malloc+move operation and offers a healthier constant growth with
less memory wastage.

When doing this, take care to avoid invalidating the source buffer.

llvm-svn: 212816
2014-07-11 14:02:04 +00:00
clang Tiny improvement in a test (missing quote) 2014-07-11 11:53:18 +00:00
clang-tools-extra Modify the tests to use FileCheck -implicit-check-not option being proposed in D4462 2014-07-11 13:44:51 +00:00
compiler-rt [ASan/Win] Don't apply dllexport to __asan_init in the DLL thunk 2014-07-11 13:46:05 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Make cmake cxxflags match those in lib/buildit. 2014-07-10 22:23:03 +00:00
lld [Mips] Make rel-dynamic-11.test test case independent from external input files. 2014-07-11 13:42:04 +00:00
lldb Enable the ability to enable debug info generation when evaluating expressions. 2014-07-11 01:03:57 +00:00
llvm raw_svector_ostream: grow and reserve atomically 2014-07-11 14:02:04 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove unnecessary isl annotations 2014-07-11 09:02:41 +00:00