summaryrefslogtreecommitdiff
path: root/lib/tsan/CMakeLists.txt
AgeCommit message (Expand)Author
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-06-17[CMake] Remove redundant checks in TSan CMakeLists.txtAlexey Samsonov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-27Introduce tsan_cxx and msan_cxx libraries (compiler-rt part).Alexey Samsonov
2015-04-27[TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov
2015-02-23Re-land part of r230171: fix GoTsanRuntimeCheck with ccache.Alexey Samsonov
2015-02-22Revert r230171 "TSan runtime: unbreak the build with ccache"Dmitri Gribenko
2015-02-22TSan runtime: unbreak the build with ccacheDmitri Gribenko
2015-02-20[TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad
2015-02-02[TSan] Fix Go sanity check script.Alexey Samsonov
2015-02-02[TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov
2015-02-02[TSan] Build runtime with -msse3 flag.Alexey Samsonov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-10[CMake] Make sure dd is built as a part of compiler-rt.Alexey Samsonov
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-07-23Build libcxx-tsan only if TSan is supported on host architectureAlexey Samsonov
2014-07-10[TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
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-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
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] Check for -fPIE and -ffreestanding flags for consistencyAlexey 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-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-12[TSan] Kill tsan_symbolize_addr2line_linux.ccAlexey Samsonov
2014-02-12[Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flagAlexey Samsonov
2013-11-27tsan: better diagnostics if thread finishes with ignores enabledDmitry Vyukov
2013-08-29[TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov
2013-08-29[TSan] Move build rules a bit to ensure correct dependencies of check-tsan co...Alexey Samsonov
2013-03-29[TSan] Build TSan runtime with -fPIE.Alexander Potapenko
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2012-09-17[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov
2012-09-13[TSan] support building TSan unittests in CMakeAlexey Samsonov
2012-09-13[TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov
2012-05-15[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany