index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Driver
/
SanitizerArgs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] add -fsanitize-coverage-pc-table to -fsanitize=fuzzer
Kostya Serebryany
2017-08-04
1
-1
/
+2
*
Enable AddressSanitizer for Fuchsia targets
Petr Hosek
2017-08-03
1
-4
/
+5
*
[UBSan] Provide default blacklist filename for UBSan
Han Shen
2017-08-02
1
-0
/
+2
*
[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...
Vedant Kumar
2017-08-02
1
-7
/
+0
*
[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table
Kostya Serebryany
2017-07-28
1
-1
/
+4
*
[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)
Vedant Kumar
2017-07-25
1
-0
/
+7
*
[Driver] Consider -fno-sanitize=... state when filtering out -fsanitize-cover...
Petr Hosek
2017-07-21
1
-1
/
+1
*
[libFuzzer] Add Fuzzer to the list of sanitizers which support coverage.
George Karpenkov
2017-06-29
1
-1
/
+1
*
[ubsan] Disable the object size check at -O0
Vedant Kumar
2017-06-23
1
-1
/
+17
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-3
/
+7
*
[sanitizer-coverage] Allow using KASAN instrumentation with sancov
Alexander Potapenko
2017-06-08
1
-2
/
+2
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-7
/
+3
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-3
/
+7
*
[asan] A clang flag to enable ELF globals-gc.
Evgeniy Stepanov
2017-05-09
1
-0
/
+10
*
Remove unnecessary calls to MakeArgString.
Evgeniy Stepanov
2017-05-09
1
-6
/
+6
*
[Driver] Don't enable -fsanitize-use-after-scope when ASan is disabled
Vedant Kumar
2017-05-08
1
-6
/
+5
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-1
/
+4
*
[sanitizer-coverage] add a deprecation warning to the old sanitizer-coverage ...
Kostya Serebryany
2017-05-03
1
-2
/
+10
*
Flag -fsanitize=fuzzer to enable libfuzzer
George Karpenkov
2017-04-24
1
-0
/
+4
*
[sanitizer-coverage] deprecate -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
1
-5
/
+4
*
[sanitizer-coverage] deprecate -fsanitize-coverage=8bit-counters
Kostya Serebryany
2017-04-19
1
-4
/
+3
*
[sanitizer-coverage] deprecate some of the stale coverage variants
Kostya Serebryany
2017-04-19
1
-27
/
+5
*
[ubsan] Add a nullability sanitizer
Vedant Kumar
2017-03-14
1
-5
/
+6
*
[Driver] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-1
/
+1
*
[sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)
Mike Aizatsky
2016-12-08
1
-1
/
+2
*
Tread TSan LLVM flags to driver: add TSan controlling flags to clang.
Evgeniy Stepanov
2016-11-11
1
-0
/
+28
*
Add -fno-sanitize-address-use-after-scope flag
Vitaly Buka
2016-10-10
1
-7
/
+6
*
[CUDA] Don't try to run sanitizers on NVPTX.
Justin Lebar
2016-09-15
1
-0
/
+6
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-2
/
+5
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-2
/
+8
*
Revert "[Driver] Compute effective target triples once per job (NFCI)"
Vedant Kumar
2016-07-27
1
-12
/
+7
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
1
-7
/
+12
*
Fix linking of DFSan + coverage.
Evgeniy Stepanov
2016-06-15
1
-1
/
+1
*
Fix sanitizer coverage support in the win32 driver.
Evgeniy Stepanov
2016-06-14
1
-22
/
+22
*
[sanitizer] Allow sanitize coverage w/o sanitizers.
Evgeniy Stepanov
2016-06-14
1
-9
/
+8
*
[asan] Added -fsanitize-address-use-after-scope flag
Vitaly Buka
2016-06-02
1
-0
/
+11
*
document -f[no-]sanitize-recover=all and mention it in warning messages
Kostya Serebryany
2016-05-04
1
-2
/
+4
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-0
/
+11
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-11
/
+0
*
Driver: only produce CFI -fvisibility= error when compiling.
Peter Collingbourne
2016-04-28
1
-8
/
+10
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-0
/
+9
*
[esan] EfficiencySanitizer driver flags
Derek Bruening
2016-04-21
1
-1
/
+10
*
[sanitizer-coverage] make sure coverage flags are not passed to clang if the ...
Kostya Serebryany
2016-04-18
1
-0
/
+2
*
Enable the SafeStack sanitizer on CloudABI by default.
Ed Schouten
2016-03-29
1
-0
/
+3
*
[libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)
Kostya Serebryany
2016-03-02
1
-2
/
+1
*
Make deprecation message for -fsanitize-coverage= with numeric argument frien...
Nico Weber
2016-02-18
1
-3
/
+11
*
[sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...
Kostya Serebryany
2016-02-18
1
-51
/
+55
*
[sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]
Kostya Serebryany
2016-02-17
1
-0
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
1
-1
/
+9
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+32
[next]