Go to file
Douglas Gregor c9be4734d6 <rdar://problem/13615607> Include SDK version information in the module hash.
This is a Darwin-SDK-specific hash criteria used to identify a
particular SDK without having to hash the contents of all of its
headers. If other platforms have such versioned files, we should add
those checks here.

llvm-svn: 179346
2013-04-12 00:18:53 +00:00
clang <rdar://problem/13615607> Include SDK version information in the module hash. 2013-04-12 00:18:53 +00:00
clang-tools-extra Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
compiler-rt [asan] inline flags(), up to 1% perf gain on malloc-intensive code 2013-04-11 18:36:04 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr. This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there. 2013-04-08 18:59:28 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [test] missing underscore while checking for test output 2013-04-11 04:20:21 +00:00
lldb New test suite option (-T) 2013-04-11 23:48:00 +00:00
llvm Add 179294 back, but don't use bit fields so that it works on big endian hosts. 2013-04-12 00:17:33 +00:00
polly ScheduleOptimizer: Use isl_map_from_union_map to extract map. 2013-04-11 05:55:13 +00:00