Go to file
Eric Fiselier ebcc86e469 Add 'inline' but not 'always_inline' to std::strings destructor.
Adding both 'inline' and 'always_inline' to the destructor has been contentious.
However most of the performance benefits can be gained by only adding 'inline',
and there is no reason to hold up that change while discussing the other.

llvm-svn: 285538
2016-10-31 03:42:50 +00:00
clang [analyzer] NumberObjectConversion: support more types, misc updates. 2016-10-31 03:08:48 +00:00
clang-tools-extra [include-fixer] Make error message sound less like clang crashed. 2016-10-28 13:00:49 +00:00
compiler-rt [asan] Set the darwin deployment target for the dead-strip test 2016-10-29 00:27:07 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Add 'inline' but not 'always_inline' to std::strings destructor. 2016-10-31 03:42:50 +00:00
libcxxabi Mark thread exit test as unsupported w/o threads 2016-10-30 20:05:52 +00:00
libunwind [libunwind] Add support for Fuchsia 2016-10-23 21:48:47 +00:00
lld Attempt to fix a buildbot really this time. 2016-10-29 01:28:06 +00:00
lldb Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols 2016-10-29 00:29:15 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Make a test case more rigorous; NFC 2016-10-31 03:32:45 +00:00
openmp Fixed a memory leak related to task dependencies. 2016-10-27 11:43:07 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRemoveSMax rewriter 2016-10-29 06:19:34 +00:00