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
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_coverage_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-610
/
+0
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-13
/
+0
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-01
1
-4
/
+0
*
[sanitizer-coverage] remove stale code (old coverage); compiler-rt part
Kostya Serebryany
2017-05-31
1
-41
/
+6
*
[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...
Kostya Serebryany
2017-05-02
1
-0
/
+7
*
[sanitizer-coverage] remove more stale code
Kostya Serebryany
2017-05-01
1
-31
/
+0
*
[sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...
Kostya Serebryany
2017-05-01
1
-0
/
+2
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
1
-18
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...
Kostya Serebryany
2017-04-19
1
-105
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
1
-111
/
+0
*
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...
Kostya Serebryany
2017-04-19
1
-117
/
+0
*
[compiler-rt][asan|win] Fix flaky unittest due to large allocations
Etienne Bergeron
2017-02-14
1
-1
/
+5
*
General definition for weak functions
Marcos Pividori
2017-01-29
1
-22
/
+11
*
[asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...
Kostya Serebryany
2017-01-25
1
-1
/
+2
*
Fix pc_array bounds check to use elements instead of bytes
Reid Kleckner
2017-01-24
1
-2
/
+1
*
Remove SANITIZER_LINUX ifdefs
Reid Kleckner
2017-01-13
1
-2
/
+0
*
Revert "[sancov] moving sancov rt to sancov/ directory"
Mike Aizatsky
2017-01-12
1
-0
/
+2
*
[sancov] there are windows tests that check linker symbols
Mike Aizatsky
2017-01-12
1
-2
/
+0
*
[sancov] moving sancov rt to sancov/ directory
Mike Aizatsky
2017-01-12
1
-0
/
+2
*
[sancov] __sanitizer_dump_coverage api
Mike Aizatsky
2016-12-12
1
-4
/
+1
*
[sanitizer-coverage] remove stale code, second attempt after failed r282994
Kostya Serebryany
2016-10-04
1
-24
/
+0
*
Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.
Vitaly Buka
2016-10-04
1
-0
/
+24
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2016-10-01
1
-24
/
+0
*
[asan] fix window build
Kostya Serebryany
2016-09-15
1
-0
/
+2
*
[asan] provide dummy implementations for __sanitizer_cov_trace_pc_*
Kostya Serebryany
2016-09-15
1
-0
/
+6
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-0
/
+2
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-0
/
+6
*
[sanitizer-coverage] add __sanitizer_cov_trace_cmp[1248] to the sanitizer-cov...
Kostya Serebryany
2016-08-18
1
-0
/
+8
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-11
/
+16
*
Reduce coverage PC buffer size on 32-bit Windows to match 32-bit Linux
Reid Kleckner
2016-08-03
1
-3
/
+2
*
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...
Alexey Samsonov
2016-02-22
1
-5
/
+6
*
[sancov] use GetLoadedModules for list of modules rather than sanitizer's list.
Mike Aizatsky
2016-02-19
1
-12
/
+33
*
[sancov] improved object files handling.
Mike Aizatsky
2016-02-12
1
-10
/
+4
*
GetArgv returns null on widnows, do not crash
Mike Aizatsky
2016-01-28
1
-2
/
+4
*
[sanitizers] generating html report on coverage dump
Mike Aizatsky
2016-01-27
1
-0
/
+35
*
using const instead of constexpr: MSVC troubles
Mike Aizatsky
2016-01-19
1
-2
/
+2
*
[sancov] NFC: simplifying DumpOffsets.
Mike Aizatsky
2016-01-19
1
-29
/
+38
*
[sancov] coverage pc buffer
Mike Aizatsky
2016-01-05
1
-0
/
+19
*
[sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...
Kostya Serebryany
2015-12-02
1
-5
/
+7
*
[sanitizer coverage] reset global counters in __sanitizer_reset_coverage
Kostya Serebryany
2015-11-11
1
-0
/
+6
*
sanitizer: speedup coverage by 33%
Dmitry Vyukov
2015-11-11
1
-1
/
+2
*
[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairs
Kostya Serebryany
2015-10-22
1
-1
/
+7
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-3
/
+3
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-24
1
-0
/
+6
*
Revert r245770 and r245777.
Alexey Samsonov
2015-08-22
1
-3
/
+1
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-22
1
-1
/
+3
*
[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...
Kostya Serebryany
2015-07-31
1
-1
/
+3
*
[asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmp
Kostya Serebryany
2015-05-08
1
-0
/
+3
*
[asancov] Fix coverage reserving 4x the necessary amount of memory on fork.
Evgeniy Stepanov
2015-05-01
1
-1
/
+2
*
[ASan/Win] Increase the size of the PC array for coverage on Windows
Timur Iskhodzhanov
2015-04-24
1
-2
/
+3
[next]