summaryrefslogtreecommitdiff
path: root/lib/dfsan/CMakeLists.txt
AgeCommit message (Expand)Author
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
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-08-21[DFSan] Remove nolibc build.Alexey Samsonov
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-01-19[dfsan] Use append_no_rtti_flag instead of manually specifying -fno-rtti.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-12-05[DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne
2014-11-05[dfsan] Upgrade ABI list to Ubuntu 14.04.Peter Collingbourne
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-04-30The newest versions of CMake require outputs of custom commands be inChandler Carruth
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-18[CMake] Rename several variablesAlexey 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-14Move DFSan test suite under test/Alexey Samsonov
2014-01-24Don't create check-ubsan and check-dfsan commands if they are not supported o...Alexey Samsonov
2013-08-29[dfsan] Add a syms file.Peter Collingbourne
2013-08-15[dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne
2013-08-14[dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne
2013-08-08Simplify (and fix) check-dfsan configsAlexey Samsonov
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne