Go to file
Dmitry Vyukov 2498629e34 tsan: fix another crash due to processors
Another stack where we try to free sync objects,
but don't have a processors is:

  //   ResetRange
  //   __interceptor_munmap
  //   __deallocate_stack
  //   start_thread
  //   clone

Again, it is a latent bug that lead to memory leaks.
Also, increase amount of memory we scan in MetaMap::ResetRange.
Without that the test does not fail, as we fail to free
the sync objects on stack.

llvm-svn: 269041
2016-05-10 11:19:50 +00:00
clang [OPENMP 4.0] Fixed codegen for destructors in task-based directives. 2016-05-10 10:36:51 +00:00
clang-tools-extra [include-fixer] Remove unused includes and accessor. 2016-05-10 10:12:00 +00:00
compiler-rt tsan: fix another crash due to processors 2016-05-10 11:19:50 +00:00
debuginfo-tests
libclc math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Generate code coverage for experimental libraries 2016-05-08 23:08:50 +00:00
libcxxabi libc++abi: fix visibility of personalities 2016-05-04 04:22:29 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Print member name in undefined symbol error. 2016-05-09 21:40:06 +00:00
lldb Fix race in TestExitDuringStep and unify pseudo_barrier handling 2016-05-10 07:54:25 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [OCaml] Update core test and re-enable testing 2016-05-10 11:19:20 +00:00
openmp Fine tuning of TC* macros 2016-05-07 00:00:00 +00:00
polly Codegen: Enable the detection of min/max expressions 2016-05-07 08:03:44 +00:00