Go to file
Evgeniy Stepanov d140aec490 [asan] Remove zero FSR check on ARM.
The kernel on Nexus 5X returns error_code in ucontext which has
correct FSR_WRITE flag, but empty (zero) abort type field. Removing
the checks means that we will report all SEGVs as READ on very old
kernels, but will properly distinguish READ vs WRITE on moderately
old ones.

llvm-svn: 276803
2016-07-26 21:02:45 +00:00
clang Modules: follow up to r276769. 2016-07-26 19:56:12 +00:00
clang-tools-extra [include-fixer] Don't add qualifiers in missing complete type cases. 2016-07-26 16:32:42 +00:00
compiler-rt [asan] Remove zero FSR check on ARM. 2016-07-26 21:02:45 +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 Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. 2016-07-26 14:29:45 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind][ARM] Add support for Thumb1 targets 2016-07-25 09:21:56 +00:00
lld Remove return type that can trivially be inferred. 2016-07-26 19:34:10 +00:00
lldb The ARM single-step handling needs to look for breakpoint on the next instruction. 2016-07-26 19:50:25 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [Hexagon] Post-increment loads/stores enhancements 2016-07-26 20:30:30 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly GPGPU: Load GPU kernels 2016-07-25 16:31:21 +00:00