aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/SanitizerCoverage.rst
AgeCommit message (Expand)AuthorFilesLines
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-6/+6
2021-11-09[sancov] add tracing for loads and storeKostya Serebryany1-0/+19
2021-06-15[Driver] Delete -fsanitize-coverage-blocklist= in favor of -fsanitize-coverag...Fangrui Song1-1/+1
2021-05-27[Clang] Enable __has_feature(coverage_sanitizer)Marco Elver1-1/+3
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver1-3/+9
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata1-1/+1
2020-06-19[SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...Fangrui Song1-18/+18
2020-04-10Implement `-fsanitize-coverage-whitelist` and `-fsanitize-coverage-blacklist`...Matt Morehouse1-0/+52
2020-04-09[SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flagPratyai Mazumder1-4/+27
2020-01-19fix doc typos to cycle botsNico Weber1-2/+2
2019-02-01Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.Max Moroz1-0/+5
2019-01-31[sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...Kostya Serebryany1-0/+3
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko1-3/+3
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-1/+1
2017-08-31docs: don't say that data flow tracing interface is unstableDmitry Vyukov1-2/+0
2017-08-25[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany1-7/+9
2017-08-24[sanitizer-coverage] document -fsanitize-coverage=pc-table and -fsanitize-cov...Kostya Serebryany1-1/+45
2017-08-10[sanitizer-coverage] Change cmp instrumentation to distinguish const operandsAlexander Potapenko1-1/+8
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany1-2/+3
2017-05-02[sanitizer-coverage] update the SanitizerCoverage docs to reflect the current...Kostya Serebryany1-233/+167
2017-05-01[sanitizer-coverage] add a deprecation note to coverage_direct=1Kostya Serebryany1-0/+2
2017-04-19[sanitizer-coverage] trim down the docsKostya Serebryany1-170/+0
2017-04-19[sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany1-23/+1
2017-02-08[sancov] pc_guard_init is called at least once per DSO.Mike Aizatsky1-4/+5
2017-01-24[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...Kostya Serebryany1-6/+12
2016-10-04[sancov] documentation update after r283241Mike Aizatsky1-1/+1
2016-09-30[sanitizer-coverage] fix docsKostya Serebryany1-0/+1
2016-09-30[sancov] -symbolize documentation updateMike Aizatsky1-6/+13
2016-09-29[sanitizer-coverage] a bit more docsKostya Serebryany1-1/+13
2016-09-29[sanitizer-coverage] more docsKostya Serebryany1-0/+67
2016-09-29[sanitize-coverage] doc typoKostya Serebryany1-1/+1
2016-09-29[sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...Kostya Serebryany1-2/+2
2016-09-18[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...Kostya Serebryany1-3/+3
2016-09-17[sanitizer-coverage] change trace-pc to use 8-byte guardsKostya Serebryany1-10/+9
2016-09-15[sanitizer-coverage] make trace-pc-guard and indirect-call work togetherKostya Serebryany1-2/+5
2016-09-14[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany1-0/+26
2016-08-30[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany1-3/+16
2016-08-18[sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmpKostya Serebryany1-4/+4
2016-06-14[sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov1-4/+6
2016-04-18[sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany1-1/+17
2016-02-22Use an anonymous hyperlink reference to eliminate Sphinx warnings.Aaron Ballman1-2/+2
2016-02-18[sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany1-5/+6
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany1-0/+11
2016-02-14Fix some typos in the clang docSylvestre Ledru1-2/+2
2016-02-12[sancov] improved object files handling.Mike Aizatsky1-4/+5
2016-01-27[sancov] sancov tool documentationMike Aizatsky1-0/+34
2015-12-02[sanitizer coverage] document -fsanitize-coverage=trace-bbKostya Serebryany1-0/+7
2015-11-30[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmpKostya Serebryany1-0/+1
2015-07-31[libFuzzer] minimal documentation on data-flow-guided fuzzingKostya Serebryany1-0/+27
2015-05-07Update docs for SanitizerCoverage.Alexey Samsonov1-17/+18