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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
1
-5
/
+5
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
1
-3
/
+26
*
[Driver] Make scudo compatible with -fsanitize-minimal-runtime
Kostya Kortchinsky
2018-06-22
1
-2
/
+3
*
Do not enable RTTI with -fexceptions, for PS4
Sunil Srivastava
2018-05-18
1
-14
/
+11
*
[CFI] Force LLVM to die if the implicit blacklist files cannot be found.
Peter Collingbourne
2018-05-07
1
-0
/
+4
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-6
/
+22
*
AArch64: Implement support for the shadowcallstack attribute.
Peter Collingbourne
2018-04-04
1
-0
/
+10
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-1
/
+4
*
[HWASan] Port HWASan to Linux x86-64 (clang)
Alex Shlyapnikov
2018-03-23
1
-1
/
+1
*
[Driver] Update the comment about incompatible sanitizers
Petr Hosek
2018-03-12
1
-1
/
+2
*
[Driver] Automatically disable incompatible default sanitizers
Petr Hosek
2018-03-07
1
-13
/
+23
*
[Driver] Add SafeStack to a map of incompatible sanitizers
Petr Hosek
2018-02-27
1
-1
/
+3
*
When multiple sanitizers are enabled (ubsan + something else), use all releva...
Richard Smith
2018-02-20
1
-30
/
+23
*
Reland "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-14
1
-1
/
+1
*
Revert "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
1
-1
/
+1
*
Reland "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
1
-1
/
+1
*
Revert "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-11
1
-1
/
+1
*
Reland "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-10
1
-1
/
+1
*
Revert "[Driver] Update default sanitizer blacklist location"
Petr Hosek
2018-01-10
1
-1
/
+1
*
[Driver] Update default sanitizer blacklist location
Petr Hosek
2018-01-10
1
-1
/
+1
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-2
/
+2
*
[Driver] Ensure no overlap between trapping & recoverable sanitizers. NFC.
Vedant Kumar
2017-12-21
1
-0
/
+3
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-10
/
+14
*
Update a link to the old code.google.com bug tracker
Hans Wennborg
2017-11-13
1
-1
/
+1
*
[Driver] Add Scudo as a possible -fsanitize= option
Kostya Kortchinsky
2017-11-03
1
-13
/
+10
*
[CFI] Add CFI-icall pointer type generalization
Vlad Tsyrklevich
2017-10-31
1
-0
/
+10
*
Enable -pie and --enable-new-dtags by default on Android.
Evgeniy Stepanov
2017-10-25
1
-1
/
+1
*
Do not link clang_rt.cfi on Android.
Evgeniy Stepanov
2017-10-16
1
-7
/
+13
*
[Driver] Fix -static-libsan / -shared-libsan on Darwin
Vedant Kumar
2017-10-07
1
-1
/
+2
*
Cleanup and generalize -shared-libasan.
Evgeniy Stepanov
2017-10-05
1
-3
/
+4
*
[MSan] Specify use-after-dtor default value in header.
Matt Morehouse
2017-09-14
1
-1
/
+3
*
[MSan] Add flag to disable use-after-dtor.
Matt Morehouse
2017-09-14
1
-1
/
+3
*
[ubsan] Extend default blacklist support to integer/nullability groups
Vedant Kumar
2017-09-12
1
-1
/
+1
*
[libFuzzer] switch -fsanitize=fuzzer from trace-pc-guard to inline-8bit-counters
Kostya Serebryany
2017-09-01
1
-1
/
+1
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-30
1
-1
/
+5
*
Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"
Matt Morehouse
2017-08-29
1
-5
/
+1
*
Re-enable stack depth instrumentation on Windows.
Matt Morehouse
2017-08-29
1
-2
/
+2
*
Disable stack depth tracking on Windows.
Matt Morehouse
2017-08-29
1
-2
/
+2
*
Minimal runtime for UBSan.
Evgeniy Stepanov
2017-08-29
1
-0
/
+39
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-29
1
-1
/
+5
*
Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"
Matt Morehouse
2017-08-25
1
-3
/
+2
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-25
1
-2
/
+3
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-5
/
+12
*
[Driver] SafeStack does not need a runtime library on Fuchsia
Petr Hosek
2017-08-16
1
-0
/
+5
*
Add -fsanitize=fuzzer-no-link flag to the driver.
George Karpenkov
2017-08-11
1
-2
/
+5
*
[sanitizer-coverage] -fsanitize-coverage=bb,inline-8bit-counters
Kostya Serebryany
2017-08-08
1
-1
/
+3
*
[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
[next]