Go to file
Ben Craig 7d00f97048 [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Instead of excluding all known operating systems that are not derived from BSD,
I now include all operating systems that claim to be derived from BSD.
Hopefully, that will make it so that this check doesn't need to change for
every new operating system that comes along.

http://reviews.llvm.org/D16634

llvm-svn: 259193
2016-01-29 13:53:23 +00:00
clang Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump(). 2016-01-29 13:46:15 +00:00
clang-tools-extra docs/conf.py: update copyright year 2016-01-27 18:29:16 +00:00
compiler-rt [cfi] Simplify the code in CfiSlowPathCommon. 2016-01-28 19:58:26 +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 Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting 2016-01-29 13:53:23 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Replace StringRef with std::string in LinkerDriver::addLibrary(StringRef Name) because std::string is destroyed after assigning what fills the buffer with garbage and StringRef is no more valid. 2016-01-29 10:52:52 +00:00
lldb Fix crash in lldb-mi when stack variable name is nullptr. This always happens when execution stops in try scope with unnamed catch clause 2016-01-29 12:17:09 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [IR] Move definitions of users of Use::set to Value.h 2016-01-29 12:47:05 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly Remove autotools build system 2016-01-28 12:00:33 +00:00