summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan
Commit message (Expand)AuthorAgeFilesLines
* [msan] Fix underflow in qsort interceptor.Evgenii Stepanov2020-01-061-0/+7
* [msan] Check qsort input.Evgenii Stepanov2020-01-061-0/+5
* Reland "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-271-0/+73
* Revert "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-271-73/+0
* Revert "[msan] Check qsort input."Evgenii Stepanov2019-12-261-5/+0
* [msan] Check qsort input.Evgenii Stepanov2019-12-231-0/+5
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-231-0/+73
* Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."Jonas Devlieghere2019-12-201-78/+0
* [msan] Check qsort input.Evgenii Stepanov2019-12-201-0/+5
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-201-0/+73
* [compiler-rt] [test] Add missing %run to fread_fwrite MSAN testMichał Górny2019-12-191-1/+1
* [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSDMichał Górny2019-12-061-0/+3
* Reland "[compiler-rt] Fix tests after 03b84e4f6d0"Jan Korous2019-11-081-1/+1
* Revert "[compiler-rt] Fix tests after 03b84e4f6d0"Jeremy Morse2019-11-081-1/+1
* [compiler-rt] Fix tests after 03b84e4f6d0Jan Korous2019-11-071-1/+1
* [compiler-rt] [msan] Support POSIX iconv(3) on NetBSD 9.99.17+Kamil Rytarowski2019-11-041-1/+10
* Fix lld detection in standalone compiler-rt.Evgenii Stepanov2019-10-241-1/+3
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-301-0/+16
* 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
OpenPOWER on IntegriCloud