Go to file
Justin Bogner 54b112828f llvm-profdata: Avoid undefined behaviour when reading raw profiles
The raw profiles that are generated in compiler-rt always add padding
so that each profile is aligned, so we can simply treat files that
don't have this property as malformed.

Caught by Alexey's new ubsan bot. Thanks!

llvm-svn: 217708
2014-09-12 21:22:55 +00:00
clang Don't print 'NULL TYPE' when dumping a delegating constructor. 2014-09-12 21:20:53 +00:00
clang-tools-extra Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
compiler-rt [UBSan] Don't overflow when calculating memory range that should be dumped 2014-09-12 19:51:26 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc math: Add tan implementation 2014-09-10 15:43:35 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Make anonymous namespace as small as possible. 2014-09-12 17:30:13 +00:00
lldb Add logic to LLDB to figure out the types of member functions of C++ classes. Add plumbing for that all the way up to the SB layer 2014-09-12 18:45:43 +00:00
llvm llvm-profdata: Avoid undefined behaviour when reading raw profiles 2014-09-12 21:22:55 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Polly] Move MAY/MUST write property to IRAccess 2014-09-12 11:00:49 +00:00