llvm-project/compiler-rt/test
Evgeniy Stepanov 226965259d [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)
* add __cfi_slowpath_diag with a 3rd parameter which is a pointer to
  the diagnostic info for the ubsan handlers.
*__cfi_check gets a 3rd parameter as well.
* unify vcall/cast/etc and icall diagnostic info format, and merge
  the handlers to have a single entry point (actually two points due
  to abort/noabort variants).
* tests

Note that this comes with a tiny overhead in the non-diag mode:
cfi_slowpath must pass 0 as the 3rd argument to cfi_check.

llvm-svn: 258744
2016-01-25 23:34:38 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] print an additional hint when reporting a container overflow 2016-01-20 19:49:12 +00:00
builtins Add a generic version of __divtc3.c for long double complex division. 2015-11-22 19:13:49 +00:00
cfi [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part) 2016-01-25 23:34:38 +00:00
dfsan [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686 2015-07-31 10:50:29 +00:00
lsan [LSan] Ignore all allocations made inside pthread_create. 2016-01-16 00:57:25 +00:00
msan [compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.cc 2016-01-12 15:16:34 +00:00
profile [PGO] Add a test case covering IR based VP instrumentation 2016-01-25 22:33:29 +00:00
safestack Ensure safestack overflow test doesn't segfault 2016-01-07 22:19:12 +00:00
sanitizer_common [MSan] Add a test case for r258339. 2016-01-21 17:51:08 +00:00
tsan [powerpc] make test case as xfail 2016-01-25 23:03:04 +00:00
ubsan When building without DIA SDK, don't set suppressions.cpp fail 2016-01-22 20:26:10 +00:00
CMakeLists.txt Revert "Fix CMake warning in CFI tests." 2016-01-08 19:56:45 +00:00
lit.common.cfg When building without DIA SDK, don't set suppressions.cpp fail 2016-01-22 20:26:10 +00:00
lit.common.configured.in When building without DIA SDK, don't set suppressions.cpp fail 2016-01-22 20:26:10 +00:00