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
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
SanitizerCoverage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SanitizerCoverage] Add associated metadata to 8-bit counters.
Matt Morehouse
2018-07-12
1
-1
/
+3
*
[Instrumentation] Remove unused include
Benjamin Kramer
2018-06-25
1
-1
/
+0
*
[SanitizerCoverage] Add associated metadata to pc-tables.
Matt Morehouse
2018-06-15
1
-1
/
+5
*
[sanitizer-coverage] don't instrument a function if it's entry block ends wit...
Kostya Serebryany
2018-05-11
1
-0
/
+2
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-5
/
+5
*
[sanitizer-coverage] call appendToUsed once per module, not once per function...
Kostya Serebryany
2017-09-09
1
-8
/
+8
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-30
1
-9
/
+21
*
Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"
Matt Morehouse
2017-08-29
1
-21
/
+9
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-29
1
-9
/
+21
*
[sanitizer-coverage] Mark the guard and 8-bit counter arrays as used
Justin Bogner
2017-08-29
1
-7
/
+14
*
[sanitizer-coverage] Return the array from CreatePCArray. NFC
Justin Bogner
2017-08-28
1
-9
/
+12
*
[sanitizer-coverage] Clean up trailing whitespace. NFC
Justin Bogner
2017-08-28
1
-6
/
+6
*
Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"
Matt Morehouse
2017-08-25
1
-21
/
+9
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-25
1
-9
/
+21
*
[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PC
Kostya Serebryany
2017-08-25
1
-13
/
+20
*
[sanitizer-coverage] Make sure pc-tables aren't dead stripped
Justin Bogner
2017-08-25
1
-0
/
+4
*
[SanitizerCoverage] Optimize stack-depth instrumentation.
Matt Morehouse
2017-08-22
1
-23
/
+7
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-2
/
+52
*
[sanitizer-coverage] Change cmp instrumentation to distinguish const operands
Alexander Potapenko
2017-08-10
1
-4
/
+40
*
[sanitizer-coverage] relax an assertion
Kostya Serebryany
2017-08-01
1
-4
/
+5
*
[sanitizer-coverage] don't instrument available_externally functions
Kostya Serebryany
2017-07-31
1
-0
/
+3
*
[sanitizer-coverage] ensure minimal alignment for coverage counters and guards
Kostya Serebryany
2017-07-31
1
-1
/
+2
*
[sanitizer-coverage] rename sanitizer-coverage-create-pc-table into sanitizer...
Kostya Serebryany
2017-07-28
1
-4
/
+5
*
[sanitizer-coverage] add a feature sanitizer-coverage-create-pc-table=1 (work...
Kostya Serebryany
2017-07-27
1
-22
/
+81
*
[sanitizer-coverage] simplify the code, NFC
Kostya Serebryany
2017-07-25
1
-14
/
+8
*
[sancov] Fix PR33732
Alexander Potapenko
2017-07-18
1
-0
/
+10
*
Fixing section name for Darwin platforms for sanitizer coverage
George Karpenkov
2017-06-14
1
-1
/
+1
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-9
/
+43
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-43
/
+9
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-9
/
+43
*
[sanitizer-coverage] refactor the code to make it easier to add more sections...
Kostya Serebryany
2017-06-02
1
-55
/
+74
*
[sanitizer-coverage] remove stale code (old coverage); llvm part
Kostya Serebryany
2017-05-31
1
-130
/
+10
*
Fix coverage check for full post-dominator basic blocks.
George Karpenkov
2017-05-25
1
-1
/
+4
*
Revert "Disable coverage opt-out for strong postdominator blocks."
George Karpenkov
2017-05-24
1
-2
/
+22
*
Disable coverage opt-out for strong postdominator blocks.
George Karpenkov
2017-05-23
1
-22
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-4
/
+7
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
1
-21
/
+5
*
Remove two unused variables (-Werror).
Evgeniy Stepanov
2017-04-19
1
-3
/
+0
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
1
-66
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-16
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-16
/
+16
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-16
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-25
/
+30
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-30
/
+25
*
[sancov] Don't instrument blocks with no insertion point
Reid Kleckner
2017-03-23
1
-0
/
+5
*
[sancov] using comdat only when it is enabled
Mike Aizatsky
2017-02-08
1
-3
/
+7
*
[sancov] specifying comdat for sancov constructors
Mike Aizatsky
2017-02-08
1
-1
/
+3
*
[sanitizer coverage] Fix Instrumentation to work on Windows.
Marcos Pividori
2017-02-03
1
-21
/
+29
*
SanitizerCoverage: Support sanitizer guard section on darwin
Justin Bogner
2017-02-01
1
-13
/
+30
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-1
/
+1
[next]