hanchenye-llvm-project/compiler-rt/test
Evgeniy Stepanov a0b6899234 [msan] Fix origin propagation for select of floats.
MSan does not assign origin for instrumentation temps (i.e. the ones that do
not come from the application code), but "select" instrumentation erroneously
tried to use one of those.

https://code.google.com/p/memory-sanitizer/issues/detail?id=78

llvm-svn: 222918
2014-11-28 11:17:58 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] Disable preload tests on Android. 2014-11-26 15:44:15 +00:00
builtins Implement floatsitf, floatunstfsi, which perform 2014-09-16 20:34:41 +00:00
dfsan [DFSan] Add flag to dump the labels when the program terminates. 2014-11-20 10:01:08 +00:00
lsan [ASan] Fix leak tests on 64-bit targets other than x86-64 (take two) 2014-11-25 07:56:04 +00:00
msan [msan] Fix origin propagation for select of floats. 2014-11-28 11:17:58 +00:00
profile profile: Robustify instrprof tests 2014-11-18 23:03:14 +00:00
sanitizer_common [Sanitizer] Introduce "stack_trace_format" runtime flag. 2014-11-06 18:43:45 +00:00
tsan [TSan] Deflake test 2014-11-24 22:27:34 +00:00
ubsan Enable running Ubsan tests on FreeBSD 2014-11-10 15:31:56 +00:00
CMakeLists.txt Don't make check-sanitizer depend on profile on Windows 2014-11-21 23:09:51 +00:00
lit.common.cfg [compiler-rt] Re-enable the use of -gmlt for ASan tests on Darwin 2014-09-30 23:07:45 +00:00
lit.common.configured.in XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00