GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
docs
/
SanitizerCoverage.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the clang Sphinx bot
Aaron Ballman
2022-09-16
1
-0
/
+1
*
Add -fsanitizer-coverage=control-flow
Navid Emamdoost
2022-09-15
1
-0
/
+54
*
[NFC] Trim trailing whitespace in *.rst
Shao-Ce SUN
2021-11-15
1
-6
/
+6
*
[sancov] add tracing for loads and store
Kostya Serebryany
2021-11-09
1
-0
/
+19
*
[Driver] Delete -fsanitize-coverage-blocklist= in favor of -fsanitize-coverag...
Fangrui Song
2021-06-15
1
-1
/
+1
*
[Clang] Enable __has_feature(coverage_sanitizer)
Marco Elver
2021-05-27
1
-1
/
+3
*
[SanitizeCoverage] Add support for NoSanitizeCoverage function attribute
Marco Elver
2021-05-25
1
-3
/
+9
*
[clang] Fix typos in documentation (NFC)
Kazu Hirata
2021-03-06
1
-1
/
+1
*
[SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...
Fangrui Song
2020-06-19
1
-18
/
+18
*
Implement `-fsanitize-coverage-whitelist` and `-fsanitize-coverage-blacklist`...
Matt Morehouse
2020-04-10
1
-0
/
+52
*
[SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flag
Pratyai Mazumder
2020-04-09
1
-4
/
+27
*
fix doc typos to cycle bots
Nico Weber
2020-01-19
1
-2
/
+2
*
Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.
Max Moroz
2019-02-01
1
-0
/
+5
*
[sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...
Kostya Serebryany
2019-01-31
1
-0
/
+3
*
[Documentation] Use HTTPS whenever possible
Eugene Zelenko
2019-01-23
1
-3
/
+3
*
Update our URLs in clang doc to use https
Sylvestre Ledru
2018-11-04
1
-1
/
+1
*
docs: don't say that data flow tracing interface is unstable
Dmitry Vyukov
2017-08-31
1
-2
/
+0
*
[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PC
Kostya Serebryany
2017-08-25
1
-7
/
+9
*
[sanitizer-coverage] document -fsanitize-coverage=pc-table and -fsanitize-cov...
Kostya Serebryany
2017-08-24
1
-1
/
+45
*
[sanitizer-coverage] Change cmp instrumentation to distinguish const operands
Alexander Potapenko
2017-08-10
1
-1
/
+8
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-2
/
+3
*
[sanitizer-coverage] update the SanitizerCoverage docs to reflect the current...
Kostya Serebryany
2017-05-02
1
-233
/
+167
*
[sanitizer-coverage] add a deprecation note to coverage_direct=1
Kostya Serebryany
2017-05-01
1
-0
/
+2
*
[sanitizer-coverage] trim down the docs
Kostya Serebryany
2017-04-19
1
-170
/
+0
*
[sanitizer-coverage] deprecate some of the stale coverage variants
Kostya Serebryany
2017-04-19
1
-23
/
+1
*
[sancov] pc_guard_init is called at least once per DSO.
Mike Aizatsky
2017-02-08
1
-4
/
+5
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-6
/
+12
*
[sancov] documentation update after r283241
Mike Aizatsky
2016-10-04
1
-1
/
+1
*
[sanitizer-coverage] fix docs
Kostya Serebryany
2016-09-30
1
-0
/
+1
*
[sancov] -symbolize documentation update
Mike Aizatsky
2016-09-30
1
-6
/
+13
*
[sanitizer-coverage] a bit more docs
Kostya Serebryany
2016-09-29
1
-1
/
+13
*
[sanitizer-coverage] more docs
Kostya Serebryany
2016-09-29
1
-0
/
+67
*
[sanitize-coverage] doc typo
Kostya Serebryany
2016-09-29
1
-1
/
+1
*
[sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...
Kostya Serebryany
2016-09-29
1
-2
/
+2
*
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...
Kostya Serebryany
2016-09-18
1
-3
/
+3
*
[sanitizer-coverage] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-10
/
+9
*
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
Kostya Serebryany
2016-09-15
1
-2
/
+5
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-0
/
+26
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-3
/
+16
*
[sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmp
Kostya Serebryany
2016-08-18
1
-4
/
+4
*
[sanitizer] Allow sanitize coverage w/o sanitizers.
Evgeniy Stepanov
2016-06-14
1
-4
/
+6
*
[sanitizer-coverage] better docs for -fsanitize-coverage=trace-bb
Kostya Serebryany
2016-04-18
1
-1
/
+17
*
Use an anonymous hyperlink reference to eliminate Sphinx warnings.
Aaron Ballman
2016-02-22
1
-2
/
+2
*
[sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...
Kostya Serebryany
2016-02-18
1
-5
/
+6
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
1
-0
/
+11
*
Fix some typos in the clang doc
Sylvestre Ledru
2016-02-14
1
-2
/
+2
*
[sancov] improved object files handling.
Mike Aizatsky
2016-02-12
1
-4
/
+5
*
[sancov] sancov tool documentation
Mike Aizatsky
2016-01-27
1
-0
/
+34
*
[sanitizer coverage] document -fsanitize-coverage=trace-bb
Kostya Serebryany
2015-12-02
1
-0
/
+7
*
[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
Kostya Serebryany
2015-11-30
1
-0
/
+1
[next]