index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
msan
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NOLINTs from compiler-rt
Vitaly Buka
2019-09-11
1
-22
/
+22
*
compiler-rt: Rename .cc file in lib/msan/tests to .cpp
Nico Weber
2019-08-01
4
-6
/
+11
*
[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS
Hubert Tong
2019-05-01
1
-1
/
+2
*
[Sanitizer] Add interceptor for wctomb
Pavel Labath
2019-03-29
1
-0
/
+10
*
[msan] Fix BMI2 detection in msan tests, take 2.
Jonas Hahnfeld
2019-03-15
1
-1
/
+1
*
[msan] Fix BMI2 detection in msan tests.
Evgeniy Stepanov
2019-03-12
1
-1
/
+1
*
[msan] Properly guard tests added by r355348; NFC
Hubert Tong
2019-03-08
1
-4
/
+2
*
[msan] Instrument x86 BMI intrinsics.
Evgeniy Stepanov
2019-03-04
1
-1
/
+147
*
[Sanitizer] Add interceptor for pthread_sigmask
Pavel Labath
2019-02-26
1
-0
/
+8
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
1
-9
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Skip unsupported MSan tests on NetBSD
Kamil Rytarowski
2018-10-09
1
-0
/
+4
*
Disable MSan tests of prlimit on FreeBSD
Dimitry Andric
2018-06-13
1
-1
/
+1
*
Port msan_test.cc to NetBSD
Kamil Rytarowski
2018-05-19
1
-61
/
+76
*
[msan] Don't check divisor shadow in fdiv.
Evgeniy Stepanov
2018-05-18
1
-1
/
+0
*
[Fuzzer] Avoid the unnecessary rebuild of the custom libc++
Petr Hosek
2018-03-07
1
-1
/
+1
*
[CMake] Remove -stdlib= which is unused when passing -nostdinc++
Jonas Hahnfeld
2018-02-01
1
-0
/
+3
*
[sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...
Vitaly Buka
2018-01-30
1
-0
/
+7
*
Reland "[Fuzzer] Parametrize add_custom_libcxx"
Petr Hosek
2018-01-21
1
-2
/
+3
*
Revert "[Fuzzer] Parametrize add_custom_libcxx"
Petr Hosek
2018-01-20
1
-2
/
+1
*
[Fuzzer] Parametrize add_custom_libcxx
Petr Hosek
2018-01-20
1
-1
/
+2
*
Set of corrections for MSan/NetBSD
Kamil Rytarowski
2017-12-14
1
-2
/
+2
*
[CMake] Support runtimes and monorepo layouts when looking for libcxx
Petr Hosek
2017-12-12
1
-1
/
+1
*
[msan] add strtouq msan interceptor
Vitaly Buka
2017-12-05
1
-0
/
+1
*
[msan] Fix return type of mbrtowc
Vitaly Buka
2017-11-30
1
-7
/
+9
*
Linux needs to include sys/uio.h for readv, preadv
Stephan Bergmann
2017-11-30
1
-0
/
+3
*
[msan] Switch the pvalloc overflow test to a lit test
Benjamin Kramer
2017-08-04
1
-6
/
+0
*
[msan] Check for pvalloc overflow
Kostya Kortchinsky
2017-08-02
1
-0
/
+6
*
[msan] Reverting D36093
Kostya Kortchinsky
2017-07-31
1
-11
/
+0
*
[msan] Check for pvalloc overflow
Kostya Kortchinsky
2017-07-31
1
-0
/
+11
*
[compiler-rt] Add missing quotation marks to msan_compile invocation
Krzysztof Parzyszek
2017-07-28
1
-1
/
+1
*
[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer tests
George Karpenkov
2017-07-28
1
-22
/
+15
*
[msan] Intercept wcscat, wcsncat.
Evgeniy Stepanov
2017-06-27
1
-0
/
+42
*
[asan] Add strndup/__strndup interceptors.
Pierre Gousseau
2017-06-01
1
-2
/
+11
*
Revert r302781 and subsequent attempts to disable part of it.
Daniel Jasper
2017-05-18
1
-4
/
+2
*
[msan] Remove a failing test from MemorySanitizer.ICmpRelational
Alexander Potapenko
2017-05-12
1
-2
/
+4
*
[asan] Recommit of r301904: Add strndup/__strndup interceptors
Pierre Gousseau
2017-05-11
1
-2
/
+4
*
[msan] Fix getmntent{_r} for empty /etc/fstab
Adhemerval Zanella
2017-05-10
1
-2
/
+46
*
Revert r301904 causing tsan test failure in x86_64-linux-autoconf
Pierre Gousseau
2017-05-02
1
-4
/
+2
*
[asan] Add strndup/__strndup interceptors if targeting linux.
Pierre Gousseau
2017-05-02
1
-2
/
+4
*
[msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported.
Vitaly Buka
2017-04-13
1
-4
/
+13
*
Revert "[msan] Fix msan_test broken after r299884."
Vitaly Buka
2017-04-13
1
-2
/
+2
*
[msan] Fix msan_test broken after r299884.
Vitaly Buka
2017-04-13
1
-2
/
+2
*
[msan] Fix invalid use of vector constructor introduced by r299884.
Vitaly Buka
2017-04-13
1
-1
/
+1
*
[msan] Choose in runtime if IPv4 or IPv6 are supported.
Vitaly Buka
2017-04-10
2
-9
/
+54
*
[msan] Wrap sockaddr_in and socket for future IPv6 support.
Vitaly Buka
2017-04-10
1
-51
/
+77
*
[msan] Reorder unittests for future parametrization.
Vitaly Buka
2017-04-10
1
-68
/
+68
*
[sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...
Kostya Serebryany
2017-03-29
1
-0
/
+15
*
[msan] Test for _mm_getcsr and _mm_setcsr (r296848).
Evgeniy Stepanov
2017-03-03
1
-0
/
+12
*
Make cmake link flag naming consistent
Francis Ricci
2017-01-10
1
-3
/
+3
[next]