Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
4c621593e8df1ac25f86ea5d638f426e92dc27b1
4c62159
[msan] Remove extra backup/restore calls.
by Evgeniy Stepanov
· 11 years ago
6102afb
[asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-use-after-return.cc; add a test for UAR mode in asan_noinst_test
by Kostya Serebryany
· 11 years ago
544bdfb
Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix
by Alexey Samsonov
· 11 years ago
e5fa243
Properly generate lists of exported symbols for sanitizer runtimes
by Alexey Samsonov
· 11 years ago
0e38a67
[msan] Save/restore va_arg_overflow_tls in signal handlers.
by Evgeniy Stepanov
· 11 years ago
3354fa6
Revert r189347: it breaks on machines w/o installed debug versions of system libraries
by Alexey Samsonov
· 11 years ago
a6b03c0
LSan: Check that dynamic linker library is properly symbolized
by Alexey Samsonov
· 11 years ago
91659d5
[msan] Unpoison all TLS shadow when leaving a signal handler.
by Evgeniy Stepanov
· 11 years ago
e0a8712
[msan] Fix a data race in signal/sigaction interceptors.
by Evgeniy Stepanov
· 11 years ago
47177ef
[msan] A test for ppoll() interceptor.
by Evgeniy Stepanov
· 11 years ago
b32d1bf
[sanitizer] Simplify sigaction and sigset_t handling.
by Evgeniy Stepanov
· 11 years ago
c1f1af7
cmake: fix the compiler-rt build with MSVC
by Hans Wennborg
· 11 years ago
384a448
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
by Sergey Matveev
· 11 years ago
90629fb
[sanitizer] Handle Die() in StopTheWorld.
by Sergey Matveev
· 11 years ago
920860c
[dfsan] Integration test for the equal-labels case
by Peter Collingbourne
· 11 years ago
3c531df
[msan] Extend VAArgTLSOverwrite test.
by Evgeniy Stepanov
· 11 years ago
5bd2174
Slightly improve lint checker script and fix a few style issues
by Alexey Samsonov
· 11 years ago
25aa255
[lsan] Add a regression test for building C code.
by Sergey Matveev
· 11 years ago
ba15077
[sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scanf are not.
by Evgeniy Stepanov
· 11 years ago
8d0c5ba
[lsan] Add a stress test.
by Sergey Matveev
· 11 years ago
cf63737
[lsan] Follow-up to r189010 - do the same in Makefile build.
by Sergey Matveev
· 11 years ago
34fe7e1
[lsan] Build standalone LSan with -fno-rtti.
by Sergey Matveev
· 11 years ago
0d77f8c
Add missing ']'.
by Bill Wendling
· 11 years ago
21afede
For Darwin builds, locate tools using xcrun when available.
by Bob Wilson
· 11 years ago
ebc0484
[LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part)
by Alexey Samsonov
· 11 years ago
45c9df5
It appears that glibc 2.13 has the same thread descriptor size as 2.11,
by Chandler Carruth
· 11 years ago
8766b81
Revert r188369 (and r188455) which breaks the build on at least some
by Chandler Carruth
· 11 years ago
7840d7d
Fix endian conditions on Solaris. From Alexander Esilevich.
by Joerg Sonnenberger
· 11 years ago
13f5be4
[ASan/RTL] Disable colored reporting on Windows
by Timur Iskhodzhanov
· 11 years ago
9d95475
tsan: better report formatting for Go
by Dmitry Vyukov
· 11 years ago
a0e78c9
[ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows
by Timur Iskhodzhanov
· 11 years ago
6e4c46d
[dfsan] Initial set of custom functions and interceptors for libc.
by Peter Collingbourne
· 11 years ago
2c78b04
[dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.
by Peter Collingbourne
· 11 years ago
1a26778
[sanitizer] Add missing include.
by Evgeniy Stepanov
· 11 years ago
369ffff
[dfsan] New __dfsan_set_label runtime function.
by Peter Collingbourne
· 11 years ago
e8d2034
[dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI.
by Peter Collingbourne
· 11 years ago
e6e564d
[sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.
by Evgeniy Stepanov
· 11 years ago
1528c6c
[dfsan] Introduce dfsan_read_label runtime function.
by Peter Collingbourne
· 11 years ago
734647c
dfsan: fix lint warning
by Dmitry Vyukov
· 11 years ago
cf878fd
tsan: intercept getaddrinfo
by Dmitry Vyukov
· 11 years ago
e274841
[ASan/Win] Oops, forgot to add the attributes to the memory allocations functions
by Timur Iskhodzhanov
· 11 years ago
dbac0a4
tsan/msan: add halt_on_error flag
by Dmitry Vyukov
· 11 years ago
43e62df
[ASan/Win] Hook some memory allocation functions; passes simple sanity test now
by Timur Iskhodzhanov
· 11 years ago
68cd60c
[ASan/Win] Add the first version of the RTL thunk that should be linked with instrumented DLLs
by Timur Iskhodzhanov
· 11 years ago
9edab4f
Add a FIXME to check_lint
by Timur Iskhodzhanov
· 11 years ago
77690db
[*San/RTL] One more minor fix
by Timur Iskhodzhanov
· 11 years ago
f109267
[*San/RTL] Fix minor breakage
by Timur Iskhodzhanov
· 11 years ago
3c80c6c
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used
by Timur Iskhodzhanov
· 11 years ago
e4c3c84
[dfsan] Remove the unused __dfsan_memcpy function.
by Peter Collingbourne
· 11 years ago
fa9f5ae
[dfsan] Begin a private header and move shadow_for there.
by Peter Collingbourne
· 11 years ago
249cdca
[dfsan] Introduce dfsan_union runtime function.
by Peter Collingbourne
· 11 years ago
fa484ba
Add "CHECK-" prefix to un-break buildbot failure.
by Rui Ueyama
· 11 years ago
e18e3f0
[sanitizer] Intercept poll/ppoll.
by Evgeniy Stepanov
· 11 years ago
edff34b
[sanitizer] Intercept getgroups.
by Evgeniy Stepanov
· 11 years ago
e8a1fce
[tests] Add one more lit rename update I missed.
by Daniel Dunbar
· 11 years ago
a1b15b4
[tests] Update to use lit_config and lit package, as appropriate.
by Daniel Dunbar
· 11 years ago
31f1941
[sanitizer] Fix handling of %n in scanf interceptor.
by Evgeniy Stepanov
· 11 years ago
8283cce
[sanitizer] Limit scandir interceptor to Linux.
by Evgeniy Stepanov
· 11 years ago
224226c
[sanitizer] Intercept scandir/scandir64.
by Evgeniy Stepanov
· 11 years ago
cde3bae
tsan: better diagnostics for invalid addresses passed to free()
by Dmitry Vyukov
· 11 years ago
1204979
[sanitizer] Intercept strerror and strerror_r.
by Evgeniy Stepanov
· 11 years ago
82821fa
[sanitizer] ASan/MSan tests for r187967.
by Evgeniy Stepanov
· 11 years ago
b404b55
Simplify (and fix) check-dfsan configs
by Alexey Samsonov
· 11 years ago
eee71ae
DataFlowSanitizer; compiler-rt changes.
by Peter Collingbourne
· 11 years ago
653e452
[TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail.
by Alexander Potapenko
· 11 years ago
45c652e
[TSan] Let the users suppress use-after-free errors using the "race:" suppressions.
by Alexander Potapenko
· 11 years ago
ead14cf
ASan: fix one more test case for pipefail
by Alexey Samsonov
· 11 years ago
244a8e0
Distinguish 32-bit ASan from 64-bit ASan in lit configs
by Alexey Samsonov
· 11 years ago
f2366a9
Enable pipefail for ASan tests
by Alexey Samsonov
· 11 years ago
84ba74c
[sanitizer] Intercept sched_getaffinity.
by Evgeniy Stepanov
· 11 years ago
0172c8c
Enable pipefail for TSan tests
by Alexey Samsonov
· 11 years ago
cc5a4ac
Enable pipefail for LSan tests
by Alexey Samsonov
· 11 years ago
2120083
Revert "[sanitizer] Intercept sched_getaffinity."
by David Blaikie
· 11 years ago
a74047a
[libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc
by Alexander Potapenko
· 11 years ago
39d68ed
[sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors.
by Evgeniy Stepanov
· 11 years ago
b2dc613
[sanitizer] Intercept sched_getaffinity.
by Evgeniy Stepanov
· 11 years ago
53fbbf4
Lint fixes
by Alexey Samsonov
· 11 years ago
5c48a8c
[msan] Allocator statistics interface and malloc hooks.
by Evgeniy Stepanov
· 11 years ago
08104e6
[msan] Fix unused function warning in the tests.
by Evgeniy Stepanov
· 11 years ago
41f1540
[lsan] Add leak_check_at_exit flag.
by Sergey Matveev
· 11 years ago
534e2ba
[msan] Intercept setenv, putenv.
by Evgeniy Stepanov
· 11 years ago
3ff67e6
[msan] Fix msan tests with pipefail option.
by Evgeniy Stepanov
· 11 years ago
74422e9
[sanitizer] Tweak read syscall handler signature for consistency.
by Evgeniy Stepanov
· 11 years ago
9d34659
[sanitizer] read() syscall hook.
by Evgeniy Stepanov
· 11 years ago
6567092
[msan] Intercept pthread_join.
by Evgeniy Stepanov
· 11 years ago
5ec19bc
[msan] Intercept confstr.
by Evgeniy Stepanov
· 11 years ago
103e5b7
[asan] Limit fake stack size to a reasonable value when running with unlimited stack.
by Evgeniy Stepanov
· 11 years ago
933a5d2
[asan] Raise thread stack size limit.
by Evgeniy Stepanov
· 11 years ago
d054abe
[sanitizer] Disable ForEachMappedRegion on Android.
by Evgeniy Stepanov
· 11 years ago
f50b0fc
Fix warning.
by Peter Collingbourne
· 11 years ago
2e75ac9
Move UnpoisonMappedDSO to sanitizer_common.
by Peter Collingbourne
· 11 years ago
ce50258
Turn off pipefail on msan tests to match the other sanitizers until
by Chandler Carruth
· 11 years ago
bdeb86c
Disable pipefail for lsan.
by Rafael Espindola
· 11 years ago
8c6046b
disable pipefail for ubsan.
by Rafael Espindola
· 11 years ago
55a9326
Disable pipefail for ThreadSanitizer.
by Rafael Espindola
· 11 years ago
0738e2f
disable pipefail on asan for now.
by Rafael Espindola
· 11 years ago
ae89445
[sanitizer] Change strip_path_prefix flag behavior.
by Sergey Matveev
· 11 years ago
62519eb
[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
by Sergey Matveev
· 11 years ago
841b6f2
[lsan] Print direct leaks first.
by Sergey Matveev
· 11 years ago
28f2f82
Fix another instance of -ccc-cxx vs. --driver-mode=g++
by Hans Wennborg
· 11 years ago
Next »