summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-06[XRay][compiler-rt] Use gettid instead of getpid in FDR mode.Dean Michael Berris
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-02-03[sanitizer] Fix 'dyld: Symbol not found: _memmem' linkage error on Darwin 10.6Maxim Ostapenko
2017-02-02[sancov] Define delimiters for sanitizer coverage's binary section on Windows.Marcos Pividori
2017-02-02[sanitizer] Use interception to access to strong definitions in the executable.Marcos Pividori
2017-02-02[asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2017-02-02[sanitizer] Move exception code to sanitizer_common.Marcos Pividori
2017-02-02[asan] Properly handle exceptions.Marcos Pividori
2017-02-02[sanitizer] Add dynamic_runtime_thunk for different sanitizers.Marcos Pividori
2017-02-02[sanitizer] Intercept weak functions in dll_thunks.Marcos Pividori
2017-02-02[sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori
2017-02-02[compiler-rt] Fix incorrect use of snprintfVitaly Buka
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-02-02Fixup of r293882: Forgot to update sanitizer_thread_registry.test.ccKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-02-02[XRay] Probe for CPU features that XRay needsDean Michael Berris
2017-02-01[asan] Support handle_sigfpe on DarwinJustin Bogner
2017-02-01[sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on DarwinJustin Bogner
2017-02-01[sancov] Move __sancov_default_options declaration outside the namespace __sa...Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-31[sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori
2017-01-31[asan] Export __sancov_* symbols symbols.Marcos Pividori
2017-01-31[sancov] Add new sanitizer coverage functions to the internal interface.Marcos Pividori
2017-01-31[sanitizer] Ensure macro parameters are expanded before stringifying.Marcos Pividori
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-31[compiler-rt] Don't change g_tls_size after initialization.Tim Shen
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-30[Bultin][ARM] Make aeabi_uldivmod and aeabi_ldivmod be Thumb1 compatibleWeiming Zhao
2017-01-30[interception] Check for export table's size before referring to its elements.Marcos Pividori
2017-01-30[XRay][ARM32][AArch64] Fix unstable FDR tests on weak-ordering CPUsSerge Rogatch
2017-01-29[asan] Fix tests for exported interfaces.Marcos Pividori
2017-01-29[asan] Add missing declaration in the internal interfaceMarcos Pividori
2017-01-29[windows] Properly use dllimport / dllexport.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
2017-01-27[Builtin][ARM] Add Thumb1 support for aeabi_c{f,d}cmp.S and dcmp.SWeiming Zhao
2017-01-26[tsan] Fix os_id of main threadKuba Mracek
2017-01-26[XRay][Arm32] Reduce the portion of the stub and implement more staging for t...Serge Rogatch
2017-01-26builtins: remove an errant ':'Saleem Abdulrasool
2017-01-25[XRay][AArch64] More staging for tail call support in XRay AArch64 - in compi...Serge Rogatch
2017-01-25[powerpc] deactivate ThreadedOneSizeMallocStressTest asan test on powerpc64Bill Seurer
2017-01-25[compiler-rt] Fix xray compilation errors: errno and size_tKrzysztof Parzyszek
2017-01-25[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2017-01-25[asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...Kostya Serebryany
2017-01-24[tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek
2017-01-24Fix pc_array bounds check to use elements instead of bytesReid Kleckner
2017-01-24[powerpc] deactivate ThreadedMallocStressTest asan test on powerpc64Bill Seurer
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov