llvm-project/compiler-rt/test
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
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux 2014-09-26 05:25:37 +00:00
builtins Implement floatsitf, floatunstfsi, which perform 2014-09-16 20:34:41 +00:00
dfsan [dfsan] Fix the declaration of dfsan_add_label. 2014-06-04 17:54:51 +00:00
lsan Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
msan [asan] De-flake one test. 2014-09-16 12:03:52 +00:00
profile profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
sanitizer_common Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
tsan tsan: fix signal_longjmp test in debug mode 2014-09-18 19:00:02 +00:00
ubsan [UBSan] Adding support of MIPS32 2014-09-26 14:16:06 +00:00
CMakeLists.txt [asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage 2014-09-24 23:54:04 +00:00
lit.common.cfg Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
lit.common.configured.in XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00