summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
AgeCommit message (Expand)Author
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-24One more change required to build the sanitizers for iOS.Chris Bieneman
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-04-27[asan] Fix ASan build on Android/AArch64.Evgeniy Stepanov
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-03-23[UBSan] Introduce "ubsan_standalone" library (compiler-rt part).Alexey Samsonov
2015-03-12Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka
2015-03-07Adding sanitizer_symbolizer_win.h to CMakeLists.txtKuba Brecka
2015-03-02Symbolizer refactoring: Move internals to separate filesKuba Brecka
2015-02-19[Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...Timur Iskhodzhanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-06[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-01[libsanitizer] Make sanitizer_unwind_posix.cc a libcdep source file.Alexander Potapenko
2014-09-01[ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwi...Alexander Potapenko
2014-08-06Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.ccViktor Kutuzov
2014-07-22[Sanitizer] Disable Wframe-larger-than on PowerPC hostsAlexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-05tsan: add missing header file to sanitizer_common cmake fileDmitry Vyukov
2014-03-04tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov
2014-02-28tsan: refactor deadlock detectorDmitry Vyukov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov
2014-02-13[asan] Enable SEGV handler on Android by default.Evgeniy Stepanov
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany
2014-02-12[Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flagAlexey Samsonov
2014-02-12[sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany
2014-02-03[libsanitizer] Follow-up for r200700: add the new header to CMakeLists.txt an...Alexander Potapenko
2014-01-30Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov
2014-01-30Add an /FS flag to the sanitizer_common CMake to make it buildable with VS2013Timur Iskhodzhanov
2014-01-29[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany
2014-01-28[ASan] Reinstate ASAN_LOW_MEMORY, which has nothing to do with signal handlin...Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-21[Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov
2014-01-16[Sanitizer] Add basic support for using libbacktrace in symbolizer.Alexey Samsonov
2013-12-25[Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov