summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Make the memtag sanitizer require the memtag extensionMomchil Velikov2019-08-131-0/+15
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+7
* hwasan: Instrument globals.Peter Collingbourne2019-08-061-0/+5
* [Driver] Don't disable -fsanitizer-coverage for safe-stack or shadow-call-stackPetr Hosek2019-08-051-1/+2
* [Driver] Support for disabling sanitizer runtime linkingPetr Hosek2019-08-041-2/+8
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-1/+2
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-2/+8
* [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...Fangrui Song2019-07-101-7/+9
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+29
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-021-0/+1
* Remove esan.Nico Weber2019-03-111-15/+4
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-102/+146
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-146/+102
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-102/+146
* Test commit: fix typo.Pierre Gousseau2019-01-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-111-0/+2
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+17
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+8
* Driver: SCS is compatible with every other sanitizer.Peter Collingbourne2018-11-201-4/+1
* Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne2018-11-091-1/+1
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-021-0/+8
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-4/+7
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-5/+5
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-3/+26
* [Driver] Make scudo compatible with -fsanitize-minimal-runtimeKostya Kortchinsky2018-06-221-2/+3
* Do not enable RTTI with -fexceptions, for PS4Sunil Srivastava2018-05-181-14/+11
* [CFI] Force LLVM to die if the implicit blacklist files cannot be found.Peter Collingbourne2018-05-071-0/+4
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-6/+22
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-0/+10
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-1/+4
* [HWASan] Port HWASan to Linux x86-64 (clang)Alex Shlyapnikov2018-03-231-1/+1
* [Driver] Update the comment about incompatible sanitizersPetr Hosek2018-03-121-1/+2
* [Driver] Automatically disable incompatible default sanitizersPetr Hosek2018-03-071-13/+23
* [Driver] Add SafeStack to a map of incompatible sanitizersPetr Hosek2018-02-271-1/+3
* When multiple sanitizers are enabled (ubsan + something else), use all releva...Richard Smith2018-02-201-30/+23
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-141-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* [Driver] Update default sanitizer blacklist locationPetr Hosek2018-01-101-1/+1
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+2
* [Driver] Ensure no overlap between trapping & recoverable sanitizers. NFC.Vedant Kumar2017-12-211-0/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-10/+14
* Update a link to the old code.google.com bug trackerHans Wennborg2017-11-131-1/+1
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-031-13/+10
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+10
OpenPOWER on IntegriCloud