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
/
Linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in test/msan to .cpp
Fangrui Song
2019-08-02
26
-4
/
+4
*
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner
2019-06-27
1
-0
/
+0
*
[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
*
[msan] Fix name_to_handle_at test on overlayfs.
Evgeniy Stepanov
2019-02-19
1
-1
/
+1
*
[test] Disable sunrpc tests when rpc/xdr.h is missing
Michal Gorny
2019-01-14
3
-0
/
+6
*
[sanitizer] Use AT_EXECFN in ReExec() if available
Benjamin Kramer
2018-11-06
1
-0
/
+23
*
[MSan] Switch to common aligned allocs tests.
Alex Shlyapnikov
2018-06-09
1
-26
/
+0
*
[MSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-08
1
-0
/
+26
*
[sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...
Vitaly Buka
2018-01-30
1
-0
/
+28
*
[msan] Intercept sendmmsg, recvmmsg.
Evgeniy Stepanov
2018-01-03
1
-40
/
+97
*
Factor out "stable-runtime" feature and enable it on all android.
Evgeniy Stepanov
2017-10-10
1
-1
/
+1
*
[msan] Check sigset_t and sigaction arguments.
Evgeniy Stepanov
2017-09-05
1
-0
/
+42
*
[tsan]: Fix GNU version of strerror_r interceptor
Vitaly Buka
2017-06-07
1
-0
/
+18
*
[msan] Make test to fall-back to IPv6 if IPv4 is not available.
Vitaly Buka
2017-04-10
1
-9
/
+22
*
Replace "|&" with "2>&1 |" to support bash pre-4
Evgeniy Stepanov
2016-12-06
2
-2
/
+2
*
[MSAN][MIPS] Fix test Linux/syscalls_sigaction.cc on mips64
Sagar Thakur
2016-11-11
1
-0
/
+8
*
[sanitizer] Add interceptor for ttyname_r
Keno Fischer
2016-09-09
1
-0
/
+6
*
[mips][msan] Fix all the XPASSes following r278793 and r278795
Daniel Sanders
2016-08-18
21
-42
/
+0
*
[msan] Correct @LINE expression in obstack.cc
Daniel Sanders
2016-08-15
1
-1
/
+3
*
[mips] XFAIL mips64el tests that fail on clang-cmake-mipsel
Daniel Sanders
2016-08-15
5
-1
/
+9
*
[mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC so...
Daniel Sanders
2016-08-12
1
-2
/
+0
*
[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.
Daniel Sanders
2016-08-12
17
-0
/
+35
*
[msan] Fix handling of padding in sendmsg control data.
Evgeniy Stepanov
2016-06-28
1
-0
/
+101
*
[msan] Intercept eventfd_read, eventfd_write.
Evgeniy Stepanov
2016-06-24
1
-0
/
+18
*
[sanitizer] Add syscall handlers for sigaction and rt_sigaction.
Evgeniy Stepanov
2016-06-24
1
-0
/
+40
*
[msan] Fix syscall handlers for pipe, pipe2, socketpair.
Evgeniy Stepanov
2016-06-24
1
-1
/
+13
*
[msan] Don't check dstaddr in sendto() interceptor.
Evgeniy Stepanov
2016-06-20
1
-16
/
+7
*
[msan] Allow uninitialized padding in struct msghdr.
Evgeniy Stepanov
2016-06-20
1
-1
/
+3
*
Hide send/sendto/sendmsg interptors under a flag.
Evgeniy Stepanov
2016-06-20
1
-0
/
+7
*
[msan] Intercept send/sendto/sendmsg.
Evgeniy Stepanov
2016-06-17
1
-0
/
+83
*
[MSan] fix process_vm_readv test: Exit silently if syscall is not implemeted
Mohit K. Bhakkad
2016-02-24
1
-7
/
+15
*
[msan] Yet another attempt to fix process_vm_readv test.
Evgeniy Stepanov
2015-10-27
1
-3
/
+8
*
[msan] Fix process_vm_readv test.
Evgeniy Stepanov
2015-10-26
1
-8
/
+4
*
[msan] Re-submit test for process_vm_readv.
Evgeniy Stepanov
2015-10-23
1
-0
/
+66
*
[msan] Temporarily remove a failing test to fix the bot.
Evgeniy Stepanov
2015-10-22
1
-43
/
+0
*
[msan] Intercept process_vm_readv/writev.
Evgeniy Stepanov
2015-10-22
1
-0
/
+43
*
[msan] Intercept mincore.
Evgeniy Stepanov
2015-10-19
1
-0
/
+36
*
Disable final MSAN test in AArch64 to get the bots green
Renato Golin
2015-09-18
1
-0
/
+1
*
Remove forkpty test with -Wl,-as-needed. This currently breaks in
Daniel Jasper
2015-08-19
1
-1
/
+0
*
[msan] Intercept openpty and forkpty.
Evgeniy Stepanov
2015-08-18
1
-0
/
+19
*
[Sanitizer] Fix fopencookie() interceptor to work with null hook functions.
Alexey Samsonov
2015-07-14
1
-0
/
+6
*
[msan] Intercept fopencookie.
Evgeniy Stepanov
2015-06-19
1
-0
/
+59
*
[Msan] Make the obstack.cc test Linux-specific
Viktor Kutuzov
2015-05-08
1
-0
/
+37
*
[Msan] Make the mallinfo.cc test Linux-specific
Viktor Kutuzov
2015-05-07
1
-0
/
+12
*
[Msan] Make the ioctl_sound.cc test Linux-specific
Viktor Kutuzov
2015-05-07
1
-0
/
+29
*
[MSan] Remove explicit -m64 from RUN lines.
Alexey Samsonov
2015-03-02
10
-27
/
+27
*
[msan] Fix wrong array index in io_submit interceptor.
Evgeniy Stepanov
2014-09-08
1
-7
/
+15
*
Add %run to all lit tests
Greg Fitzgerald
2014-04-30
10
-27
/
+27
[next]