summaryrefslogtreecommitdiff
path: root/lib/dfsan/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber2019-08-011-4/+6
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+7
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-141-2/+5
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-1/+1
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-101-1/+1
* Revert "[CMake] Install resource files into a share/ directory"Petr Hosek2018-01-101-1/+1
* [CMake] Install resource files into a share/ directoryPetr Hosek2018-01-101-1/+1
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-4/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+2
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* [CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman2015-08-271-1/+2
* [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman2015-08-261-1/+2
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-3/+5
* [DFSan] Remove nolibc build.Alexey Samsonov2015-08-211-6/+0
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-0/+1
* Revert r242975.Evgeniy Stepanov2015-07-231-1/+0
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-0/+1
* [dfsan] Use append_no_rtti_flag instead of manually specifying -fno-rtti.Evgeniy Stepanov2015-01-191-1/+2
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-1/+1
* [DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne2014-12-051-3/+2
* [dfsan] Upgrade ABI list to Ubuntu 14.04.Peter Collingbourne2014-11-051-2/+2
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-2/+2
* The newest versions of CMake require outputs of custom commands be inChandler Carruth2014-04-301-1/+1
* [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov2014-03-311-2/+2
* [CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov2014-03-131-2/+2
* [CMake] Rename several variablesAlexey Samsonov2014-02-181-5/+6
* [CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov2014-02-181-0/+2
* [CMake] Check for -fPIE and -ffreestanding flags for consistencyAlexey Samsonov2014-02-181-6/+8
* Move DFSan test suite under test/Alexey Samsonov2014-02-141-9/+5
* Don't create check-ubsan and check-dfsan commands if they are not supported o...Alexey Samsonov2014-01-241-1/+5
* [dfsan] Add a syms file.Peter Collingbourne2013-08-291-1/+3
* [dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne2013-08-151-3/+5
* [dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne2013-08-141-0/+11
* Simplify (and fix) check-dfsan configsAlexey Samsonov2013-08-081-2/+2
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-071-0/+29