Go to file
Petar Jovanovic c2e0427b94 [UBSan] Adding support of MIPS32
Changed files: 
config-ix.cmake: Enabled UBSan for MIPS32
sanitizer_stacktrace.cc: Program counter for MIPS32 is four byte aligned
and a delay slot so subtracted PC by 8 for getting call site address.
cast-overflow.cpp: Added big endian support for this test case.

Patch by Sagar Thakur.

Differential Revision: http://reviews.llvm.org/D4881

llvm-svn: 218519
2014-09-26 14:16:06 +00:00
clang clang/test/CodeGen/builtin-assume-aligned.c: Fix for -Asserts. 2014-09-26 09:37:15 +00:00
clang-tools-extra Corrected a comment in check_clang_tidy_fix.sh 2014-09-26 12:51:13 +00:00
compiler-rt [UBSan] Adding support of MIPS32 2014-09-26 14:16:06 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld [PECOFF] Fix module definition file output 2014-09-25 00:52:38 +00:00
lldb gtest: modified Xcode integration so gtest assert/expect failure now shows error content in the error marker at the line of failure. 2014-09-26 12:58:25 +00:00
llvm [X86][SchedModel] SSE reciprocal square root instruction latencies. 2014-09-26 12:56:44 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly We do not support alias checks for base pointers defined inside the SCoP 2014-09-24 21:04:29 +00:00