index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
test
/
msan
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Fix underflow in qsort interceptor.
Evgenii Stepanov
2020-01-06
1
-0
/
+7
*
[msan] Check qsort input.
Evgenii Stepanov
2020-01-06
1
-0
/
+5
*
Reland "[msan] Intercept qsort, qsort_r."
Reid Kleckner
2019-12-27
1
-0
/
+73
*
Revert "[msan] Intercept qsort, qsort_r."
Reid Kleckner
2019-12-27
1
-73
/
+0
*
Revert "[msan] Check qsort input."
Evgenii Stepanov
2019-12-26
1
-5
/
+0
*
[msan] Check qsort input.
Evgenii Stepanov
2019-12-23
1
-0
/
+5
*
[msan] Intercept qsort, qsort_r.
Evgenii Stepanov
2019-12-23
1
-0
/
+73
*
Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."
Jonas Devlieghere
2019-12-20
1
-78
/
+0
*
[msan] Check qsort input.
Evgenii Stepanov
2019-12-20
1
-0
/
+5
*
[msan] Intercept qsort, qsort_r.
Evgenii Stepanov
2019-12-20
1
-0
/
+73
*
[compiler-rt] [test] Add missing %run to fread_fwrite MSAN test
Michał Górny
2019-12-19
1
-1
/
+1
*
[compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD
Michał Górny
2019-12-06
1
-0
/
+3
*
Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
Jan Korous
2019-11-08
1
-1
/
+1
*
Revert "[compiler-rt] Fix tests after 03b84e4f6d0"
Jeremy Morse
2019-11-08
1
-1
/
+1
*
[compiler-rt] Fix tests after 03b84e4f6d0
Jan Korous
2019-11-07
1
-1
/
+1
*
[compiler-rt] [msan] Support POSIX iconv(3) on NetBSD 9.99.17+
Kamil Rytarowski
2019-11-04
1
-1
/
+10
*
Fix lld detection in standalone compiler-rt.
Evgenii Stepanov
2019-10-24
1
-1
/
+3
*
[msan] Intercept __getrlimit.
Evgeniy Stepanov
2019-09-30
1
-0
/
+16
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
1
-0
/
+18
*
compiler-rt: Remove .cc from all lit config files
Nico Weber
2019-08-05
1
-1
/
+1
*
compiler-rt: Rename .cc file in test/msan to .cpp
Fangrui Song
2019-08-02
136
-78
/
+78
*
try to fix bots more after r367562
Nico Weber
2019-08-01
1
-6
/
+6
*
try to fix bots after r367562
Nico Weber
2019-08-01
1
-3
/
+3
*
compiler-rt: Rename .cc file in lib/msan to .cpp
Nico Weber
2019-08-01
2
-11
/
+11
*
[Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSD
Alexander Richardson
2019-07-31
1
-1
/
+0
*
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner
2019-06-27
5
-5
/
+5
*
[MSan] Introduce __msan_unpoison_param().
Matt Morehouse
2019-05-09
1
-0
/
+51
*
[NFC] Use clearer naming for local variables
JF Bastien
2019-04-10
1
-9
/
+9
*
[sanitizer] Intercept bzero.
Evgeniy Stepanov
2019-03-04
1
-0
/
+16
*
[msan] Add an interceptor for ttyname().
Evgeniy Stepanov
2019-03-01
1
-3
/
+6
*
Reland "[compiler-rt] Intercept the bcmp() function."
Clement Courbet
2019-03-01
2
-2
/
+2
*
Revert "[compiler-rt] Intercept the bcmp() function."
Vlad Tsyrklevich
2019-02-26
2
-2
/
+2
*
[compiler-rt] Fix test broken by r354851.
Clement Courbet
2019-02-26
2
-2
/
+2
*
[msan] Fix name_to_handle_at test on overlayfs.
Evgeniy Stepanov
2019-02-19
1
-1
/
+1
*
[msan] Remove cxa_atexit_race.cc
Vitaly Buka
2019-02-19
1
-35
/
+0
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
1
-1
/
+3
*
[msan] Don't delete MSanAtExitRecord
Vitaly Buka
2019-02-14
1
-0
/
+35
*
[test] Disable sunrpc tests when rpc/xdr.h is missing
Michal Gorny
2019-01-14
3
-0
/
+6
*
[test] Detect glibc-2.27+ and XFAIL appropriate tests
Michal Gorny
2019-01-09
1
-0
/
+5
*
Enable test/msan/pthread_getname_np.cc for NetBSD
Kamil Rytarowski
2018-12-15
1
-1
/
+5
*
[sanitizer] Use AT_EXECFN in ReExec() if available
Benjamin Kramer
2018-11-06
1
-0
/
+23
*
Mark 4 MSan tests as XFAIL for NetBSD
Kamil Rytarowski
2018-10-09
4
-0
/
+12
*
Mark MSan fork test as UNSUPPORTED on NetBSD
Kamil Rytarowski
2018-10-09
1
-0
/
+3
*
[Msan] Fix unit test linkage issue on FreeBSD
David Carlier
2018-09-11
1
-1
/
+1
*
[MSan] Define %clang_kmsan for KMSAN tests
Alexander Potapenko
2018-09-07
1
-0
/
+6
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+60
*
[MSan] revert r341528 to unbreak the bots
Alexander Potapenko
2018-09-06
1
-55
/
+0
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+55
*
[msan] Remove XFAIL: freebsd from test/msan/tls_reuse.cc
Fangrui Song
2018-08-18
1
-1
/
+0
*
[CMake] Use normalized Windows target triples
Petr Hosek
2018-08-09
1
-1
/
+1
[next]