Go to file
Kostya Kortchinsky 56f5f17349 [msan] Check for pvalloc overflow
Summary:
`CheckForPvallocOverflow` was introduced with D35818 to detect when pvalloc
would wrap when rounding up to the next multiple of the page size.

Add this check to MSan's pvalloc implementation.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: llvm-commits

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

llvm-svn: 309601
2017-07-31 18:45:17 +00:00
clang [Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC) 2017-07-31 18:17:38 +00:00
clang-tools-extra [clangd] Allow to get vfs::FileSystem used inside codeComplete. 2017-07-31 17:09:29 +00:00
compiler-rt [msan] Check for pvalloc overflow 2017-07-31 18:45:17 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc add __kernel_exec macros 2017-07-28 03:39:03 +00:00
libcxx Mark LWG 2942 as complete 2017-07-30 22:28:08 +00:00
libcxxabi libcxxabi: Suppress LLVM_ENABLE_MODULES 2017-07-31 09:35:08 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld Fix the order of section that are not on an order file. 2017-07-28 15:36:15 +00:00
lldb Fix LLDB crash accessing unknown DW_FORM_* attributes 2017-07-31 17:02:52 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [llc][NFC] Update message in assert. 2017-07-31 18:31:04 +00:00
openmp Fix comments and build messages concerning TSX 2017-07-28 19:05:17 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Simplify] Remove all kinds of redundant scalar writes. 2017-07-31 17:04:55 +00:00