Go to file
Michael Kruse 678aa336fa [ScopBuilder] Exclude ignored intrinsics from explicit instruction list.
Ignored intrinsics are ignored at code generation, therefore do not
need to be part of the instruction list.

Specifically, llvm.lifetime.* intrinisics are removed before code
generation, referencing them would cause a use-after-free error.

Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>

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

llvm-svn: 304483
2017-06-01 21:46:27 +00:00
clang Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:29:45 +00:00
clang-tools-extra [clangd] Mark results of clangd requests with a tag provided by the FileSystemProvider. 2017-05-30 15:11:02 +00:00
compiler-rt [ubsan] Runtime support for pointer overflow checking 2017-06-01 19:40:59 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Mark two coroutine tests as unsupported under ubsan 2017-06-01 20:00:40 +00:00
libcxxabi [libcxxabi] Rework CMakeLists.txt into modules 2017-06-01 00:09:20 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Move maybeCompress to OutputSectionCommand. 2017-06-01 16:57:48 +00:00
lldb cmake: Enable process_vm_readv detection on android 2017-06-01 11:20:17 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [AMDGPU] Fix kernel arg segment size for amdgizcl 2017-06-01 21:31:53 +00:00
openmp Re-enable assertion after the problem that caused it to be hit had been fixed 2017-06-01 18:10:45 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Exclude ignored intrinsics from explicit instruction list. 2017-06-01 21:46:27 +00:00