summaryrefslogtreecommitdiff
path: root/test/Driver/fsanitize.c
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Make the memtag sanitizer require the memtag extensionMomchil Velikov2019-08-131-0/+10
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+6
* hwasan: Instrument globals.Peter Collingbourne2019-08-061-0/+2
* [Driver] Support -fsanitize=function on Solaris/x86Rainer Orth2019-07-301-0/+3
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-1/+4
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+10
* clang/test/Driver/fsanitize.c: Fix -fsanitize=vptr using default targetFangrui Song2019-07-131-1/+1
* test/Driver/fsanitize.c: delete -target x86_64-linux-gnu from tests that shou...Fangrui Song2019-07-121-21/+21
* [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...Fangrui Song2019-07-101-0/+14
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-9/+9
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+11
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-021-0/+1
* Remove esan.Nico Weber2019-03-111-56/+0
* [NetBSD] Enable additional sanitizer typesMichal Gorny2019-01-121-8/+47
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+8
* [Driver][PS4] Do not implicitly link against asan or ubsan if -nostdlib or -n...Pierre Gousseau2018-12-181-0/+4
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+18
* Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne2018-11-091-0/+4
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-021-0/+18
* [clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev2018-10-301-11/+26
* [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev2018-10-111-11/+26
* [MinGW] Fix passing a sanitizer lib name as dependent libMartin Storsjo2018-10-101-0/+2
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-0/+28
* [ubsan] Enable -fsanitize=vptr on Apple devices and simulatorsVedant Kumar2018-08-281-0/+9
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-1/+1
* Revert r337635 "[Driver] Sanitizer support based on runtime library presence"Reid Kleckner2018-07-311-13/+13
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-1/+16
* [Driver] Sanitizer support based on runtime library presenceGeorge Karpenkov2018-07-201-13/+13
* Fix a typo/regression in r335495.John Baldwin2018-07-101-0/+6
* [Driver] Add PPC64 as supported for ScudoKostya Kortchinsky2018-07-031-0/+2
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-5/+11
* [Driver] Make scudo compatible with -fsanitize-minimal-runtimeKostya Kortchinsky2018-06-221-0/+8
* [Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.Pierre Gousseau2018-06-061-0/+2
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-3/+26
* Enable msan unconditionally on Linux.Evgeniy Stepanov2018-04-041-3/+0
* [HWASan] Port HWASan to Linux x86-64 (clang)Alex Shlyapnikov2018-03-231-9/+6
* Check that ubsan is the only supported sanitizer on OpenBSDVedant Kumar2018-03-121-0/+19
* Disable tests of -fsanitize on OpenBSDKamil Rytarowski2018-03-031-6/+0
* [Driver] Add SafeStack to a map of incompatible sanitizersPetr Hosek2018-02-271-5/+2
* [Driver] Add support for mips32 and scudoSimon Dardis2018-01-251-0/+4
* [MSan] Enable use-after-dtor instrumentation by default.Matt Morehouse2018-01-101-1/+1
* [Driver] Ensure no overlap between trapping & recoverable sanitizers. NFC.Vedant Kumar2017-12-211-0/+1
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+19
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-4/+4
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-031-0/+26
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+8
* [LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov2017-10-261-0/+3
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-251-1/+7
* [MSan] Add flag to disable use-after-dtor.Matt Morehouse2017-09-141-2/+8
* [ubsan] Enable -fsanitize=function on DarwinVedant Kumar2017-09-131-5/+3