Go to file
Alexey Bataev 2f5ed34279 Fix for PR30639: CGDebugInfo Null dereference with OpenMP array
access, by Erich Keane

OpenMP creates a variable array type with a a null size-expr. The Debug
generation failed to due to this. This patch corrects the openmp
implementation, updates the tests, and adds a new one for this
condition.

Differential Revision: https://reviews.llvm.org/D25373

llvm-svn: 284110
2016-10-13 09:52:46 +00:00
clang Fix for PR30639: CGDebugInfo Null dereference with OpenMP array 2016-10-13 09:52:46 +00:00
clang-tools-extra Recommit r283538 "[clang-move] Support moving multiple classes in one run." 2016-10-13 08:48:42 +00:00
compiler-rt Make __asan_handle_no_return a no-op during initialization 2016-10-12 22:33:57 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Revert r282345 - Use __attribute__((internal_linkage)) when available. 2016-10-13 04:07:58 +00:00
libcxxabi Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes 2016-10-12 08:54:10 +00:00
libunwind libunwind: Add OpenBSD case for _Unwind_Ptr typedef 2016-09-28 15:37:21 +00:00
lld Add "opt" to the list of test dependencies. 2016-10-13 00:49:21 +00:00
lldb Fix Python binding generation build step on Windows 2016-10-13 04:07:22 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [X86] Basic additions to support RegCall Calling Convention. 2016-10-13 07:53:43 +00:00
openmp Code cleanup for the runtime without monitor thread 2016-10-07 18:12:19 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [ScopInfo/CodeGen] ExitPHI reads are implicit. 2016-10-12 16:31:09 +00:00