Go to file
Sergey Matveev da9f5e7e7f [asan] Improve thread lifetime tracking on POSIX systems.
Call AsanThread::Destroy() from a late-running TSD destructor.
Previously we called it before any user-registered TSD destructors, which caused
false positives in LeakSanitizer.

llvm-svn: 192585
2013-10-14 12:01:05 +00:00
clang Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot 2013-10-14 07:13:59 +00:00
clang-tools-extra Reverted Test commit; added new line to the end of README.txt 2013-10-12 20:43:36 +00:00
compiler-rt [asan] Improve thread lifetime tracking on POSIX systems. 2013-10-14 12:01:05 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx Patch from GM to make more implicit bools explicit since we can't stop MSVC warning about this in headers and to warn is the MSVC default. No functionality change. 2013-10-13 01:02:45 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Prune unused local variable. 2013-10-11 22:02:58 +00:00
lldb Remove added file for the test commit 2013-10-14 10:12:30 +00:00
llvm [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. 2013-10-14 11:49:30 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly This test case requires assertions 2013-10-12 09:15:56 +00:00