Go to file
Jonas Hahnfeld dbf627dbd4 [OMPT] Avoid SEGV when a worker thread needs its parallel id behind the barrier
When the code behind the barrier is executed, the master thread may have
already resumed execution. That's why we cannot safely assume that *pteam
is not yet freed.

This has been introduced by r258866.

llvm-svn: 259037
2016-01-28 10:39:45 +00:00
clang Add backend dignostic printer for unsupported features 2016-01-28 10:07:34 +00:00
clang-tools-extra docs/conf.py: update copyright year 2016-01-27 18:29:16 +00:00
compiler-rt putting requires on one line - ppc still executes my tests. 2016-01-28 02:24:35 +00:00
debuginfo-tests
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [libcxx] Remove pragmas that were needed to suppress warnings produced 2016-01-28 06:13:36 +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 Do not use return with a function whose return type is void. 2016-01-27 22:23:44 +00:00
lldb fixed Xcode gtest build failure 2016-01-28 08:16:18 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Add backend dignostic printer for unsupported features 2016-01-28 10:07:27 +00:00
openmp [OMPT] Avoid SEGV when a worker thread needs its parallel id behind the barrier 2016-01-28 10:39:45 +00:00
polly ScopInfo: Never add read accesses for synthesizable values 2016-01-27 22:51:56 +00:00