Go to file
Sergey Matveev ef7db73e11 [sanitizer] Handle Die() in StopTheWorld.
Handle calls to Die() from the tracer thread. Fixes a bug where a CHECK
could fail in the tracer thread, resulting in a call to AsanDie. The tracer
thread then exited and the parent process continued execution despite its
address space being in an unusable state.

llvm-svn: 189216
2013-08-26 13:20:31 +00:00
clang Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 2013-08-26 10:32:04 +00:00
clang-tools-extra clang-replace: Layout of test directory now more standard 2013-08-22 19:44:07 +00:00
compiler-rt [sanitizer] Handle Die() in StopTheWorld. 2013-08-26 13:20:31 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: Improve support for compilers not supporting defaulted functions. 2013-08-24 21:31:37 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [lld][ELF] Cleanup ELF writing, No change in functionality 2013-08-26 03:16:13 +00:00
lldb PECOFF: Add support for export table. 2013-08-25 13:27:20 +00:00
llvm AVX-512: Added shuffle instructions - 2013-08-26 12:45:35 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00