summaryrefslogtreecommitdiff
path: root/test/msan
Commit message (Expand)AuthorAgeFilesLines
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+18
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* compiler-rt: Rename .cc file in test/msan to .cppFangrui Song2019-08-02136-78/+78
* try to fix bots more after r367562Nico Weber2019-08-011-6/+6
* try to fix bots after r367562Nico Weber2019-08-011-3/+3
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-012-11/+11
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-311-1/+0
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-275-5/+5
* [MSan] Introduce __msan_unpoison_param().Matt Morehouse2019-05-091-0/+51
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-101-9/+9
* [sanitizer] Intercept bzero.Evgeniy Stepanov2019-03-041-0/+16
* [msan] Add an interceptor for ttyname().Evgeniy Stepanov2019-03-011-3/+6
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-012-2/+2
* Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich2019-02-262-2/+2
* [compiler-rt] Fix test broken by r354851.Clement Courbet2019-02-262-2/+2
* [msan] Fix name_to_handle_at test on overlayfs.Evgeniy Stepanov2019-02-191-1/+1
* [msan] Remove cxa_atexit_race.ccVitaly Buka2019-02-191-35/+0
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-1/+3
* [msan] Don't delete MSanAtExitRecordVitaly Buka2019-02-141-0/+35
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-143-0/+6
* [test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny2019-01-091-0/+5
* Enable test/msan/pthread_getname_np.cc for NetBSDKamil Rytarowski2018-12-151-1/+5
* [sanitizer] Use AT_EXECFN in ReExec() if availableBenjamin Kramer2018-11-061-0/+23
* Mark 4 MSan tests as XFAIL for NetBSDKamil Rytarowski2018-10-094-0/+12
* Mark MSan fork test as UNSUPPORTED on NetBSDKamil Rytarowski2018-10-091-0/+3
* [Msan] Fix unit test linkage issue on FreeBSDDavid Carlier2018-09-111-1/+1
* [MSan] Define %clang_kmsan for KMSAN testsAlexander Potapenko2018-09-071-0/+6
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-061-0/+60
* [MSan] revert r341528 to unbreak the botsAlexander Potapenko2018-09-061-55/+0
* [MSan] store origins for variadic function parameters in __msan_va_arg_origin...Alexander Potapenko2018-09-061-0/+55
* [msan] Remove XFAIL: freebsd from test/msan/tls_reuse.ccFangrui Song2018-08-181-1/+0
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Asan][Msan] Unit tests Disable some tests for FreeBSDDavid Carlier2018-07-251-1/+1
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-5/+5
* [MSan] Add functions to enable/disable interceptor checks.Matt Morehouse2018-07-061-0/+52
* [sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu2018-06-111-0/+47
* [Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov2018-06-111-133/+0
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-46/+0
* [MSan] Switch to common aligned allocs tests.Alex Shlyapnikov2018-06-092-48/+0
* [MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-084-10/+62
* [MemorySanitizer] fix mmap test for oses not implementing MAP_NORESERVE flagDavid Carlier2018-05-251-1/+5
* [msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov2018-05-181-0/+17
* [PowerPC] Disable failing dynamic tls test casesNemanja Ivanovic2018-03-211-0/+1
* MSan, FreeBSD few tests fixesVitaly Buka2018-03-152-2/+13
* [sanitizer] Add interceptors for wcsxfrm, wcsxfrm_lVitaly Buka2018-03-071-0/+30
* Adding Msan support to FreeBSDKamil Rytarowski2018-03-0311-3/+16
* [MSan] Print current stack on CHECK violationAlex Shlyapnikov2018-02-261-0/+16
* Fix racy msan testMaxim Kuvyrkov2018-02-211-0/+12
* Mark the textdomain.cc test as unsupported on BSDsKamil Rytarowski2018-02-101-0/+1
* [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka2018-01-301-0/+28