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
...
*
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
*
Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,
Peter Collingbourne
2016-01-14
1
-17
/
+0
*
[cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).
Evgeniy Stepanov
2015-12-16
1
-1
/
+5
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-1
/
+18
*
[ASan] Allow -fsanitize-recover=address.
Yury Gribov
2015-11-11
1
-1
/
+1
*
MemorySanitizer does not require PIE.
Evgeniy Stepanov
2015-10-21
1
-6
/
+8
*
Revert "MemorySanitizer does not require PIE."
Evgeniy Stepanov
2015-10-21
1
-1
/
+1
*
MemorySanitizer does not require PIE.
Evgeniy Stepanov
2015-10-21
1
-1
/
+1
*
Recommit "Clang support for -flto=thin."
Teresa Johnson
2015-10-15
1
-1
/
+1
*
Revert "Clang support for -flto=thin." (bot failures)
Teresa Johnson
2015-10-15
1
-1
/
+1
*
Clang support for -flto=thin.
Teresa Johnson
2015-10-15
1
-1
/
+1
*
Use Triple.isAndroid() where possible.
Evgeniy Stepanov
2015-10-08
1
-4
/
+2
*
Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris
2015-10-01
1
-5
/
+3
*
Driver: support ARM/HF on a single toolchain
Saleem Abdulrasool
2015-09-26
1
-5
/
+6
*
Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.
Ivan Krasin
2015-09-02
1
-2
/
+11
*
CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
2015-07-15
1
-0
/
+2
*
Add an experimental flag -fsanitize-memory-use-after-dtor.
Evgeniy Stepanov
2015-07-10
1
-0
/
+7
*
Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
2015-07-08
1
-2
/
+6
*
Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
2015-07-02
1
-2
/
+15
*
[CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
2015-06-25
1
-1
/
+17
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-29
/
+8
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
1
-4
/
+6
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-1
/
+4
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+6
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-17
/
+75
*
Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...
Alexey Samsonov
2015-06-17
1
-15
/
+25
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-17
1
-25
/
+15
*
[Driver] Improve unused-argument diagnostic for extra sanitizer features.
Alexey Samsonov
2015-05-21
1
-3
/
+9
*
Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
2015-05-11
1
-34
/
+15
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-125
/
+74
*
[SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
2015-05-07
1
-15
/
+113
[prev]
[next]