Go to file
Alexey Bataev 8ef3141127 [OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP program
OpenMP codegen tried to emit the code for its constructs even if it was detected as a dead-code. Added checks to ensure that the code is emitted if the code is not dead.

llvm-svn: 255990
2015-12-18 07:58:25 +00:00
clang [OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP program 2015-12-18 07:58:25 +00:00
clang-tools-extra Remove clang-modernize. 2015-12-17 11:49:19 +00:00
compiler-rt Fix typo in MSC path 2015-12-17 23:37:30 +00:00
debuginfo-tests
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
libcxxabi [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a 2015-12-14 22:20:04 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] - implemented @indntpoff (x86) relocation and its optimization. 2015-12-17 09:32:21 +00:00
lldb Fix formatting for last commit. 2015-12-18 02:15:25 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Add a test for LLVMGetBitcodeModule. 2015-12-18 03:57:26 +00:00
openmp [STATS] Properly guard the tick_time() function and its uses 2015-12-17 17:27:51 +00:00
polly Fix of a comment. 2015-12-17 20:47:10 +00:00