Go to file
Tobias Grosser 9f3d55cf3d Generate scalar initialization loads at the beginning of the start BB
Our OpenMP code generation generated part of its launching code directly into
the start basic block and without this change the scalar initialization was
run _after_ the OpenMP threads have been launched. This resulted in
uninitialized scalar values to be used.

llvm-svn: 246427
2015-08-31 11:06:19 +00:00
clang [OPENMP 4.0] Codegen for array sections. 2015-08-31 07:32:19 +00:00
clang-tools-extra Updated to make use of the AST matcher instead of a custom matcher; NFC. 2015-08-28 19:40:30 +00:00
compiler-rt [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMA 2015-08-28 20:40:50 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Move __lazy_* metafunctions to type traits and add tests 2015-08-31 03:50:31 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind [libunwind] Add support for OpenRISC 1000. 2015-08-31 05:26:37 +00:00
lld COFF: Improve dllexported name mangling compatibility. 2015-08-31 08:43:21 +00:00
lldb Differential Review: http://reviews.llvm.org/D12363 2015-08-28 14:42:03 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction 2015-08-31 07:51:36 +00:00
openmp Fix for Fortran modules build (from C.Bergstrom) 2015-08-31 09:21:21 +00:00
polly Generate scalar initialization loads at the beginning of the start BB 2015-08-31 11:06:19 +00:00