Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
compiler-rt
Clone this repo:
Branches
main
0fd96f9
tsan: intercept vfork
by Dmitry Vyukov
· 11 years ago
main
99ba90b
[asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow.
by Kostya Serebryany
· 11 years ago
ec94432
Add myself as a c-rt owner of ASan/Win
by Timur Iskhodzhanov
· 11 years ago
7e437fd
tsan: 2 more deadlock detector benchmarks
by Dmitry Vyukov
· 11 years ago
316adc2
Fix Howard's e-mail
by Alexey Samsonov
· 11 years ago
4c33c61
Add CODE_OWNERS.TXT
by Alexey Samsonov
· 11 years ago
cd51024
[sanitizer] Fix iOS build.
by Evgeniy Stepanov
· 11 years ago
e8a957f
tsan: fix deadlock detector lit test output
by Dmitry Vyukov
· 11 years ago
e681e7d
tsan: add another deadlock detector benchmark
by Dmitry Vyukov
· 11 years ago
b51d5e5
tsan: fix internal deadlock detector for external deadlock detector
by Dmitry Vyukov
· 11 years ago
8fec48f
[sanitizer] Sizes and layouts for sanitizers on FreeBSD.
by Evgeniy Stepanov
· 11 years ago
79a9353
[asan] Install asan_device_setup to bin/ when targetting Android.
by Evgeniy Stepanov
· 11 years ago
00e3dec
tsan: add recursive deadlock detector benchmark
by Dmitry Vyukov
· 11 years ago
ddaf9fd
[asan] Don't disable SEGV handler on Android by default.
by Evgeniy Stepanov
· 11 years ago
cb07709
tsan: improve deadlock detector test
by Dmitry Vyukov
· 11 years ago
d8d4009
[CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary work
by Alexey Samsonov
· 11 years ago
8d890e2
Add accidentally removed -D
by Alexey Samsonov
· 11 years ago
6b3f221
Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmake
by Alexey Samsonov
· 11 years ago
2800fa7
Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
by Reid Kleckner
· 11 years ago
4cb0b60
Undef helper macros after using them.
by Joerg Sonnenberger
· 11 years ago
More »