summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-12/+7
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-7/+12
* Fix linking of DFSan + coverage.Evgeniy Stepanov2016-06-151-1/+1
* Fix sanitizer coverage support in the win32 driver.Evgeniy Stepanov2016-06-141-22/+22
* [sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov2016-06-141-9/+8
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-0/+11
* document -f[no-]sanitize-recover=all and mention it in warning messagesKostya Serebryany2016-05-041-2/+4
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-0/+11
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-11/+0
* Driver: only produce CFI -fvisibility= error when compiling.Peter Collingbourne2016-04-281-8/+10
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+9
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-1/+10
* [sanitizer-coverage] make sure coverage flags are not passed to clang if the ...Kostya Serebryany2016-04-181-0/+2
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-291-0/+3
* [libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)Kostya Serebryany2016-03-021-2/+1
* Make deprecation message for -fsanitize-coverage= with numeric argument frien...Nico Weber2016-02-181-3/+11
* [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany2016-02-181-51/+55
* [sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]Kostya Serebryany2016-02-171-0/+2
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-1/+9
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+32
* Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,Peter Collingbourne2016-01-141-17/+0
* [cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).Evgeniy Stepanov2015-12-161-1/+5
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-1/+18
* [ASan] Allow -fsanitize-recover=address.Yury Gribov2015-11-111-1/+1
* MemorySanitizer does not require PIE.Evgeniy Stepanov2015-10-211-6/+8
* Revert "MemorySanitizer does not require PIE."Evgeniy Stepanov2015-10-211-1/+1
* MemorySanitizer does not require PIE.Evgeniy Stepanov2015-10-211-1/+1
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-1/+1
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-1/+1
* Clang support for -flto=thin.Teresa Johnson2015-10-151-1/+1
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-4/+2
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-011-5/+3
* Driver: support ARM/HF on a single toolchainSaleem Abdulrasool2015-09-261-5/+6
* Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.Ivan Krasin2015-09-021-2/+11
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-151-0/+2
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-101-0/+7
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-081-2/+6
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-2/+15
* [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.Alexey Samsonov2015-06-251-1/+17
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-29/+8
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-4/+6
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-1/+4
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-2/+6
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-17/+75
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-15/+25
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-25/+15
* [Driver] Improve unused-argument diagnostic for extra sanitizer features.Alexey Samsonov2015-05-211-3/+9
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-34/+15
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-125/+74
* [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.Alexey Samsonov2015-05-071-15/+113
OpenPOWER on IntegriCloud