Go to file
Gerolf Hoflehner 5f6268a40e Inline a function when the always_inline attribute
is set even when it contains a indirect branch.
The attribute overrules correctness concerns
like the escape of a local block address.

This is for rdar://16501761

llvm-svn: 206429
2014-04-17 00:21:52 +00:00
clang Attempting to unbreak the MSVC 2012 build a second time. 2014-04-16 21:32:23 +00:00
clang-tools-extra test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
compiler-rt Move pthread_cond_* interceptors from sanitizer_common with all the ugly hacks to TSan 2014-04-16 23:06:46 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the catch. 2014-04-16 23:12:55 +00:00
libcxxabi Replace bzero with memset 2014-04-16 23:26:55 +00:00
lld Second attempt to unbreak the buildbot. 2014-04-16 23:35:12 +00:00
lldb Clean up the logic in setting timeouts a bit, and the logging as well. 2014-04-16 02:24:48 +00:00
llvm Inline a function when the always_inline attribute 2014-04-17 00:21:52 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly [C++11] Use nullptr 2014-04-16 07:33:47 +00:00