summaryrefslogtreecommitdiff
path: root/clang/docs/SanitizerCoverage.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix the clang Sphinx botAaron Ballman2022-09-161-0/+1
* Add -fsanitizer-coverage=control-flowNavid Emamdoost2022-09-151-0/+54
* [NFC] Trim trailing whitespace in *.rstShao-Ce SUN2021-11-151-6/+6
* [sancov] add tracing for loads and storeKostya Serebryany2021-11-091-0/+19
* [Driver] Delete -fsanitize-coverage-blocklist= in favor of -fsanitize-coverag...Fangrui Song2021-06-151-1/+1
* [Clang] Enable __has_feature(coverage_sanitizer)Marco Elver2021-05-271-1/+3
* [SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver2021-05-251-3/+9
* [clang] Fix typos in documentation (NFC)Kazu Hirata2021-03-061-1/+1
* [SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...Fangrui Song2020-06-191-18/+18
* Implement `-fsanitize-coverage-whitelist` and `-fsanitize-coverage-blacklist`...Matt Morehouse2020-04-101-0/+52
* [SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flagPratyai Mazumder2020-04-091-4/+27
* fix doc typos to cycle botsNico Weber2020-01-191-2/+2
* Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.Max Moroz2019-02-011-0/+5
* [sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...Kostya Serebryany2019-01-311-0/+3
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-3/+3
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
* docs: don't say that data flow tracing interface is unstableDmitry Vyukov2017-08-311-2/+0
* [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany2017-08-251-7/+9
* [sanitizer-coverage] document -fsanitize-coverage=pc-table and -fsanitize-cov...Kostya Serebryany2017-08-241-1/+45
* [sanitizer-coverage] Change cmp instrumentation to distinguish const operandsAlexander Potapenko2017-08-101-1/+8
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-2/+3
* [sanitizer-coverage] update the SanitizerCoverage docs to reflect the current...Kostya Serebryany2017-05-021-233/+167
* [sanitizer-coverage] add a deprecation note to coverage_direct=1Kostya Serebryany2017-05-011-0/+2
* [sanitizer-coverage] trim down the docsKostya Serebryany2017-04-191-170/+0
* [sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany2017-04-191-23/+1
* [sancov] pc_guard_init is called at least once per DSO.Mike Aizatsky2017-02-081-4/+5
* [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...Kostya Serebryany2017-01-241-6/+12
* [sancov] documentation update after r283241Mike Aizatsky2016-10-041-1/+1
* [sanitizer-coverage] fix docsKostya Serebryany2016-09-301-0/+1
* [sancov] -symbolize documentation updateMike Aizatsky2016-09-301-6/+13
* [sanitizer-coverage] a bit more docsKostya Serebryany2016-09-291-1/+13
* [sanitizer-coverage] more docsKostya Serebryany2016-09-291-0/+67
* [sanitize-coverage] doc typoKostya Serebryany2016-09-291-1/+1
* [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...Kostya Serebryany2016-09-291-2/+2
* [libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...Kostya Serebryany2016-09-181-3/+3
* [sanitizer-coverage] change trace-pc to use 8-byte guardsKostya Serebryany2016-09-171-10/+9
* [sanitizer-coverage] make trace-pc-guard and indirect-call work togetherKostya Serebryany2016-09-151-2/+5
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+26
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-3/+16
* [sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmpKostya Serebryany2016-08-181-4/+4
* [sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov2016-06-141-4/+6
* [sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany2016-04-181-1/+17
* Use an anonymous hyperlink reference to eliminate Sphinx warnings.Aaron Ballman2016-02-221-2/+2
* [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany2016-02-181-5/+6
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+11
* Fix some typos in the clang docSylvestre Ledru2016-02-141-2/+2
* [sancov] improved object files handling.Mike Aizatsky2016-02-121-4/+5
* [sancov] sancov tool documentationMike Aizatsky2016-01-271-0/+34
* [sanitizer coverage] document -fsanitize-coverage=trace-bbKostya Serebryany2015-12-021-0/+7
* [libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmpKostya Serebryany2015-11-301-0/+1